summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-05-09 11:58:17 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-05-09 11:58:17 -0300
commit41c64d75038538225f2df720148bda5be79d63f8 (patch)
tree899e116ad17c750b5d86b198aeb5599b9b520144
parentcdf0ac6907be8b5b210ac49f1918787674840b2d (diff)
downloadpfsense-41c64d75038538225f2df720148bda5be79d63f8.zip
pfsense-41c64d75038538225f2df720148bda5be79d63f8.tar.gz
Revert "Add Turkish to the list of available languages, fixes #2986"
Will be done again for 2.2 This reverts commit 705950edbc09270fccbec0c5d8dd99b004704c6e.
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index f298129..11bc42d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2534,7 +2534,6 @@ function get_locale_list() {
$locales = array(
"en_US" => gettext("English"),
"pt_BR" => gettext("Portuguese (Brazil)"),
- "tr_TR" => gettext("Turkish"),
);
asort($locales);
return $locales;
OpenPOWER on IntegriCloud