Commit d8754bf1 authored by Franco Fichtner's avatar Franco Fichtner

system: add French as a stub

parent db79464b
......@@ -39,6 +39,7 @@ function get_locale_list()
$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)');
......
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