Difference between revisions of "Resource Files"

From Lingoport Wiki
Jump to: navigation, search
(Unique Extensions)
(Unique Extensions)
Line 22: Line 22:
 
[[File: ExtensionParserType.jpg |600px]]
 
[[File: ExtensionParserType.jpg |600px]]
   
Above is an example configuring a Jenkins LRM project. Since the '''Extension''' is 'properties' and the '''Parser Type''' is 'properties'
+
Above is an example configuring a Jenkins LRM project. The '''Extension''' is 'properties' and the '''Parser Type''' is 'properties' so LRM will recognize the file '''myfile_en_US.properties''' as a resource file. If the filename is '''myfile_en_US.prop''', that would <u>not</u> be recognized as a properties resource file. Changing the '''Extension''' to 'prop' would allow '''myfile_en_US.prop''' to be recognized as a properties parser type file.
   
 
The parser types are:
 
The parser types are:

Revision as of 21:38, 17 June 2019

What resource file types are supported by LRM?

Standard LRM extensions

Unique Extensions

Any file extension can be handled by LRM as long as the corresponding parser type is defined. The file must be able to be parsed correctly by the defined parser type or an error will occur.

ExtensionParserType.jpg

Above is an example configuring a Jenkins LRM project. The Extension is 'properties' and the Parser Type is 'properties' so LRM will recognize the file myfile_en_US.properties as a resource file. If the filename is myfile_en_US.prop, that would not be recognized as a properties resource file. Changing the Extension to 'prop' would allow myfile_en_US.prop to be recognized as a properties parser type file.

The parser types are: