Changes between Version 14 and Version 15 of Implementation_of_Internationalization_and_Localization


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Implementation_of_Internationalization_and_Localization

    v14 v15  
    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 for it, see [https://docs.transifex.com/client/installing-the-client, the transifex documentation] for installation and updating.
     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.
     105
     106To run this script you need a transifex account and need to install the Transifex client library. See [https://docs.transifex.com/client/installing-the-client, the transifex documentation] for installation and updating.
    105107
    106108== Long Strings Locale ==