Localazy is built with developer experience in mind. Our CLI is the most advanced compared to other i18n, l10n & t9n management platforms. Where other CLIs end, we are just starting.
Use Localazy as you wish. Integrate with anything & align it to your current CI/CD workflows. Utilize advanced tools such as Format Conversions to convert language files to multiple formats easily.
The Localazy Android Library is an optional component that offers numerous benefits to your app, including automated upload and Over-The-Air (OTA) updates. However, we understand that you may have reservations about integrating third-party libraries into your app.
As a result, if you prefer not to use the Localazy Android Library, you can still utilize our CLI (Command-Line Interface) without any dependency on the Localazy Android library.
After upgrading to macOS Big Sur, there’s a chance you may run into an issue with executing Localazy CLI. This is usually caused by incorrect configuration of brew
package manager. (Note that this doesn’t apply to binaries downloaded directly from our website, they should be working fine.)
The symptoms look like this, the process is killed without any further output.
To resolve the issue, go to App Store -> Updates and make sure, there’s no update available for Xcode. If yes, click “UPDATE” and wait for it to finish.
After the update, try to run brew doctor
and read the output carefully. There could be a warning about outdated CLT and suggested fix.
Let’s run the commands in the specified order and confirm all dialogues that might appear.
softwareupdate --all --install --force
,sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Upgrade Localazy CLI to the latest version by running brew upgrade localazy/tools
And that’s all! You can now verify that Localazy CLI is working again with the localazy -h
command.
Localazy supports all major format conversions from Android XML and iOS .strings through multilingual JSON to XLIFF, qt-ts, and many more formats. You can learn more about supported file format conversions in the documentation.