Skip to content

Commit 9125c27

Browse files
author
Akos Kitta
committed
fix: i18n
Signed-off-by: Akos Kitta <[email protected]>
1 parent 45f6c4b commit 9125c27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

i18n/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@
159159
},
160160
"configuration": {
161161
"cli": {
162-
"inaccessibleDirectory": "Could not access '{0}' folder at '{1}'. Reason: '{2}'"
162+
"inaccessibleDirectory": "Could not access '{0}' folder at '{1}'. Reason: '{2}'",
163+
"uninitialized": "Uninitialized"
163164
}
164165
},
165166
"contributions": {
@@ -403,6 +404,7 @@
403404
"createdArchive": "Created archive '{0}'.",
404405
"doneCompiling": "Done compiling.",
405406
"doneUploading": "Done uploading.",
407+
"emptySketchbook": "(no sketches)",
406408
"exportBinary": "Export Compiled Binary",
407409
"moving": "Moving",
408410
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",

0 commit comments

Comments
 (0)