diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-03 12:23:56 -0500 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-09 01:57:30 +0200 |
commit | 4baa615e7b9f371c634ec8b06d393da04f3bbcda (patch) | |
tree | 955f02c6a5b901760e01c2eeaf9183a3663f8907 /po | |
parent | 579c0741ef9ad3ec2f7f0b1afc00f9bf77e6dd3f (diff) | |
download | ayatana-indicator-datetime-4baa615e7b9f371c634ec8b06d393da04f3bbcda.tar.gz ayatana-indicator-datetime-4baa615e7b9f371c634ec8b06d393da04f3bbcda.tar.bz2 ayatana-indicator-datetime-4baa615e7b9f371c634ec8b06d393da04f3bbcda.zip |
Use cmake-extras intltool module, and keep pot file in vcs.
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 15 | ||||
-rw-r--r-- | po/Makevars | 7 |
2 files changed, 12 insertions, 10 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 8325f6e..e78a9df 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,3 +1,12 @@ -include (Translations) -add_translations_directory ("${GETTEXT_PACKAGE}") -add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/) +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} +) diff --git a/po/Makevars b/po/Makevars deleted file mode 100644 index e877468..0000000 --- a/po/Makevars +++ /dev/null @@ -1,7 +0,0 @@ -DOMAIN = $(PACKAGE) -subdir = po -top_builddir = .. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=T_ --from-code=UTF-8 -COPYRIGHT_HOLDER = Canonical Ltd. -MSGID_BUGS_ADDRESS = ted@canonical.com -EXTRA_LOCALE_CATEGORIES = |