/inlang

localization infrastructure for software and the next git

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Globalization infrastructure for software

Join the community on Discord Follow inlang on Twitter

🧑‍💻 Careers

Community & Support

📝 Documentation - Getting started and more.

🌱 Ecosystem - Plugins, resources, and more.

🛠️ SDKs - Supported SDKs to globalize your app.

🚩 Issues - Bugs end errors you encounter using inlang.

💬 Discussions - Get help, ask questions, request features, and discuss inlang.

🗣️ Discord - Hanging out with the community.

📖 Example - An example repository that uses inlang.

Applications

Inlang consists of multipe applications that can be used individually, or in combination with each other.

Manage translations in a simple web interface and push changes to your repository.

✅ works with existing translation files
✅ git workflows like pull requests
✅ no hosting, no sync pipelines
✅ no extra accounts

the inlang editor to manage translations

The IDE-extension allows you to translate your content directly in your IDE.

✅ extract messages
✅ inline annotations to see translations
✅ linting errors and warnings

VS code extension inline annotation

@inlang/cli is a command line interface (CLI) tool that allows you to interact with the Inlang infastructure.

✅ init & validate config
✅ lint translations
✅ machine translate
✅ open inlang editor

CLI validate example