fix locale

This commit is contained in:
jfh
2020-08-24 01:30:45 +02:00
parent 5b6e3fef8e
commit 9c8a2e358a
542 changed files with 17 additions and 267776 deletions

View File

@@ -1,13 +0,0 @@
var en = {
name: 'ClosePath',
buttons: [
{
title: 'Open path'
},
{
title: 'Close path'
}
]
};
export default en;

View File

@@ -1,13 +0,0 @@
var zhCN = {
name: '闭合路径',
buttons: [
{
title: '打开路径'
},
{
title: '关闭路径'
}
]
};
export default zhCN;