You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue:
[1187](RaspberryPiFoundation/digital-editor-issues#1187)
This is a follow up to the addition of the upload button to the code
editors save and download panel for scratch.
This adds the upload button to the project panel ONLY for scratch
projects
Copy file name to clipboardExpand all lines: AGENTS.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,11 @@ yarn exec cypress open
56
56
`src/assets/stylesheets/InternalStyles.scss` (and external libs in
57
57
`ExternalStyles.scss`); avoid `rem`, prefer `em` and `--scale-factor`.
58
58
59
+
## Translations / locale files
60
+
- Only update `public/translations/en.json` when adding or changing translation keys.
61
+
- Do not add or edit keys in other locale files under `public/translations/`; Crowdin sync overwrites them.
62
+
- Missing keys in non-en locales are intentional until Crowdin syncs; the app falls back to `en`. Do not suggest adding a new key to other locale files when it appears only in `en.json`.
63
+
59
64
## Git & Commit Guidance
60
65
- Write descriptive commit messages that explain why a change was made.
61
66
- When applicable, include alternatives considered and why they were not
0 commit comments