summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-23 21:47:13 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-23 21:47:13 +0200
commit0875578d5147fbeecf5b62f3f71f762d9d57b430 (patch)
treeda4bab21b82b16591761496293fb9da9f28118bc /src/ui/util.c
parentd58fa0d5f993c9297252bd57cfb331e8c0221671 (diff)
Lang: Added Russian to resources
IssueID #192
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 8c0b0138..d61601f5 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -1830,6 +1830,7 @@ iWidget *makePreferences_Widget(void) {
1830 const iMenuItem langItems[] = { 1830 const iMenuItem langItems[] = {
1831 { "${lang.en}", 0, 0, "uilang id:en" }, 1831 { "${lang.en}", 0, 0, "uilang id:en" },
1832 { "${lang.fi}", 0, 0, "uilang id:fi" }, 1832 { "${lang.fi}", 0, 0, "uilang id:fi" },
1833 //{ "${lang.ru}", 0, 0, "uilang id:ru" },
1833 }; 1834 };
1834 pushBackN_Array(uiLangs, langItems, iElemCount(langItems)); 1835 pushBackN_Array(uiLangs, langItems, iElemCount(langItems));
1835 sort_Array(uiLangs, cmp_MenuItem_); 1836 sort_Array(uiLangs, cmp_MenuItem_);