i18n Sync: Update Settings and SubmitSaveAllSettings Keys Across Locale Files #3510
Labels
Area: Translation
For localization of the p5.js editor or contributor documentation
Good First Issue
A beginner-friendly issue, great for first-time contributors
Help Wanted
Would love additional input or contributions!
Ready for Work
Issue is ready for development work
Uh oh!
There was an error while loading. Please reload this page.
p5.js version
No response
What is your operating system?
Windows
Web browser and version
Chrome 1.79.119
Actual Behavior
"SubmitSaveAllSettings": "Save All Settings"
"Settings": "Account Settings"
"SubmitSaveAllSettings": "Save All Settings"
was replaced with"SaveAccountDetails": "Save Account Details"
"Settings": "Account Settings"
(under AccountView) was updated to"Settings": "My Account"
Expected Behavior
"SaveAccountDetails": "Save Account Details"
,"Settings": "My Account"
Outdated keys like
"SubmitSaveAllSettings"
should be removed.The UI should reflect consistent wording across all languages when these sections are displayed.
Steps to reproduce
#3509 Refer to this PR for the changes.
Steps to Reproduce
Switch to a non-English language (e.g., Spanish, French)
Navigate to My Account page (previously Settings)
Observe:
- The header still says "Account Settings".
- The save button still says "Save All Settings".
Compare this with the English version, which correctly says:
- "My Account"
- "Save Account Details"
The text was updated successfully, but these errors were encountered: