提交 8a271417 编写于 作者: RedPing97's avatar RedPing97

藏文重命名

上级 723bc3e1
import components_BO_CN_Base from './components_BO_CN_base';
function getLocaleResource(){
const components_BO_CN_OwnData = {};
const targetData = Object.assign(components_BO_CN_Base(), components_BO_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import components_ti_CN_Base from './components_ti_CN_base';
function getLocaleResource(){
const components_ti_CN_OwnData = {};
const targetData = Object.assign(components_ti_CN_Base(), components_ti_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
......@@ -10,10 +10,10 @@ declare module "view-design/dist/locale/zh-CN" {
declare module "element-ui/lib/locale/lang/zh-CN" {
}
declare module "view-design/dist/locale/ti-CN" {
declare module "view-design/dist/locale/BO-CN" {
}
declare module "element-ui/lib/locale/lang/ti-CN" {
declare module "element-ui/lib/locale/lang/BO-CN" {
}
declare module "tinymce/tinymce" {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册