diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 13:42:34 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-30 00:48:02 +0200 |
commit | 5f6bc6bce79341db46bf687219e1f27ff57d0315 (patch) | |
tree | 15febaa6e9733818710960f5e108f4b914461b03 /po | |
parent | acd91856354ca198c955ac1bde02d1fa60a57397 (diff) | |
download | ayatana-indicator-datetime-5f6bc6bce79341db46bf687219e1f27ff57d0315.tar.gz ayatana-indicator-datetime-5f6bc6bce79341db46bf687219e1f27ff57d0315.tar.bz2 ayatana-indicator-datetime-5f6bc6bce79341db46bf687219e1f27ff57d0315.zip |
po/CMakeLists.txt: No fiddling anymore with the .pot file during builds.
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index eecc301..0b2b2a1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,12 +1,5 @@ find_package(Intltool REQUIRED) -intltool_update_potfile( - KEYWORDS "_" "_:1,2" "N_" "N_:1,2" - GETTEXT_PACKAGE ${GETTEXT_PACKAGE} - COPYRIGHT_HOLDER "Canonical Ltd." - FILTER "test/*" -) - intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} |