mirror of
https://github.com/certd/certd.git
synced 2026-05-18 22:57:31 +08:00
perf: 优化中英文翻译与切换
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
import certd from './certd';
|
||||
import authentication from './authentication';
|
||||
import vip from './vip';
|
||||
import tutorial from './tutorial';
|
||||
import preferences from './preferences';
|
||||
import ui from './ui';
|
||||
import guide from './guide';
|
||||
import common from './common';
|
||||
import certd from "./certd";
|
||||
import authentication from "./authentication";
|
||||
import vip from "./vip";
|
||||
import tutorial from "./tutorial";
|
||||
import preferences from "./preferences";
|
||||
import ui from "./ui";
|
||||
import guide from "./guide";
|
||||
import common from "./common";
|
||||
|
||||
export default {
|
||||
certd,
|
||||
authentication,
|
||||
vip,
|
||||
ui,
|
||||
tutorial,
|
||||
preferences,
|
||||
guide,
|
||||
common
|
||||
};
|
||||
certd,
|
||||
authentication,
|
||||
vip,
|
||||
ui,
|
||||
tutorial,
|
||||
preferences,
|
||||
guide,
|
||||
common,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user