From 02bb83446efcf80e7f1dba43403af8357717e8a0 Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Sat, 23 May 2009 13:47:39 +0200 Subject: Add comment on how the translations should be installed. TBD --- po/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 165d352..b603755 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -9,6 +9,12 @@ SET ( _gmoFiles ) ############################################################################### # CREATE .MO FOR EACH .PO ############################################################################### +# How are languages installed: +# Check if there is env variable LINGUAS +# if it is unset, install all languages +# if it is empty, dont install any language +# if it is set to some value, install those +############################################################################### FOREACH ( _current_PO_FILE ${_po_files} ) GET_FILENAME_COMPONENT( _lang ${_current_PO_FILE} NAME_WE ) SET( _gmoFile ${CMAKE_BINARY_DIR}/po/${_lang}.gmo ) -- cgit v1.2.3