Lokali watches your repository, translates new strings into Chinese Simplified 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 Chinese Simplified by Lokali. English source on the left, Chinese Simplified output on the right.
Configure Lokali for Chinese Simplified
One .lokali.yml file in your repo root. Add zh to locales. Push. Done.
version: 1 source_locale: en locales: [en, zh] frameworks: - next-intl source_files: - messages/en.json # Lokali will create messages/zh.json on first push
version: 1 source_locale: en locales: [en, zh] frameworks: - react-i18next source_files: - public/locales/en/*.json # Lokali will create public/locales/zh/*.json on first push
version: 1 source_locale: en locales: [en, zh] frameworks: - i18next source_files: - locales/en/translation.json # Lokali will create locales/zh/translation.json on first push
Chinese Simplified — what Lokali handles
Not just character encoding. Lokali understands the linguistic rules that trip up generic translation APIs.
Install takes 30 seconds. First Chinese Simplified translation PR arrives on your next push.