One sentence instead of a setup screen
One sentence instead of a setup screen, confirmed before anything is written.
Translate a whole iOS .strings file at once. Say what you need in plain English. The keys, tags and delimiters stay where they are.
Drop your iOS .strings file here
Up to 2 MB, five files a day. Nothing to install, no account.
One sentence instead of a setup screen, confirmed before anything is written.
A glossary fixes your feature names, so the same button is not called three things in three releases.
Lite for deep settings copy, Standard for the first run. Chosen per upload.
Keys, escaped characters, and format specifiers are never rewritten. The file comes back in the format Xcode expects, so it is a drop-in replacement.
AI Glot reads the file and separates the text from the structure. It then tells you how much there is to translate, before anything runs.
No column mapping and no configuration screen. Write what you need, then read the plan it produced. If it misread you, say so and it plans again.
Translate into German and Spanish. Keep product names in English, use our glossary, and make the copy sound natural for e-commerce.
One file comes back, translated. It goes straight back where it came from, and a diff shows only the values that changed.
Four jobs that come up again and again. Each one is one upload and one sentence.
A full Localizable.strings into every .lproj. Xcode reads the result without a change.
Developer comments explain what a string is for. They survive the round trip, so the next pass is faster.
Format specifiers come back in the order the target language reads correctly, not the order English used.
Only the new keys. What you already shipped and reviewed does not move.
Twelve families in all, each with a workflow built around its own structure.
Android XML
Translate a strings.xml resource file with names, plural quantities, and format specifiers left exactly where they belong.
XLIFF / XLF
Translate localization units at scale with product terminology and file-specific instructions applied consistently.
JSON
Translate the values in a JSON language file, including Flutter ARB, while every key, nesting level, and ordering stays exactly as you sent it.