In installer/data/mysql/mandatory/subtag_registry.sql we see : INSERT INTO language_descriptions(subtag, type, lang, description) VALUES ( 'Arab','script', 'Arab', 'العربية'); And INSERT INTO language_descriptions(subtag, type, lang, description) VALUES ( 'ar', 'language', 'ar', 'لعربية'); This second part is missing a character. Wee see this was correct before Bug 12250 : العربية
Created attachment 173372 [details] [review] Bug 38274: Fix typo in arabic language description In installer/data/mysql/mandatory/subtag_registry.sql we see a missing char in arabic language description. Wee see this was correct before Bug 12250 : العربية Test plan : 1) Install a fresh Koha with this patch 2) Look in database : SELECT * FROM language_descriptions WHERE subtag='ar' AND type='language' AND lang='ar' => Check description is correct 3) On a old existing Koha 4) Install patch and run update database => Look in database and check description is correct
Created attachment 173409 [details] [review] Bug 38274: Fix typo in arabic language description In installer/data/mysql/mandatory/subtag_registry.sql we see a missing char in arabic language description. Wee see this was correct before Bug 12250 : العربية Test plan : 1) Install a fresh Koha with this patch 2) Look in database : SELECT * FROM language_descriptions WHERE subtag='ar' AND type='language' AND lang='ar' => Check description is correct 3) On a old existing Koha 4) Install patch and run update database => Look in database and check description is correct Signed-off-by: David Nind <david@davidnind.com>
Created attachment 173487 [details] [review] Bug 38274: Fix typo in arabic language description In installer/data/mysql/mandatory/subtag_registry.sql we see a missing char in arabic language description. Wee see this was correct before Bug 12250 : العربية Test plan : 1) Install a fresh Koha with this patch 2) Look in database : SELECT * FROM language_descriptions WHERE subtag='ar' AND type='language' AND lang='ar' => Check description is correct 3) On a old existing Koha 4) Install patch and run update database => Look in database and check description is correct Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Please don't leave out the say_success line in the database updates. Fixed on push.
Pushed for 24.11! Well done everyone, thank you!
(In reply to Katrin Fischer from comment #4) > Please don't leave out the say_success line in the database updates. > Fixed on push. Oh sorry I'm not yet accustomed to it since I a lot on 23.11 :D
Backported to 24.05.x for upcoming 24.05.06
Pushed to 23.11.x for 23.11.11