diff options
author | Alexander Golubev <[email protected]> | 2016-02-25 09:12:54 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-13 12:33:50 +0100 |
commit | 942c6c1da317ad73c841462cc11df994f4eb94e1 (patch) | |
tree | a5c2f4987b36ac9eaa8be9e6441e071daf77bccf /pt_BR | |
parent | 1ad94ab13a0ca564c1bf8910053e3a89866abfb5 (diff) | |
download | k3b-i18n-942c6c1da317ad73c841462cc11df994f4eb94e1.tar.gz k3b-i18n-942c6c1da317ad73c841462cc11df994f4eb94e1.zip |
Initial cmake convertion
(cherry picked from commit 20cda3a85e6290422fd62234a2c612f7b8e324e9)
Diffstat (limited to 'pt_BR')
-rw-r--r-- | pt_BR/CMakeLists.txt | 2 | ||||
-rw-r--r-- | pt_BR/doc/CMakeLists.txt | 6 | ||||
-rw-r--r-- | pt_BR/messages/CMakeLists.txt | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/pt_BR/CMakeLists.txt b/pt_BR/CMakeLists.txt new file mode 100644 index 0000000..a435eb9 --- /dev/null +++ b/pt_BR/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) diff --git a/pt_BR/doc/CMakeLists.txt b/pt_BR/doc/CMakeLists.txt new file mode 100644 index 0000000..71d8b73 --- /dev/null +++ b/pt_BR/doc/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION k3b + LANG pt_BR +) diff --git a/pt_BR/messages/CMakeLists.txt b/pt_BR/messages/CMakeLists.txt new file mode 100644 index 0000000..02c6b68 --- /dev/null +++ b/pt_BR/messages/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_translation( LANG pt_BR ) |