Codebase list mozc / upstream/1.1.717.102 gui / config_dialog / config_dialog.qrc
upstream/1.1.717.102

Tree @upstream/1.1.717.102 (Download .tar.gz)

config_dialog.qrc @upstream/1.1.717.102raw · history · 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 config_dialog_ja.ts
//   % lupdate . -ts config_dialog_en.ts
// - open *.ts files with QT linguest and added translation
// - convert *.ts file to *.qm file
//   % lrelease config_dialog_ja.ts -qm config_dialog_ja.qm
//   % lrelease config_dialog_en.ts -qm config_dialog_en.qm
-->
<qresource>
  <file>config_dialog_ja.qm</file>
  <file>config_dialog_en.qm</file>
  <file>keymap_ja.qm</file>
  <file>keymap_en.qm</file>
</qresource>
</RCC>