From afe82312293ee31ff8c435eb75511c41ef14042d Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sun, 10 Aug 2008 09:45:05 -0500 Subject: [PATCH] Updates to the subtag registry for new translations Updates to the RElease Manager's notes Fix Danish langauge from dk to da --- .../mysql/en/mandatory/subtag_registry.sql | 82 +++++++++++++++++++ misc/release_notes/README.txt | 8 +- ...00.po => da-DK-i-opac-t-prog-v-3000000.po} | 0 3 files changed, 89 insertions(+), 1 deletion(-) rename misc/translator/po/{dk-DK-i-opac-t-prog-v-3000000.po => da-DK-i-opac-t-prog-v-3000000.po} (100%) diff --git a/installer/data/mysql/en/mandatory/subtag_registry.sql b/installer/data/mysql/en/mandatory/subtag_registry.sql index cb4d67fb1d..8c0a9e9b9a 100644 --- a/installer/data/mysql/en/mandatory/subtag_registry.sql +++ b/installer/data/mysql/en/mandatory/subtag_registry.sql @@ -172,6 +172,16 @@ VALUES( 'en', 'language', 'en', 'English'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'en', 'language', 'fr', 'Anglais'); +-- English +INSERT INTO language_subtag_registry( subtag, type, description, added) +VALUES ( 'fi', 'language', 'Finnish','2005-10-16' ); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'fi', 'language', 'fi', 'suomi'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'fi', 'language', 'en', 'Finnish'); + -- French INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'fr', 'language', 'French','2005-10-16' ); @@ -188,6 +198,19 @@ VALUES( 'fr', 'language', 'fr', 'Français'); -- INSERT INTO language_descriptions(subtag, type, lang, description) -- VALUES( 'fr-CA', 'language', 'fr-CA', 'français'); +-- Lao +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_descriptions(subtag, type, lang, description) +VALUES( 'lo', 'language', 'lo', 'ພາສາລາວ'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'lo', 'language', 'en', 'Lao'); + -- German INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'de', 'language', 'German','2005-10-16' ); @@ -348,6 +371,20 @@ VALUES( 'la', 'language', 'en', 'Latin'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'la', 'language', 'fr', 'Latin'); +-- Galacian + +INSERT INTO language_subtag_registry( subtag, type, description, added) +VALUES ( 'gl', 'language', 'Galician','2005-10-16' ); + +INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) +VALUES( 'gl','glg'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'gl', 'language', 'gl', 'Galego'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'gl', 'language', 'en', 'Galician'); + -- Norwegian INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'nb', 'language', 'Norwegian','2005-10-16' ); @@ -444,6 +481,16 @@ VALUES( 'ru', 'language', 'en', 'Russian'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'ru', 'language', 'fr', 'Russe'); +-- Serbian +INSERT INTO language_subtag_registry( subtag, type, description, added) +VALUES ( 'sr', 'language', 'Serbian','2005-10-16' ); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'sr', 'language', 'sr', 'српски'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'sr', 'language', 'en', 'Serbian'); + -- Spanish, Castilian INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'es', 'language', 'Spanish','2005-10-16' ); @@ -476,6 +523,16 @@ VALUES( 'sv', 'language', 'en', 'Swedish'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'sv', 'language', 'fr', 'Suédois'); +-- Tetum +INSERT INTO language_subtag_registry( subtag, type, description, added) +VALUES ( 'tet', 'language', 'Tetum','2005-10-16' ); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'tet', 'language', 'tet', 'tetun'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'tet', 'language', 'en', 'Tetum'); + -- Thai INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'th', 'language', 'Thai','2005-10-16'); @@ -525,7 +582,15 @@ VALUES( 'uk', 'language', 'en', 'Ukranian'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'uk', 'language', 'fr', 'Ukrainien'); +-- English +INSERT INTO language_subtag_registry( subtag, type, description, added) +VALUES ( 'ur', 'language', 'Urdu','2005-10-16' ); +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'ur', 'language', 'en', 'Urdu'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'ur', 'language', 'ur', 'اردو'); -- SCRIPTS -- Arabic @@ -600,6 +665,16 @@ VALUES ( 'Hebr', 'script', 'Hebr', 'Hebrew'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'Hebr', 'script', 'en', 'Hebrew'); +-- Lao +INSERT INTO language_subtag_registry( subtag, type, description, added) +VALUES ( 'Laoo', 'script', 'Lao','2005-10-16'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES ( 'Laoo', 'script', 'lo', 'Lao'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'Laoo', 'script', 'en', 'Lao'); + -- REGIONS -- Canada INSERT INTO language_subtag_registry( subtag, type, description, added) @@ -608,6 +683,13 @@ VALUES ( 'CA', 'region', 'Canada','2005-10-16'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'CA', 'region', 'en', 'Canada'); +-- Denmark +INSERT INTO language_subtag_registry( subtag, type, description, added) +VALUES ( 'DK', 'region', 'Denmark','2005-10-16'); + +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES( 'DK', 'region', 'dk', 'Danmark'); + -- France INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'FR', 'region', 'France','2005-10-16'); diff --git a/misc/release_notes/README.txt b/misc/release_notes/README.txt index 21b0ef4bb2..1b4580dd05 100644 --- a/misc/release_notes/README.txt +++ b/misc/release_notes/README.txt @@ -1,10 +1,17 @@ How to build a Koha release -- list of reminders for RMs Update and document the translations + ./update.pl will update all translations and you can check for + failed ones (a copy of the previous version of the po file is + stored with a ~ (tilda) sign after it, so any that don't have that + didn't succeed Install and test the translations + ./install.pl will install every translation in the po dir Upload the translations to translate.koha.org + This is generally done by deleting the database and importing + the po files using the import tool as part of kartouche Update the release notes (look at git logs for major improvements) @@ -33,6 +40,5 @@ From the gitweb repo, issue: $ git fetch --tags - * update the website, trigger the change * email the list diff --git a/misc/translator/po/dk-DK-i-opac-t-prog-v-3000000.po b/misc/translator/po/da-DK-i-opac-t-prog-v-3000000.po similarity index 100% rename from misc/translator/po/dk-DK-i-opac-t-prog-v-3000000.po rename to misc/translator/po/da-DK-i-opac-t-prog-v-3000000.po -- 2.39.2