Added Swedish translation

This commit is contained in:
OskarKlintrot 2016-05-27 19:04:53 +02:00
parent 4b5625e0b4
commit 70c697f094
3 changed files with 29 additions and 0 deletions

View File

@ -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.

27
translations/sv.json Normal file
View File

@ -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"
}

View File

@ -15,4 +15,5 @@ var translations = {
"nb" : "translations/nb.json",
"nn" : "translations/nn.json",
"pt" : "translations/pt.json",
"sv" : "translations/sv.json",
};