- Lint checks only verify Android translations
- React Native (Conduit core) translations are not verified
- Create
transifex_api_tokenfile in this directory (this file is gitignored) - Place your Transifex API token in this file
- Pull translations:
uv run transifex_pull.py- Check translation quality:
cd ../android
./gradlew lint-
If lint fails:
- Fix or delete problematic translations
- Rerun lint until it passes
- Then try building the app
-
If all checks pass, commit the changes