Please add the language selection interface (although it is not yet completed)
This commit is contained in:
@@ -9,11 +9,17 @@
|
||||
const en = {
|
||||
"hello": "Hello",
|
||||
};
|
||||
|
||||
const zhCN = {
|
||||
"hello": "你好",
|
||||
};
|
||||
|
||||
const zhTW = {
|
||||
"hello": "哈囉",
|
||||
};
|
||||
|
||||
const jp = {
|
||||
"hello": "こんにちは",
|
||||
};
|
||||
|
||||
const languages = [en, zhCN, jp];
|
||||
const languages = [en, zhCN, zhTW, jp];
|
||||
Reference in New Issue
Block a user