I18n (#1235)
Co-authored-by: CHALOPIN Clément <clement.chalopin@gmail.com> Co-authored-by: Liyas Thomas <liyascthomas@gmail.com> Co-authored-by: Fiki Maulana <fikimaul@gmail.com> Co-authored-by: Shunjid Rahman Showrov <shunjid.rahman@gmail.com> Co-authored-by: Adrian Skar <adrian@adrianskar.com> Co-authored-by: Lucas Queiroz <me@lucasqueiroz.dev> Co-authored-by: piraces <raul.piraces@gmail.com> Co-authored-by: vachan-maker <65799568+vachan-maker@users.noreply.github.com>
This commit is contained in:
@@ -265,6 +265,18 @@ export default {
|
||||
iso: "ko-KR",
|
||||
file: "ko-KR.json",
|
||||
},
|
||||
{
|
||||
code: "bn",
|
||||
name: "Bengali",
|
||||
iso: "bn-BD",
|
||||
file: "bn-BD.json",
|
||||
},
|
||||
{
|
||||
code: "ml",
|
||||
name: "Malayalam",
|
||||
iso: "ml-ML",
|
||||
file: "ml-ML.json",
|
||||
},
|
||||
],
|
||||
defaultLocale: "en",
|
||||
vueI18n: {
|
||||
|
||||
Reference in New Issue
Block a user