Difference between revisions of "Localyzer Checks"

From Lingoport Wiki
Jump to: navigation, search
(LRM Detections)
m (Olibouban moved page LRM Checks to Localyzer Checks)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
   
When LRM issues are displayed on the Dashboard, they are displayed with short descriptor. For example:
+
When Localyzer issues are displayed on Command Center, they are displayed with short descriptor. For example:
   
[[File: LRMChecks.jpg|750px]]
+
[[File:Localyzer Issues.png|750px]]
 
To see the context of the issue, select the '''<code>></code>''' in the box. The file will open at the point of the issue:
 
 
[[File: IssueInCode.jpg |750px]]
 
   
 
= Localyzer Detections =
 
= Localyzer Detections =

Latest revision as of 19:45, 12 March 2026

Introduction

When Localyzer issues are displayed on Command Center, they are displayed with short descriptor. For example:

Localyzer Issues.png

Localyzer Detections

Localyzer 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. See Source Translation Base Checks for more information.
  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