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