Sha256: 8ac45876558d778980cd9a05468e8c64e8dc3514172b945fe8aea00b24489df0
Contents?: true
Size: 815 Bytes
Versions: 6
Compression:
Stored size: 815 Bytes
Contents
Updating the translations ------------------------- 1. Check if there are any new languages with progress more than 50% on [transifex](https://www.transifex.com/projects/p/foreman/resource/hammer-cli-foreman-remote-execution/). If so, do the following for each of the new languages: ``` mkdir locale/<lang> cp locale/hammer-cli-foreman-remote-execution.pot locale/<lang>/hammer-cli-foreman-remote-execution.po ``` 2. Make sure you have `transifex-client` installed 3. Update the translations. From GIT repo root directory run: ``` make -C locale tx-update ``` It will download translations from transifex, generates `mo` files, updates strings in `pot` file and wraps all the changes in a new commit. Transifex automatically updates its strings when the commit is pushed to Github.
Version data entries
6 entries across 6 versions & 1 rubygems