http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13328
--- Comment #1 from Bernardo Gonzalez Kriegel <[email protected]> --- Created attachment 33809 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33809&action=edit Bug 13328: Rename Kurdish translation files Kurdish translation files use a variant of Arabic script, they need to be displayed as RTL. Currently that is inferred from language dir name after translation, and that name use the language tag, so we need to change it from 'ku' to 'ku-Arab' To test: 1) Translate to Kurdish (cd misc translator; ./translate install ku) 2) Enable Kurdish on opac/staff 3) Test staff/opac interface, they are displayed as LTR which is wrong 4) Disable Kurdish language 5) Do a cleanup (git clean -f -d) 5) Apply the patch 6) Translate again (cd misc translator; ./translate install ku-Arab) 7) Enable again 8) Test again, this time display is correct (LTR) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
