Changes between Version 13 and Version 14 of Implementation_of_Internationalization_and_Localization


Ignore:
Timestamp:
Sep 7, 2021, 2:26:36 PM (3 years ago)
Author:
bb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Implementation_of_Internationalization_and_Localization

    v13 v14  
    102102The `l10n` folders of the game sources contain a hidden folder, `.tx`, which contains a `config` file. This config file determines where in Transifex are the PO files that must be downloaded to that specific `l10n` folder.
    103103
    104 To download the translation files from Transifex, you can call `source/tools/i18n/pullTranslations.py`, which uses those `.tx/config` files and the Transifex client library to automatically download the latest PO files into their respective folders. You need to install the Transifex client library to
    105 
    106 To use this script you need a Transifex account and have the [http://code.transifex.com/transifex-client Transifex client library] installed.
     104To download the translation files from Transifex, you can call `source/tools/i18n/pullTranslations.py`, which uses those `.tx/config` files and the Transifex client library to automatically download the latest PO files into their respective folders. You need to install the Transifex client library for it, see [https://docs.transifex.com/client/installing-the-client, the transifex documentation] for installation and updating.
    107105
    108106== Long Strings Locale ==