๐ฆ Quick Start Guide
Learn how to extract localization key from Android project to local file. This guide will show you how to configure CLI to find localization keys in your project files.
If you already have extracted translation keys or translated messages in your strings.xml
files, then go to
page Android XML to upload your data first.
Resources:
๐ฟ Installation
Install SimpleLocalize CLI
curl -s https://get.simplelocalize.io/install | bash
Problems with CLI? Checkout troubleshooting section.
๐ฆ Extract translation keys
SimpleLocalize CLI will try to find translation key usages in .java
and .kt
files. After that translation keys will
be automatically uploaded to the translation editor.
simplelocalize extract --apiKey <PROJECT_KEY> \
--projectType google/android \
--searchDir ./src
๐ญ Translate messages
Now you can translate the messages or share the project with professional translators.
๐ Download translations
simplelocalize download --apiKey <PROJECT_KEY> \
--downloadFormat androd \
--downloadPath ./resources/values-{lang}/strings.xml