[TYPO3-translators] New extension static_info_tables_ga for galician language

Manuel Rego Casasnovas mrego at igalia.com
Tue Nov 6 17:40:34 CET 2007


Hello Franz,

Franz Holzinger escribió:
> If you want to add a new language then a new record for this table will
> be needed.
> But in the case of Galician this language is already present. Only the
> value lg_typo3 must be added here.
> Send it to me to get this into the static_info_tables extension.
>   
The galician language is now added to TYPO3 core, I send you the diff to modified the record for galician language in the extension "static_info_tables":
--- ext_tables_static+adt-orig.sql	2007-10-05 09:26:23.000000000 +0200
+++ ext_tables_static+adt.sql	2007-10-05 09:27:02.000000000 +0200
@@ -1080,7 +1080,7 @@
 INSERT INTO static_languages VALUES ('36', '0', 'FI', 'Finnish', 'fi', '', 'fi_FI', 'Suomi', '0', '0');
 INSERT INTO static_languages VALUES ('37', '0', 'FR', 'French', 'fr', '', 'fr_FR', 'Français', '0', '0');
 INSERT INTO static_languages VALUES ('38', '0', 'FY', 'Frisian', '', '', '', 'Frysk', '0', '0');
-INSERT INTO static_languages VALUES ('39', '0', 'GL', 'Galician', '', '', '', 'Galego', '0', '0');
+INSERT INTO static_languages VALUES ('39', '0', 'GL', 'Galician', 'ga', '', 'gl_ES', 'Galego', '0', '0');
 INSERT INTO static_languages VALUES ('40', '0', 'GD', 'Scottish Gaelic', '', '', '', 'Gàidhlig', '0', '0');
 INSERT INTO static_languages VALUES ('41', '0', 'GV', 'Manx', '', '', '', 'Gaelg', '0', '0');
 INSERT INTO static_languages VALUES ('42', '0', 'KA', 'Georgian', '', '', '', 'ქართული', '0', '0');

With this patch only the fields "lg_typo3" and "lg_collate_locale" for galician language will be changed.

After that the result will be:
mysql> SELECT * FROM static_languages WHERE static_languages.lg_iso_2='GL';
+-----+------+----------+------------+----------+------------------+-------------------+---------------+-----------+----------------+
| uid | pid  | lg_iso_2 | lg_name_en | lg_typo3 | lg_country_iso_2 | lg_collate_locale | lg_name_local | lg_sacred | lg_constructed |
+-----+------+----------+------------+----------+------------------+-------------------+---------------+-----------+----------------+
|  39 |    0 | GL       | Galician   | ga       |                  | gl_ES             | Galego        |         0 |              0 |
+-----+------+----------+------------+----------+------------------+-------------------+---------------+-----------+----------------+
1 row in set (0.00 sec)


Thank you very much.

Best regards,
   Rego





More information about the TYPO3-translators mailing list