Skip to content

Commit

Permalink
Merge pull request MagicMirrorOrg#361 from matt08/patch-2
Browse files Browse the repository at this point in the history
Added polish translation
  • Loading branch information
MichMich authored Jun 9, 2016
2 parents 8d9bf5c + 50e41d1 commit 479ceb1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add max newsitems parameter to the newsfeed module.
- Translations for Simplified Chinese, Traditional Chinese and Japanese.
- Polish Translation

### Fixed

Expand Down
28 changes: 28 additions & 0 deletions translations/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
/* GENERAL */
"LOADING": "Ładowanie …",

/* CALENDAR */
"TODAY": "Dziś",
"TOMORROW": "Jutro",
"RUNNING": "Koniec za",
"EMPTY": "Brak wydarzeń.",

/* WEATHER */
"N": "N",
"NNE": "NNE",
"NE": "NE",
"ENE": "ENE",
"E": "E",
"ESE": "ESE",
"SE": "SE",
"SSE": "SSE",
"S": "S",
"SSW": "SSW",
"SW": "SW",
"WSW": "WSW",
"W": "W",
"WNW": "WNW",
"NW": "NW",
"NNW": "NNW"
}
1 change: 1 addition & 0 deletions translations/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ var translations = {
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
"ja" : "translations/ja.json", // Japanese
"pl" : "translations/pl.json", // Polish

};

0 comments on commit 479ceb1

Please sign in to comment.