Lokali watches your repository, translates new strings into Portuguese with full product context, and opens a pull request — automatically, on every push.
Real translations — live from the demo app
These are actual strings from Polsia-Inc/lokali-demo-app, translated into Portuguese by Lokali. English source on the left, Portuguese output on the right.
Configure Lokali for Portuguese
One .lokali.yml file in your repo root. Add pt to locales. Push. Done.
version: 1 source_locale: en locales: [en, pt] frameworks: - next-intl source_files: - messages/en.json # Lokali will create messages/pt.json on first push
version: 1 source_locale: en locales: [en, pt] frameworks: - react-i18next source_files: - public/locales/en/*.json # Lokali will create public/locales/pt/*.json on first push
version: 1 source_locale: en locales: [en, pt] frameworks: - i18next source_files: - locales/en/translation.json # Lokali will create locales/pt/translation.json on first push
Portuguese — what Lokali handles
Not just character encoding. Lokali understands the linguistic rules that trip up generic translation APIs.
.lokali.yml if you need European forms.Install takes 30 seconds. First Portuguese translation PR arrives on your next push.