QT internationalization and localization tool is very useful. It doesn’t allow however the creation and maintenance of translation memories. If you are using QT to code it is ok – with a better “translation management” features it will be perfect.
The following features are available:
QCollator: it compares strings according to a localized collation algorithm
QCollatorSortKey: it can be used to speed up string collation
QLocale: it converts numbers and their string representations in various languages
QTextCodec: it converts between text encodings
QTextDecoder: it is a state-based decoder
QTextEncoder: it is a tate-based encoder
QTranslator: internationalization support for text output