Update language files and fix UI issues
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import option from "@/assets/locale/en/option.json";
|
||||
import optionPlayground from "@/assets/locale/en/option-playground.json";
|
||||
import playground from "@/assets/locale/en/playground.json";
|
||||
import common from "@/assets/locale/en/common.json";
|
||||
|
||||
|
||||
export const en = {
|
||||
option,
|
||||
optionPlayground,
|
||||
playground,
|
||||
common
|
||||
}
|
||||
10
src/i18n/lang/ml.ts
Normal file
10
src/i18n/lang/ml.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import option from "@/assets/locale/ml/option.json";
|
||||
import playground from "@/assets/locale/ml/playground.json";
|
||||
import common from "@/assets/locale/ml/common.json";
|
||||
|
||||
|
||||
export const ml = {
|
||||
option,
|
||||
playground,
|
||||
common
|
||||
}
|
||||
Reference in New Issue
Block a user