Commit e76b30a3 authored by Franco Fichtner's avatar Franco Fichtner

lang: bootstrap Mongolian translation, currently empty

parent 43120044
......@@ -9,7 +9,7 @@ MSGMERGE= ${_MSGMERGE} -U -N --backup=off
LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES
LANGUAGES= de_DE es_CO fr_FR ja_JP zh_CN
LANGUAGES= de_DE es_CO fr_FR ja_JP mn_MN zh_CN
TEMPLATE= en_US
INSTALL=
MERGE=
......
This diff is collapsed.
......@@ -45,6 +45,7 @@ function get_locale_list()
$locales['fr_FR'] = gettext('French');
$locales['de_DE'] = gettext('German');
$locales['ja_JP'] = gettext('Japanese');
$locales['mn_MN'] = gettext('Mongolian');
$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