Difference between revisions of "General LRM FAQ"

From Lingoport Wiki
Jump to: navigation, search
(Created page with "==What does the Lingoport Resource Manager do?== The Lingoport Resource Manager facilitates and helps automate the back and forth of resource files from the development envir...")
 
Line 5: Line 5:
 
==What resource file types are supported?==
 
==What resource file types are supported?==
   
Version 1.0 of the Resource Manager supports <b>.properties</b> files (for instance for Java type resources), .resx files (used in the .Net world), .po files, .rjs (for JavaScript),
+
Version 1.0 of the Resource Manager supports:
  +
<ul>
  +
<li> <b>.properties</b> files (for instance for Java type resources) </li>
  +
<li><b>.resx</b> files (used in the .Net world)</li>
  +
<li><b>.po</b> files </li>
  +
<li><b>.rjs</b> (for JavaScript)</li>
  +
<li> <b>.rxml</b> (for xml</li>
  +
<li><b>.rc</b> (Delphi, ...)</li>
  +
</ul>

Revision as of 15:44, 6 September 2012

What does the Lingoport Resource Manager do?

The Lingoport Resource Manager facilitates and helps automate the back and forth of resource files from the development environment to the translation vendor and back. It validates and packages the resources to be sent for translation in a kit. When the corresponding kit is received for a locale, it validates and helps put the translated files into the source code.

What resource file types are supported?

Version 1.0 of the Resource Manager supports:

  • .properties files (for instance for Java type resources)
  • .resx files (used in the .Net world)
  • .po files
  • .rjs (for JavaScript)
  • .rxml (for xml
  • .rc (Delphi, ...)