From fe1af5bfd199352c2aa91ba68340807696ef3b14 Mon Sep 17 00:00:00 2001 From: jorgonzalez Date: Fri, 31 Oct 2008 11:36:11 +0000 Subject: [PATCH] 2008-10-31 Jorge Gonzalez * pandoradb_data.sql: Added support for finnish. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1208 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 9 +-------- pandora_console/pandoradb_data.sql | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 67420a3c3b..bd477bceb4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,13 +1,6 @@ 2008-10-31 Jorge Gonzalez - * include/languages/es.po, include/languages/es.mo: Updated Spanish - translation. - - * include/languages/index.pot, include/languages/Makefile: Updated - translation infrastructure. - - * include/languages/fi.po, include/languages/fi.mo: Added finnish - translation from Rosetta. + * pandoradb_data.sql: Added support for finnish. 2008-10-29 Evi Vanoost diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 7517322ae1..cfa5d7744f 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -114,6 +114,7 @@ INSERT INTO `tlanguage` VALUES ('ca','Catalá'); INSERT INTO `tlanguage` VALUES ('cs','Česky'); INSERT INTO `tlanguage` VALUES ('de','Deutch'); INSERT INTO `tlanguage` VALUES ('eu','Euskara'); +INSERT INTO `tlanguage` VALUES ('fi','Suomi'); INSERT INTO `tlanguage` VALUES ('fr','Français'); INSERT INTO `tlanguage` VALUES ('gl','Galego'); INSERT INTO `tlanguage` VALUES ('hi','हिन्दी');