mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Improved autosaving feature
Autosaving now can be disabled in the config menu and only saves when the content field is not empty.
This commit is contained in:
parent
912418984b
commit
96d5145395
13 changed files with 162 additions and 31 deletions
|
|
@ -183,7 +183,9 @@ rss_settings = "RSS settings"
|
|||
read_more_text = "Read more text"
|
||||
read_more_text_placeholder = "Read more"
|
||||
reading = "Reading"
|
||||
writing = "Writing"
|
||||
reading_settings = "Reading Settings"
|
||||
writing_settings = "Writing Settings"
|
||||
recaptcha = "reCAPTCHA"
|
||||
recent_posts = "Recent posts"
|
||||
recent_posts_widget_at_most = "Recent posts widget at most"
|
||||
|
|
@ -292,4 +294,6 @@ verify_code = "Verify the MFA code"
|
|||
verify_password = "Verify current password"
|
||||
manualsetupkey = "You can also manually add the setup key"
|
||||
mfa_error = "MFA code is not correct"
|
||||
disablemfa = "Disable MFA"
|
||||
disablemfa = "Disable MFA"
|
||||
enable_auto_save = "Enable Auto Save to Drafts"
|
||||
explain_autosave = "When enabled, new posts or pages will automatically be saved as a draft every 60 seconds after you start writing."
|
||||
Loading…
Add table
Add a link
Reference in a new issue