bugfix and performance improvements
This commit is contained in:
@ -4,13 +4,15 @@ import webContact_zh from "@/i18n/message/webContact/zh";
|
||||
import webContact_ru from "@/i18n/message/webContact/ru";
|
||||
import activity_ru from "@/i18n/message/activity/ru";
|
||||
import activity_zh from "@/i18n/message/activity/zh";
|
||||
import { admin_zh, admin_ru } from "@/i18n/message/admin";
|
||||
import { admin_ru, admin_zh } from "@/i18n/message/admin";
|
||||
import { routes_ru, routes_zh } from "@/i18n/message/routes";
|
||||
import { tagsView_ru, tagsView_zh } from "@/i18n/message/tagsView";
|
||||
import common_zh from "@/i18n/message/common/zh";
|
||||
import common_ru from "@/i18n/message/common/ru";
|
||||
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";
|
||||
|
||||
const messages = {
|
||||
zh: {
|
||||
@ -19,6 +21,7 @@ const messages = {
|
||||
tagsView: tagsView_zh,
|
||||
common: common_zh,
|
||||
dict: dict_zh,
|
||||
tips: tips_zh,
|
||||
headerMenu: {
|
||||
hello: "你好,世界",
|
||||
home: "首页",
|
||||
@ -138,6 +141,7 @@ const messages = {
|
||||
tagsView: tagsView_ru,
|
||||
common: common_ru,
|
||||
dict: dict_ru,
|
||||
tips: tips_ru,
|
||||
headerMenu: {
|
||||
hello: "Привет мир",
|
||||
home: "Главная",
|
||||
|
Reference in New Issue
Block a user