mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-25 19:01:28 +01:00
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
README (English)
|
|
--------------------------------
|
|
This directory contains tools to generate translation files for a new
|
|
languages or to update translation files for existing languages.
|
|
See Dolibarr Wiki page:
|
|
https://wiki.dolibarr.org/index.php/Translator_documentation
|
|
For more information on how to use them.
|
|
|
|
for Linux OS:
|
|
To install transifex client:
|
|
sudo pip install --upgrade transifex-client
|
|
|
|
To update transifex client:
|
|
sudo pip install --upgrade transifex-client
|