move untested extensions to the archive folder (see comment)
anyone wishing to test and confirm it should go back to the project can submit an issue (or better propose a PR).
This commit is contained in:
11
archive/untested-extensions/ext-closepath/locale/en.js
Normal file
11
archive/untested-extensions/ext-closepath/locale/en.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
name: 'ClosePath',
|
||||
buttons: [
|
||||
{
|
||||
title: 'Open path'
|
||||
},
|
||||
{
|
||||
title: 'Close path'
|
||||
}
|
||||
]
|
||||
};
|
||||
11
archive/untested-extensions/ext-closepath/locale/zh-CN.js
Executable file
11
archive/untested-extensions/ext-closepath/locale/zh-CN.js
Executable file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
name: '闭合路径',
|
||||
buttons: [
|
||||
{
|
||||
title: '打开路径'
|
||||
},
|
||||
{
|
||||
title: '关闭路径'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user