Languine is a powerful AI translation tool that allows you to translate your website content into different languages. This documentation covers the setup and configuration process.
languine
npx languine@latest init
{ "welcome": "Welcome to our application!", "user": { "greeting": "Hi, {{name}}!", "profile": { "title": "Your profile", "edit": "Edit profile" } }, "notifications": { "messages": "You have {{count}} new message(s).", "empty": "No new notifications." } }
npx languine@latest translate
locales/fr.json
Was this page helpful?