X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FREADME.Translations;h=067320bfc5d605071f512c8c55284d736f24b463;hp=be8cb785e6519d0a890a3b740b88a016efb06950;hb=240febba508c0bebe19e687ac896a5fc4a69da36;hpb=2573fe442275287321d828d88a5fb8d743952388 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;