Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

RamTranslator is a utility to scan the source code files of a program (usually GiD or a Problemtype), written in 'C' or 'Tcl/Tk' languange language. The strings to be translated are automatically extracted to a database.


The strings must be previously marked inside the source code with a special function. This function provides at runtime the appropriate language translation.


The database is showed as a table, with the source string, the translated string, the source location, etc.


Image Removed
Layout of ramtranslator Layout of ramtranslatorImage Added

After the strings are translated (manually or automatically from a web), the messages catalog should be exported (one .msg file per language). This msg files are written in Unicode UTF-8 encoding. It is not recommended editing directly the .msg file's contents.