Supported formats
autoglot translates the localization files your app already uses. Each format adapter reads native structure and context, protects its placeholders and plurals, and writes native output back to the repository.
Xcode String Catalogs
One catalog containing every localization for Apple platforms.
.xcstringsAndroid string resources
Android strings, plurals, and arrays in values resource directories.
.xmlFlutter ARB
Flutter messages with ICU syntax, placeholders, and resource metadata.
.arbJSON
Nested or flat locale dictionaries for web and JavaScript apps.
.jsonYAML
Nested locale dictionaries, including Rails i18n language roots.
.yml, .yamlgettext
Message catalogs with context, comments, and language plural rules.
.po, .potEach translation stays in its application-native format. autoglot does not require a proprietary export file or runtime library.