Commit 1c05bcb6 authored by Franco Fichtner's avatar Franco Fichtner

lang: first steps for Russian

Taken from: https://translate.opnsense.org/
parent d4d4b2ee
......@@ -12,7 +12,7 @@ LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES
# stable
LANGUAGES= de_DE fr_FR ja_JP zh_CN
# devel
LANGUAGES+= es_CO mn_MN nl_NL
LANGUAGES+= es_CO mn_MN nl_NL ru_RU
TEMPLATE= en_US
INSTALL=
......
This diff is collapsed.
......@@ -47,6 +47,7 @@ function get_locale_list()
$locales['de_DE'] = gettext('German');
$locales['ja_JP'] = gettext('Japanese');
$locales['mn_MN'] = gettext('Mongolian');
$locales['ru_RU'] = gettext('Russian');
$locales['es_CO'] = gettext('Spanish');
return $locales;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment