--- .../data/mysql/en/mandatory/subtag_registry.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/installer/data/mysql/en/mandatory/subtag_registry.sql b/installer/data/mysql/en/mandatory/subtag_registry.sql index 8c0a9e9..d96e6a6 100644 --- a/installer/data/mysql/en/mandatory/subtag_registry.sql +++ b/installer/data/mysql/en/mandatory/subtag_registry.sql @@ -202,8 +202,8 @@ VALUES( 'fr', 'language', 'fr', 'Français'); INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'lo', 'language', 'Lao','2005-10-16' ); ---INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) ---VALUES( 'lo','nor'); ??? +-- INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) +-- VALUES( 'lo','nor'); ??? INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'lo', 'language', 'lo', 'ພາສາລາວ'); -- 1.5.6.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
