Skip to content

Latest commit

 

History

History
 
 

inlang

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Globalization infrastructure for software

Join the community on Discord Follow inlang on Twitter

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.

Applications

Inlang consists of multiple applications that can be used individually or in combination.

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 infrastructure.

✅ init & validate config
✅ lint translations
✅ machine translate
✅ open inlang editor
✅ Automation integration with CI/CD

CLI validate example