Commit ae1493d3 authored by Franco Fichtner's avatar Franco Fichtner

system: all other languages are kept on master

parent 47130d53
......@@ -7,7 +7,7 @@ MSGFMT= ${_MSGFMT} --strict
LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES
LANGUAGES= de_DE es_CO ja_JP zh_CN
LANGUAGES= de_DE zh_CN
TEMPLATE= en_US
INSTALL=
PLIST=
......
......@@ -41,11 +41,8 @@ function get_locale_list()
/* first one is the default */
$locales['en_US'] = gettext('English');
$locales['de_DE'] = gettext('German');
/* $locales['es_CO'] = */ gettext('Spanish');
/* $locales['fr_FR'] = */ gettext(('French');
/* $locales['ja_JP'] = */ gettext('Japanese');
$locales['zh_CN'] = gettext('Chinese (Simplified)');
$locales['de_DE'] = gettext('German');
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