Changes between Version 16 and Version 17 of Implementation_of_Internationalization_and_Localization


Ignore:
Timestamp:
Dec 27, 2021, 4:03:09 PM (2 years ago)
Author:
bb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Implementation_of_Internationalization_and_Localization

    v16 v17  
    107107
    108108== Long Strings Locale ==
    109 The `source/tools/i18n/generateLongStringTranslations.py` is a special script that generates a PO file for an artificial language with code "long". This PO file consists of the longest strings (as in number of characters) of every available language for each message.
     109The `source/tools/i18n/generateDebugTranslation.py` is a special script that generates a PO file for an artificial language with code "long". This PO file consists of the longest strings (as in number of characters) of every available language for each message.
    110110
    111 The `generateLongStringTranslations.py` script parses the PO files in the `l10n` folders of the sources, and generates the new PO file in each of those `l10n` folders as well. Remember to download the real PO files before you call the script, so that the script can read the translations from them in order to find the longest strings.
     111The `generateDebugTranslation.py` script parses the PO files in the `l10n` folders of the sources, and generates the new PO file in each of those `l10n` folders as well. Remember to download the real PO files before you call the script, so that the script can read the translations from them in order to find the longest strings.
    112112
    113113= Language Selection Menu =