Update language files and fix UI issues
This commit is contained in:
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