diff --git a/src/www/system_general.php b/src/www/system_general.php index e2f95e244..2800ce75a 100644 --- a/src/www/system_general.php +++ b/src/www/system_general.php @@ -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; }