LRM Unique File Names: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
Created page with "'''Unique File Names'''"
 
No edit summary
Line 1: Line 1:
'''Unique File Names'''
= LRM Unique File Names =
LRM has the ability to create unique prep kit file names for a project. This is helpful if a project contains base resource files that have the same name.
 
== Example of a project that has base resource files with the same name ==
<pre>
Example file structure:
  resources
      folder1
          en.json
          fr.json
      folder2
          en.json
          fr.json
      folder3
          en.json
          fr.json
</pre>
 
If changes were made to all of the base resource files (the en.json files) and a prep kit was called, then 3 prep kits would be sent to the project's L10n Vendor. This is because each prep kit folder is required to have unique file names.
 
To allow for all 3 of these changed resource files in 1 prep kit, unique file names must be created.
 
== Setup unique file names for project ==
In order to send unique file names to the L10n Vendor, the project's ''send-unique-file-names'' flag to 1 (true).

Revision as of 22:56, 26 April 2019

LRM Unique File Names

LRM has the ability to create unique prep kit file names for a project. This is helpful if a project contains base resource files that have the same name.

Example of a project that has base resource files with the same name

Example file structure:
   resources
      folder1
           en.json
           fr.json
      folder2
           en.json
           fr.json
      folder3
           en.json
           fr.json

If changes were made to all of the base resource files (the en.json files) and a prep kit was called, then 3 prep kits would be sent to the project's L10n Vendor. This is because each prep kit folder is required to have unique file names.

To allow for all 3 of these changed resource files in 1 prep kit, unique file names must be created.

Setup unique file names for project

In order to send unique file names to the L10n Vendor, the project's send-unique-file-names flag to 1 (true).