Learn More
Integrations Hub
Choose your integration to see detailed documentation and examples
JSON & YAML
✅ AvailableComplete support for React, Vue, Angular i18n files. Preserves structure, comments, and nested objects.
{
"welcome": "Welcome to our app",
"buttons": {
"save": "Save changes",
"cancel": "Cancel"
}
}
PO/POT Files
✅ AvailableStandard gettext format support. Compatible with Poedit and other translation tools.
msgid "Welcome" msgstr "Welcome" msgid "Save Changes" msgstr "Save Changes"
Android XML
✅ AvailableFull support for Android string resources, including plural strings and resource folders.
<resources>
<string name="app_name">My App</string>
<plurals name="messages">
<item quantity="one">1 message</item>
<item quantity="other">%d messages</item>
</plurals>
</resources>
iOS Strings
✅ AvailableComplete support for iOS .strings and .stringsdict files. Localize Swift/Objective-C apps.
"welcome_message" = "Welcome to our app"; "button_save" = "Save"; "button_cancel" = "Cancel";
Flutter ARB
✅ AvailableWork with Flutter's ARB format. Generate localization delegates automatically.
{
"@@locale": "en",
"appTitle": "My App",
"@appTitle": {
"description": "The title of the application"
}
}
WordPress Module
✅ AvailableGenerate and manage PO/POT/MO files automatically. Works with any theme or plugin.
- 1. Select WordPress theme/plugin folder
- 2. Scan for translatable strings
- 3. Generate POT file automatically
- 4. Translate and create PO files
- 5. Compile to MO format
Google Translate
✅ AvailableOne-click machine translation for rapid prototyping. Support for 100+ languages.
SaaS API
🚀 Coming SoonCloud-based localization pipeline. Integrate LocEngine directly into your applications via REST API.
CSV & Excel
Export translations to CSV for manual review. Import translated files back.
AvailableTXT Files
Simple text file support for basic translation needs.
AvailableINI/CFG
Configuration files and INI format support.
AvailableCustom Formats
Define your own format with regex patterns.
PlannedNeed a specific integration?
We're constantly adding new formats. Let us know what you need.
Request New Integration
Tell us what integration you need and we'll get back to you within 24 hours.
Request New Integration
Tell us what integration you need and we'll get back to you within 24 hours.
We'll respond to your email address within 24 hours.