10 lines
229 B
TypeScript
10 lines
229 B
TypeScript
|
|
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
|
||
|
|
}
|