aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/locale.go
diff options
context:
space:
mode:
Diffstat (limited to 'locale/locale.go')
-rw-r--r--locale/locale.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/locale.go b/locale/locale.go
index 2a140c3..8775d71 100644
--- a/locale/locale.go
+++ b/locale/locale.go
@@ -29,5 +29,6 @@ func AvailableLanguages() map[string]string {
return map[string]string{
"en_US": "English",
"fr_FR": "Français",
+ "de_DE": "Deutsch",
}
}