Migrate Transifex config by new CLI client

https://github.com/transifex/cli#migrating-from-older-versions-of-the-client
This commit is contained in:
Norbert Renner 2023-05-19 21:55:29 +02:00
parent bac32de98b
commit d09fdbcff8
2 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,7 @@ docker-compose up serve
BRouter is translated using [i18next](https://www.i18next.com/) library, via command `gulp i18next`. It extracts translatable elements into `locales/en.json` file (English version). (Note that unused translation keys or keys not referenced in `keys.js` might get removed automatically. Make sure to commit any changes first before running this, and only amend the previous commit after checking the diff carefully.)
As soon as this file is modified, it must be uploaded by the maintainers to Transifex (manually) with the command `yarn push-transifex`.
As soon as this file is modified, it must be uploaded by the maintainers to Transifex (manually) with the command `yarn push-transifex` (maintainers need to install the new [cli client](https://github.com/transifex/cli)).
Anyone can then translate BRouter directly on [Transifex](https://www.transifex.com/openstreetmap/brouter-web/) platform.