From e2b842ad4e580caf4ccfe00ff0fb1456db3b9c80 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sat, 31 May 2025 00:38:09 +0100 Subject: Add language: European Portuguese (`pt-PT`) (#8375) * Update app.config.js * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts * Create messages.po * prettier --- app.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index bb81bb8b0..0fa91f2ce 100644 --- a/app.config.js +++ b/app.config.js @@ -95,6 +95,7 @@ module.exports = function (_config) { 'nl', 'pl', 'pt-BR', + 'pt-PT', 'ro', 'ru', 'sv', -- cgit 1.4.1