summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-04-26 16:42:33 +0400
committerAndrew Dolgov <[email protected]>2009-04-26 16:42:33 +0400
commita927fe7b2d35649d13d54354bb7038af5691d539 (patch)
tree9f414ef1d4c4bed472d9f7ef6343dccbeef4c61b /functions.php
parent085e88a009537ae2c17f0f16bec66fac944d9692 (diff)
add german translation (de_DE)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 8d69cc0b9..1058d43a0 100644
--- a/functions.php
+++ b/functions.php
@@ -22,8 +22,9 @@
*/
function get_translations() {
$tr = array(
- "auto" => "Detect automatically",
+ "auto" => "Detect automatically",
"en_US" => "English",
+ "de_DE" => "Deutsch",
"fr_FR" => "Français",
"hu_HU" => "Magyar (Hungarian)",
"it_IT" => "Italiano",