fix: make crtl+s save to appropriate location (#45406)

* fix: crtl+s for multifile cert projects

* fix: remove unused code

* feat: add limit on save frequency
This commit is contained in:
Tom
2022-04-04 07:32:43 -05:00
committed by GitHub
parent f43de0969e
commit 3d242179b2
5 changed files with 36 additions and 4 deletions

View File

@@ -533,6 +533,7 @@
"local-code-saved": "Saved! Your code was saved to your browser's local storage.",
"code-saved": "Your code was saved to the database. It will be here when you return.",
"code-save-error": "An error occurred trying to save your code.",
"code-save-less": "Slow Down! Your code was not saved. Try again in a few seconds.",
"challenge-save-too-big": "Sorry, you cannot save your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org",
"challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org"
},