aboutsummaryrefslogtreecommitdiff
path: root/src/keyboard-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard-x11.c')
-rw-r--r--src/keyboard-x11.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard-x11.c b/src/keyboard-x11.c
index 86449c7d..d841e348 100644
--- a/src/keyboard-x11.c
+++ b/src/keyboard-x11.c
@@ -482,7 +482,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)