Add autosave feature with backup of unsaved new projects (#221)

* Add autosave feature with backup of unsaved new projects.

* Fix wrong indentation on line 205.

* Store backup for every opened file in user://. Some other improvements.

* Remove unnecessary variable.

* Update Translations.pot

Co-authored-by: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com>
This commit is contained in:
Martin Novák 2020-04-30 19:33:24 +02:00 committed by GitHub
parent c82c54d096
commit 82fe186b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 343 additions and 110 deletions

View file

@ -909,6 +909,15 @@ msgstr ""
msgid "File saved"
msgstr ""
msgid "File autosaved"
msgstr ""
msgid "File failed to open"
msgstr ""
msgid "File failed to save"
msgstr ""
msgid "File exported"
msgstr ""
@ -1067,3 +1076,16 @@ msgstr ""
msgid "Creates multiple files but every file is stored in different directory that corresponds to its frame tag"
msgstr ""
msgid "Close"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Autosaved backup for %s was found."
"Do you want to reload it?"
msgstr ""
msgid "Backup reloaded"
msgstr ""