diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-09-23 16:35:47 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-09-23 16:35:47 +0200 |
commit | e1796f86e1303d2e1719d67b614bf02d1b1fd3f3 (patch) | |
tree | 212376c0aa4d98b88fa517d44ebcb5d25e7ecefe | |
parent | 1db732494b625df465797faaec3d76d535e69d43 (diff) | |
download | tigervnc-e1796f86e1303d2e1719d67b614bf02d1b1fd3f3.tar.gz tigervnc-e1796f86e1303d2e1719d67b614bf02d1b1fd3f3.zip |
Only include translation comments in .po files
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 08aa04b9..e3b2ca2e 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -28,7 +28,7 @@ if (GETTEXT_XGETTEXT_EXECUTABLE) --msgid-bugs-address=tigervnc-devel@googlegroups.com --sort-by-file --add-location - --add-comments + --add-comments=TRANSLATORS ${po_source} COMMENT "Updating tigervnc.pot" VERBATIM |