Skip to content

Commit

Permalink
Add missing key in sv.json
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Apr 13, 2023
1 parent 3d0ebe2 commit e6a6fca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions custom_components/weatherlink/translations/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@
"wind_direction": {
"name": "Vindriktning",
"state": {
"north" : "Nord",
"northnortheast" : "Nordnordost",
"northeast" : "Nordost",
"eastnortheast" : "Ostnordost",
"north": "Nord",
"northnortheast": "Nordnordost",
"northeast": "Nordost",
"eastnortheast": "Ostnordost",
"east": "Ost",
"eastsoutheast": "Ostsydost",
"southeast": "Sydost",
"southsoutheast": "Sydsydost",
Expand Down Expand Up @@ -79,4 +80,4 @@
}
}
}
}
}

0 comments on commit e6a6fca

Please sign in to comment.