Add Bangla (বাংলা) translation and language support to wg-easy (#2112)

Bangla translation added
This commit is contained in:
WebX Beyond
2025-08-16 20:01:57 +06:00
committed by GitHub
parent ef463d3d85
commit 0b32ab899c
3 changed files with 247 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@ import ko from './locales/ko.json';
import es from './locales/es.json';
import ptbr from './locales/pt-BR.json';
import tr from './locales/tr.json';
import bn from './locales/bn.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -25,5 +26,6 @@ export default defineI18nConfig(() => ({
es,
'pt-BR': ptbr,
tr,
bn,
},
}));