diff options
author | Felix Benning | 2020-10-01 18:26:57 +0200 |
---|---|---|
committer | Felix Benning | 2020-10-01 18:26:57 +0200 |
commit | e5ce03ae2bc3e895e55f378633db37933d673047 (patch) | |
tree | eb0abcf64216d8f88e03c7a1987b1b27d98b533a /i18n | |
parent | e126891e7e1e3e7ff0ebb9c26128fa9c5ddbfb5c (diff) | |
download | hugo-theme-fuji-e5ce03ae2bc3e895e55f378633db37933d673047.tar.gz hugo-theme-fuji-e5ce03ae2bc3e895e55f378633db37933d673047.tar.bz2 hugo-theme-fuji-e5ce03ae2bc3e895e55f378633db37933d673047.zip |
missing translation
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/de.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/de.toml b/i18n/de.toml index 3c6e3f8..d251b18 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -23,8 +23,8 @@ other = "Kein Tag" [postMetaWordCount] - one = "{{.Count}} word" - other = "{{.Count}} words" + one = "{{.Count}} Wort" + other = "{{.Count}} Wörter" [postMetaReadingTime] one = "{{.Count}} Minute" |