Rename i18n -> po, use LINGUAS env variable
authorTomáš Chvátal <scarabeus@gentoo.org>
Wed, 28 Oct 2009 16:27:07 +0000 (17:27 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Oct 2009 19:13:03 +0000 (20:13 +0100)
Update translation generating code from -DLINGUAS="something" to use env variable.
EXAMPLE:
  export LINGUAS="cs de fr"
  cmake ..
This will build only czech german and frech translations.


No differences found