common: Add Russian as a common language

https://bugzilla.gnome.org/show_bug.cgi?id=671530
This commit is contained in:
Bastien Nocera 2012-03-08 13:54:30 +01:00
parent d1cfd2b0f3
commit 0e2b4a9600

View file

@ -534,6 +534,9 @@ cc_common_language_get_initial_languages (void)
g_hash_table_insert (ht, g_strdup ("es_ES.utf8"), g_strdup (_("Spanish")));
if (gdm_language_has_translations ("zh_CN"))
g_hash_table_insert (ht, g_strdup ("zh_CN.utf8"), g_strdup (_("Chinese (simplified)")));
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")));
/* Add the languages used by other users on the system */
add_other_users_language (ht);