Skip to content

jgjimenez/nethserver-lang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NethServer localization (l10n)

Initialize the environment

  1. Clone this git repository into your machine:

    git clone https://github.com/NethServer/nethserver-lang.git
    
  2. Install and configure the Transifex client. Some Linux distributions have already packaged it.

  3. Install nethserver-mock package (available for NethServer and Fedora).

Build localization packages

  1. Pull updates from Transifex:

    tx pull -a
    
  2. Commit changes to git repository:

    git commit -a -m 'Pulled translation strings from Transifex'
    
  1. Build RPMs:

    make-rpms nethserver-lang.spec
    

Push updated sources to Transifex

TODO

About

NethServer localization project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Shell 0.2%