From 9b2958c4d00b91a476de85bde105d9b4e34c873d Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:38:41 +0300 Subject: [PATCH] Add Portuguese language to SendouQ --- app/modules/i18n/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/modules/i18n/config.ts b/app/modules/i18n/config.ts index 83a7e2ba7..346109cee 100644 --- a/app/modules/i18n/config.ts +++ b/app/modules/i18n/config.ts @@ -100,6 +100,10 @@ export const languagesUnified = [ code: "pl", name: "Polski", }, + { + code: "pt", + name: "Português", + }, { code: "nl", name: "Nederlands",