summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-04-24 07:05:01 -0300
committerRenato Botelho <renato@netgate.com>2017-04-24 07:05:01 -0300
commitfdcde31b4a910c4e058513c1e3f68a62e722da6b (patch)
tree6f577d6887cad8a6aae19f47589bb39dcf47a6fe /src
parent70d421bce219e4a95fcd53c014871f1b2eafb1a7 (diff)
downloadpfsense-fdcde31b4a910c4e058513c1e3f68a62e722da6b.zip
pfsense-fdcde31b4a910c4e058513c1e3f68a62e722da6b.tar.gz
Add German (Germany) to GUI after it reached 75%
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/pfsense-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index 3fa06c0..2bd9849 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -2893,6 +2893,7 @@ function set_language() {
function get_locale_list() {
$locales = array(
+ "de_DE" => gettext("German (Germany)"),
"en_US" => gettext("English"),
"es" => gettext("Spanish"),
"nb" => gettext("Norwegian Bokmål"),
OpenPOWER on IntegriCloud