aboutsummaryrefslogtreecommitdiff
path: root/Qt Translations.wiki
blob: 041540332fcca0c0062699eba5419479d11d82e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
`*.ts` :: Translation source files
`*.qm` :: Compiled translation files

= qt translations =
== `lupdate *.pro` ==
Extract strings from all source files mentioned by the pro file, and place them
in the mentioned `*.ts` files.

A `subdirs` pro-file recurses correctly.

== `lrelease *.pro` ==
Generates `*.qm` from `*.ts`

== linguist ==
Qt's graphical translation software.