LocalyzerQAIcuMsgformatError: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
MaryH (talk | contribs)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Error #8: Icu Msgformat==
== Error #8: Icu Msgformat==
The target file has an invalid ICU message format.
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 ==
== Possible Corrective Action ==
The target file must be change so that it no longer contains a invalid message format.
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.

List of Errors