Skip to main content

Preview before you ship

Goal: see how your interface holds up in another language before a single real translation exists. kapi fills every string with a longer, accented stand-in — load it into your UI and the labels that clip, the buttons that overflow, and the hard-coded strings (the ones that stay plain) are immediately visible. No API key, no waiting, no cost. Output defaults to the qps pseudo-locale, so no real target language is needed.

Try it right here — drop a file (or pick the JSON or Word sample) and kapi runs pseudo-translate in your browser:

Loading the interactive lab…

Pseudo-translation is a quick tool — no project needed:

  1. Open Toolbox, pick the pseudo-translate tool, and choose your source catalog.
  2. Adjust the shape in the config form — prefix/suffix markers and expansion padding to simulate how much longer real translations run.
  3. Run it and load the output file into your UI; anything un-accented was hard-coded instead of pulled from the catalog.

In a project, add qps as a target locale and pseudo-translation rides the normal flow — output lands on the language path like any locale.

Next