1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-27 22:40:08 +01:00

🌐 Add translation for new preference

This commit is contained in:
2026-02-17 13:25:00 +01:00
parent e34ae1f5bb
commit d90bd555d7
15 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
I have added the following translations:
```
PASTE
```
These were added to @phpmon/en.lproj/Localizable.strings. I want the other files to be updated with localized versions of this.
You do not need to read out the entire other localizable files, you merely need to identify where to inject the new translations, which is below the following key: `PASTE`.
To accomplish your task, you must:
- Identify all of the Localizable languages via the Xcode project file
- Translate the strings for each language identified
- Insert the translation below the appropriate key using `sed` (you should be able to do this by matching the key; do not include a newline -- the translations don't have any)
- Validate all translations are OK via @scripts/verify_tl.sh
- Never read out the full translation file, it will be too long! Ask me if you somehow would need to read out the file