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:
17
@tasks/new_translations.md
Normal file
17
@tasks/new_translations.md
Normal 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
|
||||
Reference in New Issue
Block a user