From 7048c550b75a267820d41cce58f7dcda0c0f02b9 Mon Sep 17 00:00:00 2001 From: EdgardosReis Date: Sat, 21 May 2016 15:33:04 +0100 Subject: [PATCH 1/3] Create pt.json portuguese translation --- translations/pt.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 translations/pt.json diff --git a/translations/pt.json b/translations/pt.json new file mode 100644 index 0000000000..51043607a9 --- /dev/null +++ b/translations/pt.json @@ -0,0 +1,27 @@ +{ + /* GENERAL */ + "LOADING": "A carregar …", + + /* CALENDAR */ + "TODAY": "Hoje", + "TOMORROW": "Amanhã", + "RUNNING": "Termina em", + "EMPTY": "Sem eventos a chegar.", + + /* WEATHER */ + "N": "N", + "NNE": "NNE", + "ENE": "ENE", + "E": "E", + "ESE": "ESE", + "SE": "SE", + "SSE": "SSE", + "S": "S", + "SSW": "SSO", + "SW": "SO", + "WSW": "OSO", + "W": "O", + "WNW": "ONO", + "NW": "NO", + "NNW": "NNO" +} From 9af7451a6107e2ec4fe467b7da3157298aca2410 Mon Sep 17 00:00:00 2001 From: EdgardosReis Date: Sat, 21 May 2016 15:33:47 +0100 Subject: [PATCH 2/3] Update translations.js portuguese translation --- translations/translations.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translations/translations.js b/translations/translations.js index bc6e6aa292..5ce5f268b4 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -13,5 +13,6 @@ var translations = { "fy" : "translations/fy.json", "es" : "translations/es.json", "nb" : "translations/nb.json", - "nn" : "translations/nn.json", + "nn" : "translations/nn.json", + "pt" : "translations/pt.json", }; From ef5df5f01be479ca277f7a81c8c54b7622b6bff8 Mon Sep 17 00:00:00 2001 From: EdgardosReis Date: Sat, 21 May 2016 15:37:00 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0a9fcc4a..241a9b03ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added - Norwegian Translations (nb and nn) +- Portuguese Translation ## [2.0.1] - 2016-05-18 ### Added