Commit 865403f0 authored by Franco Fichtner's avatar Franco Fichtner

lang: update French to 33%

Also enables French for 15.7.14.  :)

Submitted by: Calexium
parent 58fc7407
......@@ -10,7 +10,9 @@ MSGMERGE= ${_MSGMERGE} -U -N --backup=off
LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES
# stable
LANGUAGES= de_DE ja_JP zh_CN
LANGUAGES= de_DE fr_FR ja_JP zh_CN
# devel
LANGUAGES+= es_CO mn_MN
TEMPLATE= en_US
INSTALL=
......
This diff is collapsed.
......@@ -42,6 +42,7 @@ function get_locale_list()
/* first one is the default */
$locales['en_US'] = gettext('English');
$locales['zh_CN'] = gettext('Chinese (Simplified)');
$locales['fr_FR'] = gettext('French');
$locales['de_DE'] = gettext('German');
$locales['ja_JP'] = gettext('Japanese');
......
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