Allow creating new files (#437)

* allow creating new files

* icon and translation key fix

* Change how new file works

* Fix selected file in tree view

* Reword to "New empty file"

* Reword to "Save as"

---------

Co-authored-by: Flemmli97 <Flemmli97@users.noreply.github.com>
Co-authored-by: Misode <misoloo64@gmail.com>
This commit is contained in:
Flemmli97
2023-12-03 22:25:52 +01:00
committed by GitHub
parent fcffbc9712
commit 33d90f9126
3 changed files with 22 additions and 6 deletions

View File

@@ -189,11 +189,11 @@
"project.delete_file": "Delete file",
"project.download": "Download data pack",
"project.go_to": "Go to project",
"project.new_file": "New file",
"project.new_file": "New empty file",
"project.no_files": "No files",
"project.rename": "Rename",
"project.rename_file": "Rename file",
"project.save": "Save",
"project.save": "Save as",
"project.save_current_file": "Save file to project",
"project.search": "Search project",
"project.search_drafts": "Search drafts",