Add incomplete German localization

This commit is contained in:
Matt Baer
2018-02-05 02:45:48 -05:00
parent 2bd12efc2d
commit 4c01620761
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package l10n
var phrasesDE = map[string]string{
"Read more...": "Weiterlesen...",
}
+2
View File
@@ -4,6 +4,8 @@ package l10n
// translation.
func Strings(lang string) map[string]string {
switch lang {
case "de":
return phrasesDE
case "es":
return phrasesES
case "fr":