Skip to content

Commit

Permalink
Merge pull request #337 from EdgardosReis/develop
Browse files Browse the repository at this point in the history
Portuguese translation
  • Loading branch information
MichMich committed May 21, 2016
2 parents f035627 + ef5df5f commit 5ae3c8a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions translations/pt.json
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 2 additions & 1 deletion translations/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

0 comments on commit 5ae3c8a

Please sign in to comment.