LRM Checks

From Lingoport Wiki
Revision as of 19:49, 29 April 2022 by Llawson (talk | contribs) (LRM Translation Checks)
Jump to: navigation, search

Introduction

When LRM issues are displayed on the Dashboard, they are displayed with short descriptor. For example:

LRMChecks.jpg

To see the context of the issue, select the > in the box. The file will open at the point of the issue:

IssueInCode.jpg

LRM Detections

LRM detections are split into three categories:

  1. Source Base Checks - applied to base resource files in the source. The base resource file is generally the English file, so these issues will be on these files. See Source Base Checks for more information.
  2. Source Translation Checks - applied to translation resource files in the source. These are the files that have been translated and returned. For example, if the base file is resources_en_US.json, the translated file, for French, now in the source code is resources_fr_FR.json
  3. Translation Checks - applied to returned translation files. These are the files that are coming back from translation and there are some problems created during translation that is causing an issue. See Import Checks


Source Translation Checks

Checks against translation resource files in the source.

LRM Source Translation Date Format Check

  • The text associated with this key may be a date format

LRM Source Translation Duplicate Key Check

  • The identifier/key already exists in this translated file in the source directory

LRM Source Translation Empty Key in Translated File Check

  • a key/value pair is missing the key portion in the translated file in the source, making the text irretrievable by the application.

LRM Source Translation Encoding Check

  • This file's encoding is incorrect in the translated file in the source directory or, if an xml file, the prolog may be missing

LRM Source Translation File Too Big Check

  • This translated resource file exceeds the maximum size supported by the Lingoport Resource Manager

LRM Source Translation HTML Check

  • There is HTML in the text associated with this key

LRM Source Translation ICU Argument Mismatch Check

LRM Source Translation ICU MessageFormat Check

LRM Source Translation Missed Translation Check

  • This text is not translated in the source directory

LRM Source Translation Missing File Check

  • This translated file is missing and the LRM project configuration calls for this locale

LRM Source Translation Missing Key Check

  • The identifier/key is missing in the translated file in source

LRM Source Translation No Text Check

  • The text is missing from the translated file in source

LRM Source Translation Parameter Mismatch Check

  • The translated resource parameters do not match the base resource parameters

LRM Source Translation Retranslate Check

  • This text needs to be retranslated for the translated resource file.

LRM Source Translation Unknown Error Check

  • There is an error in the translated source file and LRM cannot identify its source

LRM Source Translation Unknown File/Line Format Check

  • Unknown format for file/line or empty file (no key/values found) - The translated file/line could not be parsed