Commit d17d7a93 authored by Franco Fichtner's avatar Franco Fichtner

locale: bootstrap the simplified chinese translation

Submitted by: Liu <liuyonghui_AT_grapecity.com>
parent 127614c5
......@@ -60,7 +60,7 @@ XGETTEXT= xgettext -L PHP --from-code=UTF-8 -F --strict --debug
MSGFMT= msgfmt --strict
LOCALEDIR= ${.CURDIR}/src/share/locale
POT= ${LOCALEDIR}/en_US/LC_MESSAGES/OPNsense.pot
LANGS= ja
LANGS= ja zh_CN
. for LANG in ${LANGS}
MO+= ${LOCALEDIR}/${LANG}/LC_MESSAGES/OPNsense.mo
. endfor
......
This diff is collapsed.
......@@ -38,6 +38,7 @@ function get_locale_list()
$locales['en_US'] = _('English');
$locales['ja'] = _('Japanese');
$locales['zh_CN'] = _('Chinese (Simplified)');
asort($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