mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 13:08:48 +08:00
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
|
export function isZhCN (name) {
|
||
|
return /-cn\/?$/.test(name)
|
||
|
}
|