diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 13:43:39 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 13:43:39 +0200 |
commit | 30ffed768a7abf67931b7b1d933a58d4ffae761e (patch) | |
tree | fd159f33643e1088d7f644cc3d2235f0192bc7eb /po | |
parent | 91d4ef018ec4bbd9b5afa8e0252c0ac92da43af7 (diff) | |
download | ayatana-indicator-display-30ffed768a7abf67931b7b1d933a58d4ffae761e.tar.gz ayatana-indicator-display-30ffed768a7abf67931b7b1d933a58d4ffae761e.tar.bz2 ayatana-indicator-display-30ffed768a7abf67931b7b1d933a58d4ffae761e.zip |
po/CMakeLists.txt: No fiddling anymore with the .pot file during builds.
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e78a9df..0b2b2a1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,11 +1,5 @@ find_package(Intltool REQUIRED) -intltool_update_potfile( - KEYWORDS "_" "_:1,2" "N_" "N_:1,2" - GETTEXT_PACKAGE ${GETTEXT_PACKAGE} - COPYRIGHT_HOLDER "Canonical Ltd." -) - intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} |