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

Version Path
hammer_cli_foreman_openscap-0.2.2 locale/README.md
hammer_cli_foreman_openscap-0.2.1 locale/README.md
hammer_cli_foreman_openscap-0.2.0 locale/README.md
hammer_cli_foreman_openscap-0.1.13 locale/README.md
hammer_cli_foreman_openscap-0.1.12 locale/README.md
hammer_cli_foreman_openscap-0.1.11 locale/README.md
hammer_cli_foreman_openscap-0.1.10 locale/README.md
hammer_cli_foreman_openscap-0.1.9 locale/README.md
hammer_cli_foreman_openscap-0.1.8 locale/README.md
hammer_cli_foreman_openscap-0.1.7 locale/README.md
hammer_cli_foreman_openscap-0.1.6 locale/README.md
hammer_cli_foreman_openscap-0.1.5 locale/README.md