From 96b60c4f9cd3b4367b54a11c177190a109a41b36 Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 25 Nov 2022 12:24:09 +0100 Subject: [PATCH] =?UTF-8?q?forgot=20to=20add=20Portugu=C3=AAs!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 4 +++- locales/index.js | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 570f276a..135228d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ All notable changes to this project will be documented in this file. ### UNRELEASED - - new plugin system - fix #17 + - new plugin system - fix #177 - new "publish on telegram" plugin: (thanks @fadelkon) - i18n refactoring - 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 - add nominatim / openstreetmap feature (thanks @sedum) - improve event import + - new chinese translation + - new portuguese translation - add Apple touch icon - fix #200 - improve navbar layout - improve event layout diff --git a/locales/index.js b/locales/index.js index ab14bb2c..4efc4f33 100644 --- a/locales/index.js +++ b/locales/index.js @@ -9,6 +9,7 @@ module.exports = { it: 'Italiano', nb: 'Norwegian Bokmål', pl: 'Polski', + pr: 'Português', sk: 'Slovak', zh: '中国' }