first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import en_US from "@/locales/en_US";
|
||||
import zh_CN from "@/locales/zh_CN";
|
||||
|
||||
export default {
|
||||
en: {
|
||||
translation: en_US
|
||||
},
|
||||
zh: {
|
||||
translation: zh_CN
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user