From 240febba508c0bebe19e687ac896a5fc4a69da36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 28 Oct 2009 17:36:06 +0100 Subject: [PATCH 1/1] Update README.Translations to reflect reality. --- po/README.Translations | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/po/README.Translations b/po/README.Translations index be8cb785..067320bf 100644 --- a/po/README.Translations +++ b/po/README.Translations @@ -17,9 +17,12 @@ NOTE: Remember to remove X-Virgin-Header line if you want to preserve your heade Qt itself does not use the *.po files, but a compact binary format (*.qm). These files will automatically be generated at build time. By default, all -languages will be built. To select languages, add -DLINGUAS="" -to your cmake call, where is a space-separated list of language -codes as explained above. +languages will be built. To select languages, use environment variable LINGUAS +to specify superset of languages you want to build in. As you can see in +example there we will build only Czech German and French translations. +EXAMPLE: +$ export LINGUAS="cs de fr" +$ cmake /path/to/source NOTE: You'll need lconvert installed with your Qt in order to generate translation files. Some distributions don't package that tool; -- 2.20.1