File Release Notes and Changelog
Release Name: 1.1.0a
Notes:
Files included in this package is:
extractor.tcl
msgtopo.tcl
potomsg.tcl
pototmx.tcl
run-example.tcl
msgcat-x-readme.txt (this file)
PoToMsgcat-readme.txt
MsgcatToPo-readme.txt
PoToTMX-readme.txt
tmx13.dtd
gpl.txt
The Tcl-procedures included are:
Extract_msgcat {Dir Language HeaderFile}
MsgcatToPo {MsgcatFile PoFile}
PoToMsgcat {PoFile MsgcatFile Language}
PoToTMX {Dir tmxFile srcLang trgLang srcFileEncoding}
Changes:
New in Version 1.1.0a
* A utility to convert wellformed po-format files into a txm-format file,
complying to TMX dtd 1.3, is also included in this version. TMX stands for
Translation Memory eXchange, and is a standardized format for exchanging
TM-data between applications.
See http://www.lisa.org/tmx for more information about TMX.
* Separate readme-files for all procedures, including more help than in the
previous version.