This repository contains the Thunderbird for Android localization file tree used by Weblate.
The repository root mirrors localization-relevant paths from the source repository:
- Android resource strings:
**/res/values/strings.xmland**/res/values-*/strings.xml - Compose resource strings:
**/composeResources/values/strings.xmland**/composeResources/values-*/strings.xml - Store listing text:
app-metadata/**/*.txt, excluding changelogs
Shared import and Weblate management tooling is provided by the weblate/ submodule. Project-specific tooling settings
live in l10n-config.json.
Initialize the tooling submodule after cloning:
git submodule update --init --recursiveRun the import using the source repository configured in l10n-config.json:
./weblate/scripts/sync importRun Weblate management in dry-run mode:
./weblate/scripts/weblate update --token "$WEBLATE_TOKEN"Update the tooling submodule manually when needed:
git submodule update --remote weblate
git diff --submodule
git add weblate