Codebase list mozc / e7684153-7f97-4834-9cd4-5e1754115003/main src / gui / base / tr.qrc
e7684153-7f97-4834-9cd4-5e1754115003/main

Tree @e7684153-7f97-4834-9cd4-5e1754115003/main (Download .tar.gz)

tr.qrc @e7684153-7f97-4834-9cd4-5e1754115003/mainraw · history · blame

<!DOCTYPE RCC>
<RCC version="1.0">
<!--
// The following is the manual step to make *qm files.
// - Edit source files (*.cc *.h *.qtts)
// - Update *.qtts file. tr() messages are stored in .qtts
//   % lupdate . -ts tr_ja.qtts
//   % lupdate . -ts tr_en.qtts
// - open *.qtts files with QT linguest and added translation
// - convert *.qtts file to *.qm file
//   % lrelease tr_ja.qtts -qm tr_ja.qm
//   % lrelease tr_en.qtts -qm tr_en.qm
-->
<qresource>
  <file>tr_ja.qm</file>
  <file>tr_en.qm</file>
</qresource>
</RCC>