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...",
}