Clone this git repository into your machine:
git clone https://github.com/NethServer/nethserver-lang.git
Install and configure the Transifex client. Some Linux distributions have already packaged it.
Install
nethserver-mock
package (available for NethServer and Fedora).
Pull updates from Transifex:
tx pull -a
Commit changes to git repository:
git commit -a -m 'Pulled translation strings from Transifex'
Build RPMs:
make-rpms nethserver-lang.spec
TODO