forgot to add Português!
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### UNRELEASED
|
### UNRELEASED
|
||||||
- new plugin system - fix #17
|
- new plugin system - fix #177
|
||||||
- new "publish on telegram" plugin: (thanks @fadelkon)
|
- new "publish on telegram" plugin: (thanks @fadelkon)
|
||||||
- i18n refactoring
|
- i18n refactoring
|
||||||
- people can now choose the language displayed - fix #171
|
- people can now choose the language displayed - fix #171
|
||||||
@@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Wordpress plugin now supports MU installation
|
- Wordpress plugin now supports MU installation
|
||||||
- add nominatim / openstreetmap feature (thanks @sedum)
|
- add nominatim / openstreetmap feature (thanks @sedum)
|
||||||
- improve event import
|
- improve event import
|
||||||
|
- new chinese translation
|
||||||
|
- new portuguese translation
|
||||||
- add Apple touch icon - fix #200
|
- add Apple touch icon - fix #200
|
||||||
- improve navbar layout
|
- improve navbar layout
|
||||||
- improve event layout
|
- improve event layout
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ module.exports = {
|
|||||||
it: 'Italiano',
|
it: 'Italiano',
|
||||||
nb: 'Norwegian Bokmål',
|
nb: 'Norwegian Bokmål',
|
||||||
pl: 'Polski',
|
pl: 'Polski',
|
||||||
|
pr: 'Português',
|
||||||
sk: 'Slovak',
|
sk: 'Slovak',
|
||||||
zh: '中国'
|
zh: '中国'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user