system: add Turkish as available language

This commit is contained in:
Franco Fichtner 2016-05-02 07:25:30 +02:00
parent a31f377df9
commit 756389d0a9

View File

@ -50,6 +50,7 @@ function get_locale_list()
$locales['pt_BR'] = gettext('Portuguese');
$locales['ru_RU'] = gettext('Russian');
$locales['es_CO'] = gettext('Spanish');
$locales['tr_TR'] = gettext('Turkish');
return $locales;
}