[Koha-bugs] [Bug 14030] Add Georgian language and fix Kannada language code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 21 08:18:12 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14030

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 38224
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38224
Bug 14030: Add Georgian language and fix Kannada language code

Review of attachment 38224:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14030&attachment=38224)
-----------------------------------------------------------------

:::
installer/data/mysql/atomicupdate/bug_14030-Add_Georgian_fix_Kannada_code.sql
@@ +1,3 @@
> +UPDATE language_subtag_registry SET subtag = 'kn' WHERE subtag = 'ka' AND description = 'Kannada';
> +
> +UPDATE language_rfc4646_to_iso639 SET rfc4646_subtag = 'kn' WHERE rfc4646_subtag = 'ka' AND iso639_2_code = 'kan';

Good idea to include the iso639_2_code in the condition. Makes it runnable
multiple times (not that one should).

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list