diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-09-22 10:54:15 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-09-22 10:54:15 +0200 |
commit | ba0180e5d3dde0c4610e514520c2610bf0ef382f (patch) | |
tree | 5413e0ae0db10fcd0d506f24bfcb3d258ac21a63 /po | |
parent | a459192e85629f2d4538dbb4fd83b9c2eb42ac8b (diff) | |
download | tigervnc-ba0180e5d3dde0c4610e514520c2610bf0ef382f.tar.gz tigervnc-ba0180e5d3dde0c4610e514520c2610bf0ef382f.zip |
Add file location to the translation files
Makes it easier for the translators to check context and report
problems.
Diffstat (limited to 'po')
-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 6d6f888f..793089ca 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -26,7 +26,7 @@ if (GETTEXT_XGETTEXT_EXECUTABLE) "--copyright-holder=TigerVNC Team and many others \(see README.txt\)" --msgid-bugs-address=tigervnc-devel@googlegroups.com --sort-output - --no-location + --add-location ${po_source} COMMENT "Updating tigervnc.pot" VERBATIM |