[gnome-control-center] common: Add Arabic as a common language



commit b682a3c6e936a889436e53c81250a826dd1f8504
Author: Javier JardÃn <jjardon gnome org>
Date:   Tue Aug 14 20:34:51 2012 +0900

    common: Add Arabic as a common language
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671530

 panels/common/cc-common-language.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/panels/common/cc-common-language.c b/panels/common/cc-common-language.c
index 29904ae..b69fce8 100644
--- a/panels/common/cc-common-language.c
+++ b/panels/common/cc-common-language.c
@@ -537,6 +537,9 @@ cc_common_language_get_initial_languages (void)
         if (gdm_language_has_translations ("ru") ||
             gdm_language_has_translations ("ru_RU"))
                  g_hash_table_insert (ht, g_strdup ("ru_RU.utf8"), g_strdup (_("Russian")));
+        if (gdm_language_has_translations ("ar") ||
+            gdm_language_has_translations ("ar_EG"))
+                g_hash_table_insert (ht, g_strdup ("ar_EG.utf8"), g_strdup (_("Arabic")));
 
         /* Add the languages used by other users on the system */
         add_other_users_language (ht);



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