Thank you for translating Puppy Potty Trainer!
You will receive a CSV file with two columns:
| English | Translation |
|---|---|
| Hello World | (your translation here) |
| Welcome to %@ | (your translation here) |
- DO NOT edit the "English" column - Leave it exactly as is
- ONLY edit the "Translation" column - Put your translations here
- Preserve placeholders - Keep
%@,%lld,%dexactly as shown - Preserve formatting - Keep quotes, line breaks, and punctuation
❌ Wrong:
English,Translation
"Welcome to %@","Willkommen"✅ Correct:
English,Translation
"Welcome to %@","Willkommen bei %@"%@= Text (e.g., app name, time)%lld= Number (e.g., count, days)%d= Integer number
These must appear in your translation exactly as shown!
If the English has special characters, preserve them:
- Quotes:
"Text" - Colons:
Time: - Newlines: Keep line breaks
- Commas: Keep punctuation
The first row (English,Translation) is a header - do not translate it.
Given CSV:
English,Translation
Emerging,
"Patterns start forming around 15 events!",
"%lld / 15 events logged",Your completed CSV:
English,Translation
Emerging,Aufkommend
"Patterns start forming around 15 events!","Erste Muster entstehen nach etwa 15 Missgeschicken!"
"%lld / 15 events logged","%lld / 15 Missgeschicke erfasst"- Microsoft Excel
- Apple Numbers
- Google Sheets
- Any text editor
Save as: CSV (Comma Separated Values, UTF-8 encoding)
If any English text is unclear or needs context, please ask! We're happy to provide:
- Screenshots showing where text appears
- Context about what the text means
- Character/length limits if applicable
Please return the CSV file with:
- Same filename (or add your language code)
- UTF-8 encoding
- All translations filled in
Thank you! 🙏