2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

UConv.pm: fix german translations for compasspoints

git-svn-id: https://svn.fhem.de/fhem/trunk@21116 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2020-02-04 12:41:08 +00:00
parent feaf7653b6
commit 5867c9ced0

View File

@ -49,7 +49,7 @@ our %compasspoints = (
de => [
[ "Norden", "N", '▲' ],
[ "Nord-Nordost", "NNO", '⬈' ],
[ "Nord-Ost", "NO", '⬈' ],
[ "Nordost", "NO", '⬈' ],
[ "Ost-Nordost", "ONO", '⬈' ],
[ "Osten", "O", '▶' ],
[ "Ost-Südost", "OSO", '⬊' ],
@ -81,7 +81,6 @@ our %compasspoints = (
[ "Oeste-Noroeste", "ONO", '⬉' ],
[ "Noroeste", "NO", '⬉' ],
[ "Norte-Noroeste", "NNE", '⬉' ],
],
it => [
[ "Nord", "N", '▲' ],