AI tools
Translate a language file without handing it over
Pick a .po or .pot file and get every untranslated string filled in, across dozens of languages. Exports back to the same format your site already reads.
- The file never leaves your browser. It is parsed here, only the strings themselves are sent, and the result is put back together here.
- Placeholders are preserved exactly — %s, %1$s, %d, {name}, HTML tags. Getting one of these wrong breaks the string at runtime, in a language you may not read.
- Plural forms follow the target language, not the source file. Russian gets three forms, Chinese gets one — copying the source header is how plurals end up permanently wrong.
- Only untranslated and fuzzy entries are sent. Work you already did is left alone and is not billed.
Credits0
Buy credits →Drop your .po or .pot file here
Nothing is uploaded — the file is read in your browser
We keep nothing. Your file is never uploaded — only the strings that need translating pass through us, and they are not stored.
What it costs
Charged once for the whole file, by the number of entries that actually need translating. Entries you have already translated are skipped and not billed. If a batch fails partway, the whole job is refunded — half a translated file is not worth paying for.