diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-03-23 16:25:21 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-03-23 16:25:21 -0500 |
commit | 78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166 (patch) | |
tree | fdff26faf161227f20e69f672803a772b21ffef9 /po/CMakeLists.txt | |
parent | ca4b40ade7f432d98c21ac499a0de63244b1c3cc (diff) | |
download | ayatana-indicator-session-78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166.tar.gz ayatana-indicator-session-78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166.tar.bz2 ayatana-indicator-session-78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166.zip |
Add Translations.cmake for i18n files
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..8325f6e --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,3 @@ +include (Translations) +add_translations_directory ("${GETTEXT_PACKAGE}") +add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/) |