[gcompris] core, added 2 languages in the config dialog box.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] core, added 2 languages in the config dialog box.
- Date: Fri, 13 Sep 2013 10:04:57 +0000 (UTC)
commit 3153941dcdcfea2ead301076ebc8a68ea664347b
Author: Bruno Coudoin <bcoudoin gcompris net>
Date: Fri Sep 13 12:00:56 2013 +0200
core, added 2 languages in the config dialog box.
Added Galician and Chinese Hong Kong which are well supported
but were missing in our config dialog bog thus making it hard
to select for users willing to run GCompris in these languages.
src/gcompris/config.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gcompris/config.c b/src/gcompris/config.c
index 6a498dc..9acf24e 100644
--- a/src/gcompris/config.c
+++ b/src/gcompris/config.c
@@ -66,6 +66,7 @@ static gchar *linguas[] = {
"bg_BG.UTF-8", N_("Bulgarian"),
"ca_ES.UTF-8", N_("Catalan"),
"zh_CN.UTF-8", N_("Chinese (Simplified)"),
+ "zh_HK.UTF-8", N_("Chinese (Hong Kong)"),
"zh_TW.UTF-8", N_("Chinese (Traditional)"),
"hr_HR.UTF-8", N_("Croatian"),
"cs_CZ.UTF-8", N_("Czech Republic"),
@@ -77,6 +78,7 @@ static gchar *linguas[] = {
"en_US.UTF-8", N_("English (United States)"),
"fi_FI.UTF-8", N_("Finnish"),
"fr_FR.UTF-8", N_("French"),
+ "gl_ES.UTF-8", N_("Galician"),
"ka_GE.UTF-8", N_("Georgian"),
"de_DE.UTF-8", N_("German"),
"el_GR.UTF-8", N_("Greek"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]