diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/de/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/el/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/es/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/et/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/fr/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/hu/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/it/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/ja/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/nl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/pl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/pt/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/pt_BR/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/ru/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/sv/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/tr/CMakeLists.txt | 1 |
16 files changed, 16 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/po/de/CMakeLists.txt b/po/de/CMakeLists.txt new file mode 100644 index 0000000..5770e14 --- /dev/null +++ b/po/de/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG de ) diff --git a/po/el/CMakeLists.txt b/po/el/CMakeLists.txt new file mode 100644 index 0000000..d1ba21b --- /dev/null +++ b/po/el/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG el ) diff --git a/po/es/CMakeLists.txt b/po/es/CMakeLists.txt new file mode 100644 index 0000000..041b7a3 --- /dev/null +++ b/po/es/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG es ) diff --git a/po/et/CMakeLists.txt b/po/et/CMakeLists.txt new file mode 100644 index 0000000..8128397 --- /dev/null +++ b/po/et/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG et ) diff --git a/po/fr/CMakeLists.txt b/po/fr/CMakeLists.txt new file mode 100644 index 0000000..f7eefec --- /dev/null +++ b/po/fr/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG fr ) diff --git a/po/hu/CMakeLists.txt b/po/hu/CMakeLists.txt new file mode 100644 index 0000000..79dff13 --- /dev/null +++ b/po/hu/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG hu ) diff --git a/po/it/CMakeLists.txt b/po/it/CMakeLists.txt new file mode 100644 index 0000000..c54b21c --- /dev/null +++ b/po/it/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG it ) diff --git a/po/ja/CMakeLists.txt b/po/ja/CMakeLists.txt new file mode 100644 index 0000000..a88a684 --- /dev/null +++ b/po/ja/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG ja ) diff --git a/po/nl/CMakeLists.txt b/po/nl/CMakeLists.txt new file mode 100644 index 0000000..66088c7 --- /dev/null +++ b/po/nl/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG nl ) diff --git a/po/pl/CMakeLists.txt b/po/pl/CMakeLists.txt new file mode 100644 index 0000000..ca58df4 --- /dev/null +++ b/po/pl/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG pl ) diff --git a/po/pt/CMakeLists.txt b/po/pt/CMakeLists.txt new file mode 100644 index 0000000..1001c25 --- /dev/null +++ b/po/pt/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG pt ) diff --git a/po/pt_BR/CMakeLists.txt b/po/pt_BR/CMakeLists.txt new file mode 100644 index 0000000..91fae60 --- /dev/null +++ b/po/pt_BR/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG pt_BR ) diff --git a/po/ru/CMakeLists.txt b/po/ru/CMakeLists.txt new file mode 100644 index 0000000..ec8f0d0 --- /dev/null +++ b/po/ru/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG ru ) diff --git a/po/sv/CMakeLists.txt b/po/sv/CMakeLists.txt new file mode 100644 index 0000000..c26f445 --- /dev/null +++ b/po/sv/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG sv ) diff --git a/po/tr/CMakeLists.txt b/po/tr/CMakeLists.txt new file mode 100644 index 0000000..b968c8e --- /dev/null +++ b/po/tr/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG tr ) |