We use Git LFS for storing Paparazzi snapshots. You will need to setup Git LFS on your local machine in order to store new paparazzi snapshots or validate existing paparazzi snapshots.
To enable OneSky translation downloads/uploads configure the following gradle properties:
ONESKY_API_KEY={apiKey}
ONESKY_API_SECRET={apiSecret}
Once those properties are configured you can use the following commands:
- Download the latest translations:
./gradlew downloadTranslations --no-parallel
- Upload the latest base strings:
./gradlew uploadTranslations