[gnome-desktop: 4/7] More translators comments



commit c914c633388ec34d789d48541095a315c3ba4051
Author: Gunnar Hjalmarsson <gunnarhj ubuntu com>
Date:   Sun Jul 14 18:12:10 2019 +0200

    More translators comments

 libgnome-desktop/gnome-languages.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/libgnome-desktop/gnome-languages.c b/libgnome-desktop/gnome-languages.c
index 2815b8cd..a2cfb860 100644
--- a/libgnome-desktop/gnome-languages.c
+++ b/libgnome-desktop/gnome-languages.c
@@ -1366,14 +1366,23 @@ gnome_get_translated_modifier (const char *modifier,
            format to help the user pick the correct locale. The Serbian language,
            for instance, has two variants:
            * Serbian (Serbia)
-           * Serbian — Latin (Serbia) */
-
+           * Serbian — Latin (Serbia)
+           So "Abegede" is used to distinguish the labels representing the gez_ER
+           and gez_ET locales from gez_ER@abegede respective gez_ET@abegede. The
+           difference is related to collation. */
         g_hash_table_insert (modifiers_map, g_strdup ("abegede"), g_strdup (_("Abegede")));
         g_hash_table_insert (modifiers_map, g_strdup ("cyrillic"), g_strdup (_("Cyrillic")));
         g_hash_table_insert (modifiers_map, g_strdup ("devanagari"), g_strdup (_("Devanagari")));
+        /* TRANSLATORS: Used to distinguish the label representing the tt_RU
+           locale from tt_RU@iqtelif. It's a special alphabet for Tatar. */
         g_hash_table_insert (modifiers_map, g_strdup ("iqtelif"), g_strdup (_("IQTElif")));
         g_hash_table_insert (modifiers_map, g_strdup ("latin"), g_strdup (_("Latin")));
+        /* TRANSLATORS: "Saho" is a variant of the Afar language. Used to
+           distinguish the label representing the aa_ER locale from aa_ER@saaho. */
         g_hash_table_insert (modifiers_map, g_strdup ("saaho"), g_strdup (_("Saho")));
+        /* TRANSLATORS: "Valencia" is a dialect of the Catalan language spoken
+           in Valencia. Used to distinguish the label representing the ca_ES
+           locale from ca_ES@valencia. */
         g_hash_table_insert (modifiers_map, g_strdup ("valencia"), g_strdup (_("Valencia")));
 
         /* The modifiers above are the ones present in glibc's SUPPORTED file


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