Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 600 Bytes

File metadata and controls

29 lines (22 loc) · 600 Bytes

i18n

⚠️ Important Notes:

  • Lint checks only verify Android translations
  • React Native (Conduit core) translations are not verified

Setup

  1. Create transifex_api_token file in this directory (this file is gitignored)
  2. Place your Transifex API token in this file

Workflow Steps

  1. Pull translations:
uv run transifex_pull.py
  1. Check translation quality:
cd ../android
./gradlew lint
  1. If lint fails:

    • Fix or delete problematic translations
    • Rerun lint until it passes
    • Then try building the app
  2. If all checks pass, commit the changes