aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Qt Translations.wiki15
1 files changed, 13 insertions, 2 deletions
diff --git a/Qt Translations.wiki b/Qt Translations.wiki
index 049e518..0415403 100644
--- a/Qt Translations.wiki
+++ b/Qt Translations.wiki
@@ -1,4 +1,15 @@
+`*.ts` :: Translation source files
+`*.qm` :: Compiled translation files
= qt translations =
-- `lupdate *.pro`
-- `lrelease *.pro`
+== `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.