🌐 Modlate

Translation Manager

Create New Translation Project

Upload a JSON file to get started. The system will automatically flatten nested keys.


Start from Scratch

Don't have a JSON file to upload? Start with an example structure.

📋 Example JSON Structure

Any nested JSON will be flattened into dot notation:

{
  "app": {
    "title": "Welcome",
    "menu": {
      "items": ["Home", "About", "Contact"]
    }
  }
}

Flattened keys:

Built with Go, Echo, HTMX, and SQLite