Skip to content

Commit

Permalink
Merge pull request #343 from OskarKlintrot/develop
Browse files Browse the repository at this point in the history
Added Swedish translation
  • Loading branch information
MichMich committed May 28, 2016
2 parents 4b5625e + 70c697f commit e17ef5e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Norwegian Translations (nb and nn)
- Portuguese Translation
- Swedish Translation

### Chagned
- Add option to use locationID in weather modules.
Expand Down
27 changes: 27 additions & 0 deletions translations/sv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
/* GENERAL */
"LOADING": "Laddar …",

/* CALENDAR */
"TODAY": "Idag",
"TOMORROW": "Imorgon",
"RUNNING": "Slutar",
"EMPTY": "Inga kommande händelser.",

/* WEATHER */
"N": "N",
"NNE": "NNO",
"ENE": "ONO",
"E": "Ö",
"ESE": "OSO",
"SE": "SO",
"SSE": "SSO",
"S": "S",
"SSW": "SSV",
"SW": "SV",
"WSW": "VSV",
"W": "V",
"WNW": "VNV",
"NW": "NV",
"NNW": "NNV"
}
1 change: 1 addition & 0 deletions translations/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ var translations = {
"nb" : "translations/nb.json",
"nn" : "translations/nn.json",
"pt" : "translations/pt.json",
"sv" : "translations/sv.json",
};

0 comments on commit e17ef5e

Please sign in to comment.