~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to gui/set_default_dialog/set_default_dialog.qrc

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE RCC>
 
2
<RCC version="1.0">
 
3
<!--
 
4
// The following is the manual step to make *qm files.
 
5
// - Edit source files
 
6
//   % g4 edit *.cpp *.h *.ts
 
7
// - Update *ts file. tr() messages are stored in .ts
 
8
//   % lupdate . -ts set_default_dialog_ja.ts
 
9
//   % lupdate . -ts set_default_dialog_en.ts
 
10
// - open *.ts files with QT linguist and added translation
 
11
// - convert *.ts file to *.qm file
 
12
//   % lrelease set_default_dialog_ja.ts -qm set_default_dialog_ja.qm
 
13
//   % lrelease set_default_dialog_en.ts -qm set_default_dialog_en.qm
 
14
-->
 
15
<qresource>
 
16
  <file>set_default_dialog_ja.qm</file>
 
17
  <file>set_default_dialog_en.qm</file>
 
18
</qresource>
 
19
</RCC>