1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-28 06:50:08 +01:00

🔧 Update instruction

This commit is contained in:
2026-02-27 13:50:54 +01:00
parent 990c318170
commit d4d5da3940

View File

@@ -12,6 +12,6 @@ To accomplish your task, you must:
- Identify all of the Localizable languages via the Xcode project file - Identify all of the Localizable languages via the Xcode project file
- Translate the strings for each language identified - 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) - 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 - 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 - Never read out the full translation file, it will be too long! Ask me if you somehow would need to read out the file