Integrations Hub

Choose your integration to see detailed documentation and examples

📄

JSON & YAML

✅ Available
v4.5+

Complete support for React, Vue, Angular i18n files. Preserves structure, comments, and nested objects.

Frameworks
React Vue.js Angular Next.js Nuxt
File Types
.json .yaml .yml
Example
{
  "welcome": "Welcome to our app",
  "buttons": {
    "save": "Save changes",
    "cancel": "Cancel"
  }
}
🌐

PO/POT Files

✅ Available
v4.5+

Standard gettext format support. Compatible with Poedit and other translation tools.

Compatible With
Poedit gettext WordPress Drupal
File Types
.po .pot .mo
Example
msgid "Welcome"
msgstr "Welcome"

msgid "Save Changes"
msgstr "Save Changes"
🤖

Android XML

✅ Available
v4.5+

Full support for Android string resources, including plural strings and resource folders.

Features
strings.xml plurals arrays resource folders
Example
<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

✅ Available
v4.5+

Complete support for iOS .strings and .stringsdict files. Localize Swift/Objective-C apps.

Features
.strings .stringsdict plurals
Example
"welcome_message" = "Welcome to our app";
"button_save" = "Save";
"button_cancel" = "Cancel";
🎯

Flutter ARB

✅ Available
v4.5+

Work with Flutter's ARB format. Generate localization delegates automatically.

Features
ARB Dart intl
Example
{
  "@@locale": "en",
  "appTitle": "My App",
  "@appTitle": {
    "description": "The title of the application"
  }
}
🔌

WordPress Module

✅ Available
v4.5+

Generate and manage PO/POT/MO files automatically. Works with any theme or plugin.

Features
PO/POT generation MO compilation Theme translation Plugin translation
Workflow
  1. 1. Select WordPress theme/plugin folder
  2. 2. Scan for translatable strings
  3. 3. Generate POT file automatically
  4. 4. Translate and create PO files
  5. 5. Compile to MO format
🌍

Google Translate

✅ Available
v4.5+

One-click machine translation for rapid prototyping. Support for 100+ languages.

Languages 100+ supported
Quota Based on your plan
☁️

SaaS API

🚀 Coming Soon
Q2 2026

Cloud-based localization pipeline. Integrate LocEngine directly into your applications via REST API.

Features
REST API Webhooks Real-time
📊

CSV & Excel

Export translations to CSV for manual review. Import translated files back.

Available
📝

TXT Files

Simple text file support for basic translation needs.

Available
⚙️

INI/CFG

Configuration files and INI format support.

Available
🔧

Custom Formats

Define your own format with regex patterns.

Planned

Need a specific integration?

We're constantly adding new formats. Let us know what you need.