https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38274
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #173409|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 173487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173487&action=edit 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 <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
