mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +00:00
Fix unusual translation in german lang
Fixes https://github.com/chubin/wttr.in/issues/920
This commit is contained in:
parent
6b050470bc
commit
7acd951c60
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ var (
|
|||
"ca": {"Matí", "Dia", "Tarda", "Nit"},
|
||||
"cy": {"Bore", "Dydd", "Hwyr", "Nos"},
|
||||
"da": {"Morgen", "Middag", "Aften", "Nat"},
|
||||
"de": {"Früh", "Mittag", "Abend", "Nacht"},
|
||||
"de": {"Morgen", "Mittag", "Abend", "Nacht"},
|
||||
"el": {"Πρωί", "Μεσημέρι", "Απόγευμα", "Βράδυ"},
|
||||
"en": {"Morning", "Noon", "Evening", "Night"},
|
||||
"eo": {"Mateno", "Tago", "Vespero", "Nokto"},
|
||||
|
|
Loading…
Reference in a new issue