From d0243fcc86b29344b11fd2b832c3d38c3063263a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 21 Dec 2018 15:37:48 +0100 Subject: Add CMakeL10n rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tdefile-plugins/CMakeL10n.txt | 3 +++ tdefile-plugins/bmp/CMakeL10n.txt | 3 +++ tdefile-plugins/dds/CMakeL10n.txt | 3 +++ tdefile-plugins/dvi/CMakeL10n.txt | 3 +++ tdefile-plugins/exr/CMakeL10n.txt | 3 +++ tdefile-plugins/gif/CMakeL10n.txt | 3 +++ tdefile-plugins/ico/CMakeL10n.txt | 3 +++ tdefile-plugins/jpeg/CMakeL10n.txt | 3 +++ tdefile-plugins/pcx/CMakeL10n.txt | 3 +++ tdefile-plugins/pdf/CMakeL10n.txt | 3 +++ tdefile-plugins/png/CMakeL10n.txt | 3 +++ tdefile-plugins/pnm/CMakeL10n.txt | 3 +++ tdefile-plugins/ps/CMakeL10n.txt | 3 +++ tdefile-plugins/raw/CMakeL10n.txt | 3 +++ tdefile-plugins/rgb/CMakeL10n.txt | 3 +++ tdefile-plugins/tga/CMakeL10n.txt | 3 +++ tdefile-plugins/tiff/CMakeL10n.txt | 3 +++ tdefile-plugins/xbm/CMakeL10n.txt | 3 +++ tdefile-plugins/xpm/CMakeL10n.txt | 3 +++ 19 files changed, 57 insertions(+) create mode 100644 tdefile-plugins/CMakeL10n.txt create mode 100644 tdefile-plugins/bmp/CMakeL10n.txt create mode 100644 tdefile-plugins/dds/CMakeL10n.txt create mode 100644 tdefile-plugins/dvi/CMakeL10n.txt create mode 100644 tdefile-plugins/exr/CMakeL10n.txt create mode 100644 tdefile-plugins/gif/CMakeL10n.txt create mode 100644 tdefile-plugins/ico/CMakeL10n.txt create mode 100644 tdefile-plugins/jpeg/CMakeL10n.txt create mode 100644 tdefile-plugins/pcx/CMakeL10n.txt create mode 100644 tdefile-plugins/pdf/CMakeL10n.txt create mode 100644 tdefile-plugins/png/CMakeL10n.txt create mode 100644 tdefile-plugins/pnm/CMakeL10n.txt create mode 100644 tdefile-plugins/ps/CMakeL10n.txt create mode 100644 tdefile-plugins/raw/CMakeL10n.txt create mode 100644 tdefile-plugins/rgb/CMakeL10n.txt create mode 100644 tdefile-plugins/tga/CMakeL10n.txt create mode 100644 tdefile-plugins/tiff/CMakeL10n.txt create mode 100644 tdefile-plugins/xbm/CMakeL10n.txt create mode 100644 tdefile-plugins/xpm/CMakeL10n.txt (limited to 'tdefile-plugins') diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt new file mode 100644 index 00000000..b585ce4a --- /dev/null +++ b/tdefile-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdefile-plugins/bmp/CMakeL10n.txt b/tdefile-plugins/bmp/CMakeL10n.txt new file mode 100644 index 00000000..d0a8be7d --- /dev/null +++ b/tdefile-plugins/bmp/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_bmp" ) diff --git a/tdefile-plugins/dds/CMakeL10n.txt b/tdefile-plugins/dds/CMakeL10n.txt new file mode 100644 index 00000000..6e390422 --- /dev/null +++ b/tdefile-plugins/dds/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_dds" ) diff --git a/tdefile-plugins/dvi/CMakeL10n.txt b/tdefile-plugins/dvi/CMakeL10n.txt new file mode 100644 index 00000000..736912c3 --- /dev/null +++ b/tdefile-plugins/dvi/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_dvi" ) diff --git a/tdefile-plugins/exr/CMakeL10n.txt b/tdefile-plugins/exr/CMakeL10n.txt new file mode 100644 index 00000000..af721638 --- /dev/null +++ b/tdefile-plugins/exr/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_exr" ) diff --git a/tdefile-plugins/gif/CMakeL10n.txt b/tdefile-plugins/gif/CMakeL10n.txt new file mode 100644 index 00000000..84b36ae4 --- /dev/null +++ b/tdefile-plugins/gif/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_gif" ) diff --git a/tdefile-plugins/ico/CMakeL10n.txt b/tdefile-plugins/ico/CMakeL10n.txt new file mode 100644 index 00000000..420f5789 --- /dev/null +++ b/tdefile-plugins/ico/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_ico" ) diff --git a/tdefile-plugins/jpeg/CMakeL10n.txt b/tdefile-plugins/jpeg/CMakeL10n.txt new file mode 100644 index 00000000..5b907a01 --- /dev/null +++ b/tdefile-plugins/jpeg/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_jpeg" ) diff --git a/tdefile-plugins/pcx/CMakeL10n.txt b/tdefile-plugins/pcx/CMakeL10n.txt new file mode 100644 index 00000000..c34314bc --- /dev/null +++ b/tdefile-plugins/pcx/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_pcx" ) diff --git a/tdefile-plugins/pdf/CMakeL10n.txt b/tdefile-plugins/pdf/CMakeL10n.txt new file mode 100644 index 00000000..aee84b5d --- /dev/null +++ b/tdefile-plugins/pdf/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_pdf" ) diff --git a/tdefile-plugins/png/CMakeL10n.txt b/tdefile-plugins/png/CMakeL10n.txt new file mode 100644 index 00000000..eaf3e318 --- /dev/null +++ b/tdefile-plugins/png/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_png" ) diff --git a/tdefile-plugins/pnm/CMakeL10n.txt b/tdefile-plugins/pnm/CMakeL10n.txt new file mode 100644 index 00000000..91b1e98d --- /dev/null +++ b/tdefile-plugins/pnm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_pnm" ) diff --git a/tdefile-plugins/ps/CMakeL10n.txt b/tdefile-plugins/ps/CMakeL10n.txt new file mode 100644 index 00000000..cb6ec5e3 --- /dev/null +++ b/tdefile-plugins/ps/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_ps" ) diff --git a/tdefile-plugins/raw/CMakeL10n.txt b/tdefile-plugins/raw/CMakeL10n.txt new file mode 100644 index 00000000..64043339 --- /dev/null +++ b/tdefile-plugins/raw/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_raw" ) diff --git a/tdefile-plugins/rgb/CMakeL10n.txt b/tdefile-plugins/rgb/CMakeL10n.txt new file mode 100644 index 00000000..bf7c3fa4 --- /dev/null +++ b/tdefile-plugins/rgb/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_rgb" ) diff --git a/tdefile-plugins/tga/CMakeL10n.txt b/tdefile-plugins/tga/CMakeL10n.txt new file mode 100644 index 00000000..2df10aac --- /dev/null +++ b/tdefile-plugins/tga/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_tga" ) diff --git a/tdefile-plugins/tiff/CMakeL10n.txt b/tdefile-plugins/tiff/CMakeL10n.txt new file mode 100644 index 00000000..9a797ca3 --- /dev/null +++ b/tdefile-plugins/tiff/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_tiff" ) diff --git a/tdefile-plugins/xbm/CMakeL10n.txt b/tdefile-plugins/xbm/CMakeL10n.txt new file mode 100644 index 00000000..db92a3cf --- /dev/null +++ b/tdefile-plugins/xbm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_xbm" ) diff --git a/tdefile-plugins/xpm/CMakeL10n.txt b/tdefile-plugins/xpm/CMakeL10n.txt new file mode 100644 index 00000000..345442fc --- /dev/null +++ b/tdefile-plugins/xpm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_xpm" ) -- cgit v1.2.1