Sha256: d0ead9c1ee4efc32e98d2c52062c09c0ad24dea81586fc6498f95261f722cf46
Contents?: true
Size: 792 Bytes
Versions: 12
Compression:
Stored size: 792 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-openscap/). If so, do the following for each of the new languages: ``` mkdir locale/<lang> cp locale/hammer_cli_foreman_openscap.pot locale/<lang>/hammer_cli_foreman_discovery.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
12 entries across 12 versions & 1 rubygems