[gcompris/gcomprixogoo] Imported config locale list from trunk.



commit 06f6d5a15edcd5e50422b5a677921d8da6415301
Author: Bruno Coudoin <bcoudoin src gnome org>
Date:   Sat Mar 14 13:43:39 2009 +0000

    Imported config locale list from trunk.
    
            - Fixed an annoying bug in the locale selection.
    	  Punjabi was twice in our internal list which makes
    	  it impossible to access locale after Portuguese in
    	  our list. It was possible to access locale by going
    	  backward but really annoying.
    
    svn path=/trunk/; revision=3771

 src/gcompris/config.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcompris/config.c b/src/gcompris/config.c
index 0b61e85..4363d85 100644
--- a/src/gcompris/config.c
+++ b/src/gcompris/config.c
@@ -98,6 +98,7 @@ static gchar *linguas[] = {
   "nl_NL.UTF-8",	N_("Dutch"),
   "nn_NO.UTF-8",	N_("Norwegian Nynorsk"),
   "oc_FR.UTF-8",	N_("Occitan (languedocien)"),
+  "pa_IN.UTF-8",	N_("Punjabi"),
   "pl_PL.UTF-8",	N_("Polish"),
   "pt_BR.UTF-8",	N_("Portuguese (Brazil)"),
   "pt_PT.UTF-8",	N_("Portuguese"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]