summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-05-08 08:44:06 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-05-08 08:44:06 -0300
commit705950edbc09270fccbec0c5d8dd99b004704c6e (patch)
treecbb7b86a2df8edc8b59d930129e928cc616911d0 /etc/inc/pfsense-utils.inc
parent41bd4359f5cd33872ffa5c2d0cf6c5ae431b3544 (diff)
downloadpfsense-705950edbc09270fccbec0c5d8dd99b004704c6e.zip
pfsense-705950edbc09270fccbec0c5d8dd99b004704c6e.tar.gz
Add Turkish to the list of available languages, fixes #2986
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 11bc42d..f298129 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2534,6 +2534,7 @@ 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