From 046c21c2f8bdd3d5d38ff2db1182fdb00bd075a2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Dec 2023 23:24:38 +0530 Subject: [PATCH] Added Portuguese to the language list --- src/plugins/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/i18n.js b/src/plugins/i18n.js index 5710319..67a59eb 100644 --- a/src/plugins/i18n.js +++ b/src/plugins/i18n.js @@ -401,6 +401,7 @@ export const SUPPORTED_LANGUAGES = [ 'ml', 'nb-NO', 'tr', + 'pt', 'pt-BR', 'bn', 'bn-IN',