bug fix and performance improvements
This commit is contained in:
@ -13,6 +13,8 @@ import dict_zh from "@/i18n/message/dict/zh";
|
||||
import dict_ru from "@/i18n/message/dict/ru";
|
||||
import tips_zh from "@/i18n/message/tips/zh";
|
||||
import tips_ru from "@/i18n/message/tips/ru";
|
||||
import home_zh from "@/i18n/message/home/zh";
|
||||
import home_ru from "@/i18n/message/home/ru";
|
||||
|
||||
const messages = {
|
||||
zh: {
|
||||
@ -22,6 +24,7 @@ const messages = {
|
||||
common: common_zh,
|
||||
dict: dict_zh,
|
||||
tips: tips_zh,
|
||||
home: home_zh,
|
||||
headerMenu: {
|
||||
hello: "你好,世界",
|
||||
home: "首页",
|
||||
@ -142,6 +145,7 @@ const messages = {
|
||||
common: common_ru,
|
||||
dict: dict_ru,
|
||||
tips: tips_ru,
|
||||
home: home_ru,
|
||||
headerMenu: {
|
||||
hello: "Привет мир",
|
||||
home: "Главная",
|
||||
|
Reference in New Issue
Block a user