bugfix and performance improvements
This commit is contained in:
@ -9,6 +9,8 @@ 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";
|
||||
|
||||
const messages = {
|
||||
zh: {
|
||||
@ -16,6 +18,7 @@ const messages = {
|
||||
routes: routes_zh,
|
||||
tagsView: tagsView_zh,
|
||||
common: common_zh,
|
||||
dict: dict_zh,
|
||||
headerMenu: {
|
||||
hello: "你好,世界",
|
||||
home: "首页",
|
||||
@ -134,6 +137,7 @@ const messages = {
|
||||
routes: routes_ru,
|
||||
tagsView: tagsView_ru,
|
||||
common: common_ru,
|
||||
dict: dict_ru,
|
||||
headerMenu: {
|
||||
hello: "Привет мир",
|
||||
home: "Главная",
|
||||
|
Reference in New Issue
Block a user