diff options
Diffstat (limited to 'src/keyboard-lomiri.c')
-rw-r--r-- | src/keyboard-lomiri.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard-lomiri.c b/src/keyboard-lomiri.c index b421fe5c..c6496e87 100644 --- a/src/keyboard-lomiri.c +++ b/src/keyboard-lomiri.c @@ -336,7 +336,8 @@ static void keyboard_init(Keyboard *self) const gchar *sLayout = rxkb_layout_get_name(pRxkbLayout); const gchar *sVariant = rxkb_layout_get_variant(pRxkbLayout); const gchar *sDescription = rxkb_layout_get_description(pRxkbLayout); - + const gchar *sTranslated = g_dgettext("xkeyboard-config", sDescription); + sDescription = sTranslated; Layout *pLayout = g_slice_new0(Layout); if (sVariant != NULL && strlen(sVariant) > 0) |