What is an .xcstrings translator?
An .xcstrings translator reads an Xcode String Catalog, translates its source string units, and writes each result back into the catalog's localization structure. A reliable translator must preserve more than text: it must keep format specifiers, plural categories, substitutions, device variations, comments, and translation states valid.
autoglot is built around that catalog structure. It translates the string units that need work, retains completed translations, and validates protected syntax before accepting a result.