LocalyzerQANotFoundParameter: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== Error #5: Not Found Parameter == | == Error #5: Not Found Parameter == | ||
This error encompasses [[LocalyzerQANotFound]] with the additional information that the target string contains parameters. In the trackback file, the parameters are denoted by enclosing the parameter within double square brackets. For example,'''<nowiki>[[d]]</nowiki>''' may correspond to the parameter '''%d''' in an Android file. </code> | |||
If the correction text includes the parameter replacement then the text won't be found on the Localyzer side. | |||
== Possible Corrective Action == | == Possible Corrective Action == | ||
== List of Errors == | == List of Errors == | ||
Revision as of 18:02, 15 March 2021
Error #5: Not Found Parameter
This error encompasses LocalyzerQANotFound with the additional information that the target string contains parameters. In the trackback file, the parameters are denoted by enclosing the parameter within double square brackets. For example,[[d]] may correspond to the parameter %d in an Android file. If the correction text includes the parameter replacement then the text won't be found on the Localyzer side.