Commit 5365f380 authored by Franco Fichtner's avatar Franco Fichtner

system: add Czech to language selection

parent c5c1c110
...@@ -234,6 +234,7 @@ function get_locale_list() ...@@ -234,6 +234,7 @@ function get_locale_list()
/* first one is the default */ /* first one is the default */
$locales['en_US'] = gettext('English'); $locales['en_US'] = gettext('English');
$locales['cs_CZ'] = gettext('Czech');
$locales['zh_CN'] = gettext('Chinese (Simplified)'); $locales['zh_CN'] = gettext('Chinese (Simplified)');
$locales['nl_NL'] = gettext('Dutch'); $locales['nl_NL'] = gettext('Dutch');
$locales['fr_FR'] = gettext('French'); $locales['fr_FR'] = gettext('French');
......
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