mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-27 22:40:08 +01:00
1.2 KiB
1.2 KiB
Read the full prompt before checking out any files. I have added the following translations:
(paste placeholder. if this messsage is visible; ask me which translations were added.)
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 here. if this messsage is visible; ask me what key to use.).
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. Unlike the source English file, localization files do not have newlines or comments, so avoid adding those!) - Validate all translations are OK via
scripts/verify_tl.sh - Never read out the full translation file (any
.stringsfile), it will be too long! Read specific parts of files, you should have reference points. Ask me if you somehow would need to read out the file!