blob: 9cef6ffbb3b831e0fcdfd4b2ce1e9bdcdeb4ad18 [file] [log] [blame]
<!DOCTYPE RCC>
<RCC version="1.0">
<!--
// The following is the manual step to make *qm files.
// - Edit source files
// % g4 edit *.cpp *.h *.ts
// - Update *ts file. tr() messages are stored in .ts
// % lupdate . -ts post_install_dialog_ja.ts
// % lupdate . -ts post_install_dialog_en.ts
// - open *.ts files with QT linguist and added translation
// - convert *.ts file to *.qm file
// % lrelease post_install_dialog_ja.ts -qm post_install_dialog_ja.qm
// % lrelease post_install_dialog_en.ts -qm post_install_dialog_en.qm
-->
<qresource>
<file>post_install_dialog_ja.qm</file>
<file>post_install_dialog_en.qm</file>
</qresource>
</RCC>