From 271aab974662b2c1e5fdd1ba081ca45870dfbcd4 Mon Sep 17 00:00:00 2001 From: matt08 Date: Thu, 9 Jun 2016 13:53:55 +0200 Subject: [PATCH 1/3] Polish translation --- translations/pl.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 translations/pl.json diff --git a/translations/pl.json b/translations/pl.json new file mode 100644 index 00000000..bc6753ac --- /dev/null +++ b/translations/pl.json @@ -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" +} From f6e2073de00f6030aaa65fc6313d1eb521919a06 Mon Sep 17 00:00:00 2001 From: matt08 Date: Thu, 9 Jun 2016 13:56:41 +0200 Subject: [PATCH 2/3] Added polish translation --- translations/translations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/translations/translations.js b/translations/translations.js index 6360a23a..1f541c45 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -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 }; From 50e41d1999f438764c2d41636c5b15c8e08cca9a Mon Sep 17 00:00:00 2001 From: matt08 Date: Thu, 9 Jun 2016 13:57:46 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f719ad4..d7fe1729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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