Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.5 KB

OUTPUT_LOG.md

File metadata and controls

13 lines (12 loc) · 1.5 KB

Translation Log

To facilitate tracking and locating problems, there will be some necessary log output during the whole translation process. After the translation command is executed completely, a .log log directory will be generated under the output.path directory. All logs are presented in the form of independent files, including the following log types:

Filename Description
filepaths.json List of matched file paths
texts-error.json Extracted all Translation Text that does not meet the requirements

📢📢📢:Does not include scenarios using variables, JavaScript statements, etc
texts.json Extracted all the requirements Translation Text
translate-fail.json List of texts that failed to be translated
translate-error.json List of texts that were translated incorrectly

Currently, Interpolation Variable can recognize the exceptions lost after translation
translate-success.json List of texts that were translated successfully

📢📢📢:In incremental translation mode, only the texts translated in this session will be included, and the previously translated texts will not be included
langCode.json An independent language pack for a target language

When output.langType == 'single' , a single language pack of target language will be generated in the log directory
langs.json Aggregated language pack

When output.langType == 'multiple' , the aggregated language pack will be generated in the log directory