Difference between revisions of "On Boarding a project with both LRM and Globalyzer"

From Lingoport Wiki
Jump to: navigation, search
(= Resource File Types)
Line 20: Line 20:
 
* The pseudo-locale
 
* The pseudo-locale
   
=== Resource File Types ==
+
=== Resource File Types ===
 
* Files types (for instance .properties, .resx, etc.)
 
* Files types (for instance .properties, .resx, etc.)
 
* Naming convention for the base file: for instance '''<filename>_en.properties''' or '''<filename>.properties'''
 
* Naming convention for the base file: for instance '''<filename>_en.properties''' or '''<filename>.properties'''
Line 30: Line 30:
 
* The directories files to be scanned
 
* The directories files to be scanned
 
* The rulesets to be used to scan the source code.
 
* The rulesets to be used to scan the source code.
* A Globalyzer Project file must be created with this information and placed in the code repository
+
* A Globalyzer Project file must be created with this information and placed in the code repository
   
 
=On Boarding the LRM and Globalyzer Automation Job=
 
=On Boarding the LRM and Globalyzer Automation Job=

Revision as of 22:21, 10 December 2019

Before On Boarding a project with LRM and Globalyzer

To on-board any project, a number of basic information is needed:

Code Repository Location

Users

  • The list of translation requesters. Those members to add to Jenkins so they have permission to trigger the Prep Kit job: username1@company.org, username2@companyname.com
  • The list of emails to be notified of the LRM actions: username1@company.org, username2@companyname.com, username3@companyname.com Note: All emails will also be used as Dashboard user identifiers.

Locales

  • The locale of the files created by developers and to be translated
  • The list of target translation locales
  • The pseudo-locale

Resource File Types

  • Files types (for instance .properties, .resx, etc.)
  • Naming convention for the base file: for instance <filename>_en.properties or <filename>.properties
  • Translated file naming convention: for instance <filename>_fr_FR.properties
  • The files or directories which follow the above convention but should NOT be translated. For instance **/config*.properties

Globalyzer Scan Information

  • The directories files to be scanned
  • The rulesets to be used to scan the source code.
  • A Globalyzer Project file must be created with this information and placed in the code repository

On Boarding the LRM and Globalyzer Automation Job