-
Notifications
You must be signed in to change notification settings - Fork 1
Description
In this task, we aim to establish a Weblate pipeline to manage the translation of static strings. This will allow translators to work on translations directly in Weblate, and the translated strings will be integrated into our codebase through automated pull requests.
Based on the Weblate documentation, we plan to set up an automated workflow for receiving changes from GitHub. This involves installing the Weblate app on our hotosm/website repository, which will enable Weblate to automatically receive updates whenever there's a push to the main branch.
Additionally, we will create a separate component for the website within Weblate. This requires certain permissions, which have been granted.
Lastly, we will configure the method of propagating translation changes from Weblate to our GitHub repository. Instead of pushing changes directly, we will have Weblate create pull requests. This approach, described here, will allow us to review and approve changes before they're merged. This requires configuring the GITHUB_CREDENTIALS setting in Weblate with a username and a token.
Acceptance Criteria:
- The Weblate app is installed on the
hotosm/websiterepository. - A separate component for the website is created within Weblate.
- Weblate is configured to create pull requests for propagating translation changes.
- Translated strings can be successfully integrated into our codebase through automated pull requests.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status