From c7d58a293873aea762c02082d1f8e42633a9886a Mon Sep 17 00:00:00 2001 From: Donkie Date: Tue, 28 May 2024 18:51:50 +0200 Subject: [PATCH] Enabled Portuguese language Resolves #390 --- client/src/i18n.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/i18n.ts b/client/src/i18n.ts index 1e533eb..8c88ecb 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -98,6 +98,11 @@ export const languages: { [key: string]: Language } = { countryCode: "dk", fullCode: "da-DK", }, + ["pt"]: { + name: "Português", + countryCode: "pt", + fullCode: "pt-PT", + }, }; i18n