chore: rename locales file
This commit is contained in:
9
src/language/locales/en_US.ts
Normal file
9
src/language/locales/en_US.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
input: {
|
||||
hello: "hello world",
|
||||
},
|
||||
page: {
|
||||
prev: "prev",
|
||||
next: "next",
|
||||
},
|
||||
};
|
||||
9
src/language/locales/zh_CN.ts
Normal file
9
src/language/locales/zh_CN.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
input: {
|
||||
hello: "你好世界",
|
||||
},
|
||||
page: {
|
||||
prev: "上一页",
|
||||
next: "下一页",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user