Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-09-05 11:02:32 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-09-05 11:02:32 +0300
commita55645584b242cdb2547b1392a21f5d457a5a8e3 (patch)
tree62bd4b124f322ab1347c6828a0dc49e952d68bf2 /web/assets
parentf53630791450a537b933cba9085146acd176c98f (diff)
new - Português (Brazil) langs
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/langs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js
index 218c02b0..5f2577b7 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -44,6 +44,11 @@ const supportLangs = [
value: 'tr-TR',
icon: '🇹🇷',
},
+ {
+ name: "Português",
+ value: "pt-BR",
+ icon: "🇧🇷",
+ },
];
function getLang() {