http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12250
--- Comment #1 from Bernardo Gonzalez Kriegel <[email protected]> --- Created attachment 28217 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28217&action=edit Bug 12250 - Add Kurdish Language This patch adds Kurdish language As a side effect, it put in sync with english all language versions of subtag_registry.sql To test: 1. Apply the patch 2. Run updatedatabase.pl 2.b Test loading new subtag_registry.sql run on database: delete from language_descriptions; delete from language_rfc4646_to_iso639; delete from language_script_bidi; delete from language_script_mapping; delete from language_subtag_registry; load subtag_registry.sql 3. Update/Install ku-Arab cd misc/translator perl translate update ku-Arab perl translate install ku-Arab 4. Go to Sysprefs > I18N, check correct Kurdish description 5. Enable kurdish on opac/staff, enable opaclanguagesdisplay 6. Reload staff, change to Kurdish, check correct RTL display 7. Reload opac, change to Kurdish, chech correct RTL display Note: As Kurdish has two descriptions based on script type, I added both because can't select description based only on language code 'ku' -- 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/
