LocalyzerQAIcuMsgformatError: Difference between revisions
Jump to navigation
Jump to search
| (2 intermediate revisions by one other user not shown) | |||
| Line 3: | Line 3: | ||
== Possible Corrective Action == | == Possible Corrective Action == | ||
The target file must be | On the Localyzer side: | ||
* The target file must be changed so that it no longer contains an invalid ICU message format. | |||
* The target file's ICU message format must match the source file's ICU message format. | |||
== List of Errors == | == List of Errors == | ||
* [[LocalyzerQA#Handling_Errors|LocalyzerQA Error List]] | |||
Latest revision as of 18:06, 15 March 2021
Error #8: Icu Msgformat
The target file has an invalid ICU message format. See https://unicode-org.github.io/icu/userguide/format_parse/messages for ICU formatting information.
Possible Corrective Action
On the Localyzer side:
- The target file must be changed so that it no longer contains an invalid ICU message format.
- The target file's ICU message format must match the source file's ICU message format.