diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-05 14:47:02 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-09-05 14:47:02 -0500 |
commit | aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6 (patch) | |
tree | 200b5ccce5d03c85e64197aac162bbd1f682a41e /po | |
parent | 8e0ddac8a13c77863d21b5de00c2fc8b796b9c99 (diff) | |
parent | 415f18f56667eea5c650d209b9ac1464a70ef7f5 (diff) | |
download | ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.tar.gz ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.tar.bz2 ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.zip |
Add a rotation lock indicator
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..786573b --- /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 |