summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix sed commands (#349)Piotr Dziwinski2014-10-281-1/+1
|
* Use only POSIX sed expressionsPiotr Dziwinski2014-10-281-1/+1
|
* Clean up translationsPiotr Dziwinski2014-10-091-2/+3
| | | | | | * translate only marked strings from restext.cpp * update and clean pot and po files * remove redundant POT-Creation-Data
* Fixed auto-detecting locale on WindowsPiotr Dziwinski2013-06-241-0/+1
| | | | | | * localename library is now used to determine the actual locale used * added patched version of FindGettext.cmake to fix installation path of translation files
* Changes in build organizationPiotr Dziwinski2013-06-221-0/+19
* targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory