-
Notifications
You must be signed in to change notification settings - Fork 4
Welsh translation
Simon Nebesnuick edited this page Jun 4, 2024
·
2 revisions
NOMS Wales manages translations via Transifex. This means that we:
Write English translations in the YAML files as usual.
- Push the English up to Transifex.
- Pull down Welsh from Transifex.
In order to use Transifex, you need the client and an account.
The Transifex client is written in Python and can be installed via
$ pip install transifex-client
You will also need to configure the user account for the client.
To push the English translations to Transifex, use
tx push -s
To pull Welsh, use
tx pull -l cy
Then commit as usual
Other information may also be found in the PVB Public application wiki