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
+5
View File
@@ -83,6 +83,11 @@ export default defineNuxtConfig({
language: 'tr-TR',
name: 'Türkçe',
},
{
code: 'bn',
language: 'bn-BD',
name: 'বাংলা',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',