Commit 16cbb531 authored by Franco Fichtner's avatar Franco Fichtner

system: add Czech to language selection

(cherry picked from commit 5365f380)
parent 3dc6f5d7
......@@ -234,6 +234,7 @@ function get_locale_list()
/* first one is the default */
$locales['en_US'] = gettext('English');
$locales['cs_CZ'] = gettext('Czech');
$locales['zh_CN'] = gettext('Chinese (Simplified)');
$locales['fr_FR'] = gettext('French');
$locales['de_DE'] = gettext('German');
......
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