Skip to content

Latest commit

 

History

History

locale

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Updating the translations

  1. Check if there are any new languages with progress more than 50% on transifex. If so, do the following for each of the new languages:
  mkdir locale/<lang>
  cp locale/hammer-cli.pot locale/<lang>/hammer-cli.po
  1. Make sure you have transifex-client installed

  2. 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.