diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-06 21:11:06 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:36:02 +0200 |
commit | 7def24826c298df77e34fd17bb72c570a22b04bd (patch) | |
tree | 7b97d2acd914e4543c3388f061eb3ed0ee294b42 /README.cmake | |
parent | f3de2dbaf657f9040a4da448c57267de0fef7d33 (diff) |
CMake: Add support for building and installing .mo files
Introduce support for building translation domain-specific
templates, merging them with the translations, and building
a language-specific .mo file.
The invocation of xgettext is done in the project source
directory, not in the current source directory, and all paths
are made relative to the project root, in order to have clean
templates.
This only supports the C++ source code for now, it unfortunately
does not handle the shell scripts of deselect yet.
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake index c9347a057..d94a46f12 100644 --- a/README.cmake +++ b/README.cmake @@ -32,5 +32,7 @@ TODO The following features have not been implemented yet: - documentation - - translation + - Translated docbook guides + - dselect translations - unit tests + - update-po |