Sha256: 6601f8c4c489f15cdf38e698402e23142c63db9f0bd2a11b920a024faefbf780

Contents?: true

Size: 740 Bytes

Versions: 12

Compression:

Stored size: 740 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/). If so, do the following for each of the new languages:

  ```
    mkdir locale/<lang>
    cp locale/hammer-cli.pot locale/<lang>/hammer-cli.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-0.9.0 locale/README.md
hammer_cli-0.8.0 locale/README.md
hammer_cli-0.7.0 locale/README.md
hammer_cli-0.6.1 locale/README.md
hammer_cli-0.6.0 locale/README.md
hammer_cli-0.5.1 locale/README.md
hammer_cli-0.4.0 locale/README.md
hammer_cli-0.3.0 locale/README.md
hammer_cli-0.2.0 locale/README.md
hammer_cli-0.1.4 locale/README.md
hammer_cli-0.1.3 locale/README.md
hammer_cli-0.1.2 locale/README.md