Add Bangla (বাংলা) translation and language support to wg-easy (#2112)
Bangla translation added
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user