diff options
| author | Robert Tari <robert@tari.in> | 2021-08-30 01:26:19 +0200 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2021-08-30 01:26:19 +0200 |
| commit | 22e66866c7b17fc655479ca911269b86cb80a744 (patch) | |
| tree | e0aa6e6a8f50fd8451e03efc17b89d8c8c3de781 /po | |
| parent | 1f8263dedf9b7e6f9e06492bd69f2436e36171a2 (diff) | |
| parent | 38e5efecbb3154a83a70c1c762802ec7927b3caa (diff) | |
| download | ayatana-indicator-datetime-22e66866c7b17fc655479ca911269b86cb80a744.tar.gz ayatana-indicator-datetime-22e66866c7b17fc655479ca911269b86cb80a744.tar.bz2 ayatana-indicator-datetime-22e66866c7b17fc655479ca911269b86cb80a744.zip | |
Merge branch 'tari01-pr/ubports-patches'
Attributes GH PR #46: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/46
Diffstat (limited to 'po')
| -rw-r--r-- | po/CMakeLists.txt | 9 | ||||
| -rw-r--r-- | po/Makevars | 7 |
2 files changed, 6 insertions, 10 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 8325f6e..0b2b2a1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,3 +1,6 @@ -include (Translations) -add_translations_directory ("${GETTEXT_PACKAGE}") -add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/) +find_package(Intltool REQUIRED) + +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 = |
