From 756389d0a965e06bc2ff03657007f8fd063bb107 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 2 May 2016 07:25:30 +0200 Subject: [PATCH] system: add Turkish as available language --- src/www/system_general.php | 1 + 1 file changed, 1 insertion(+) 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; }