diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:13:45 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:13:45 -0500 |
commit | 2effb243dfdee567a486a34ab0e51d40e953310a (patch) | |
tree | cb84b9bc66d9dbe78f48ed69b8e4aaedd1e114e7 /po | |
parent | b879a604be9b91de6a569c86e6d94a2e04a360dd (diff) | |
download | ayatana-indicator-display-2effb243dfdee567a486a34ab0e51d40e953310a.tar.gz ayatana-indicator-display-2effb243dfdee567a486a34ab0e51d40e953310a.tar.bz2 ayatana-indicator-display-2effb243dfdee567a486a34ab0e51d40e953310a.zip |
initial pass at 'hello world' src + po
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 3 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
2 files changed, 4 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/) diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..f8bd80a --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1 @@ +src/rotation-lock.cpp |