diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:36:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:36:07 +0900 |
commit | 25813d39a534b4e2e2bbc785a18589e1f1d50317 (patch) | |
tree | 445dfcd442862af0feef1f3fc5f915f8fe28b7e7 /po/ga/CMakeLists.txt | |
download | polkit-agent-tde-25813d39a534b4e2e2bbc785a18589e1f1d50317.tar.gz polkit-agent-tde-25813d39a534b4e2e2bbc785a18589e1f1d50317.zip |
Initial import from polkit-kde-1 debian snapshot archive.
https://snapshot.debian.org/package/polkit-kde-1/0.99.1-1/
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'po/ga/CMakeLists.txt')
-rw-r--r-- | po/ga/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/ga/CMakeLists.txt b/po/ga/CMakeLists.txt new file mode 100644 index 0000000..a7b9865 --- /dev/null +++ b/po/ga/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES(ga ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) |