mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
remove generated folders
This commit is contained in:
parent
fd651a6fbb
commit
5ead61d338
4 changed files with 0 additions and 30 deletions
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"en": {
|
|
||||||
"paint.brushMode.brush": "Brush",
|
|
||||||
"paint.eraserMode.eraser": "Eraser"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"paint.brushMode.brush": {
|
|
||||||
"message": "Brush",
|
|
||||||
"description": "Label for the brush tool"
|
|
||||||
},
|
|
||||||
"paint.eraserMode.eraser": {
|
|
||||||
"message": "Eraser",
|
|
||||||
"description": "Label for the eraser tool"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"id": "paint.brushMode.brush",
|
|
||||||
"description": "Label for the brush tool",
|
|
||||||
"defaultMessage": "Brush"
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1,7 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"id": "paint.eraserMode.eraser",
|
|
||||||
"description": "Label for the eraser tool",
|
|
||||||
"defaultMessage": "Eraser"
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
Reference in a new issue