Skip to content

Commit

Permalink
Update de.json to fix wrong German translations of moon phases (#11)
Browse files Browse the repository at this point in the history
This addresses #9
  • Loading branch information
NoRi2909 authored Nov 19, 2024
1 parent f0f50ff commit d4f2a2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/lunar_phase/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"moon_phase": {
"name": "Mondphase",
"state": {
"first_quarter": "Zunehmender Mond",
"first_quarter": "Zunehmender Halbmond",
"full_moon": "Vollmond",
"last_quarter": "Zunehmender Dreiviertelmond",
"last_quarter": "Abnehmender Halbmond",
"new_moon": "Neumond",
"waning_crescent": "Abnehmender Sichelmond",
"waning_gibbous": "Abnehmender Dreiviertelmond",
Expand All @@ -44,12 +44,12 @@
},
"next_phase": {
"state": {
"first_quarter": "Zunehmender Mond",
"first_quarter": "Zunehmender Halbmond",
"full_moon": "Vollmond",
"last_quarter": "Zunehmender Dreiviertelmond",
"last_quarter": "Abnehmender Halbmond",
"new_moon": "Neumond"
}
}
}
}
}
}

0 comments on commit d4f2a2a

Please sign in to comment.