diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-10-23 14:08:03 +0200 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2018-10-23 14:08:03 +0200 |
commit | eeefa496afbc5025420f1e1c30c1b2ca59fd4353 (patch) | |
tree | b60dad2e6a63d9a1d2e75dd64d32c38ae98308bf /translations | |
parent | f45f6657b51e18dbfb82b5aead54af134b3eefd3 (diff) | |
download | knetstats-eeefa496afbc5025420f1e1c30c1b2ca59fd4353.tar.gz knetstats-eeefa496afbc5025420f1e1c30c1b2ca59fd4353.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'translations')
45 files changed, 45 insertions, 0 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/translations/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/translations/bg/CMakeLists.txt b/translations/bg/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/bg/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/bg/messages/CMakeLists.txt b/translations/bg/messages/CMakeLists.txt new file mode 100644 index 0000000..4902d61 --- /dev/null +++ b/translations/bg/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG bg ) diff --git a/translations/br/CMakeLists.txt b/translations/br/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/br/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/br/messages/CMakeLists.txt b/translations/br/messages/CMakeLists.txt new file mode 100644 index 0000000..cd1ca2d --- /dev/null +++ b/translations/br/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG br ) diff --git a/translations/cs/CMakeLists.txt b/translations/cs/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/cs/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/cs/messages/CMakeLists.txt b/translations/cs/messages/CMakeLists.txt new file mode 100644 index 0000000..a0791b0 --- /dev/null +++ b/translations/cs/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG cs ) diff --git a/translations/da/CMakeLists.txt b/translations/da/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/da/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/da/messages/CMakeLists.txt b/translations/da/messages/CMakeLists.txt new file mode 100644 index 0000000..aae4d18 --- /dev/null +++ b/translations/da/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG da ) diff --git a/translations/de/CMakeLists.txt b/translations/de/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/de/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/de/messages/CMakeLists.txt b/translations/de/messages/CMakeLists.txt new file mode 100644 index 0000000..5770e14 --- /dev/null +++ b/translations/de/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG de ) diff --git a/translations/el/CMakeLists.txt b/translations/el/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/el/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/el/messages/CMakeLists.txt b/translations/el/messages/CMakeLists.txt new file mode 100644 index 0000000..d1ba21b --- /dev/null +++ b/translations/el/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG el ) diff --git a/translations/es/CMakeLists.txt b/translations/es/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/es/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/es/messages/CMakeLists.txt b/translations/es/messages/CMakeLists.txt new file mode 100644 index 0000000..041b7a3 --- /dev/null +++ b/translations/es/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG es ) diff --git a/translations/et/CMakeLists.txt b/translations/et/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/et/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/et/messages/CMakeLists.txt b/translations/et/messages/CMakeLists.txt new file mode 100644 index 0000000..8128397 --- /dev/null +++ b/translations/et/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG et ) diff --git a/translations/fr/CMakeLists.txt b/translations/fr/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/fr/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/fr/messages/CMakeLists.txt b/translations/fr/messages/CMakeLists.txt new file mode 100644 index 0000000..f7eefec --- /dev/null +++ b/translations/fr/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG fr ) diff --git a/translations/ga/CMakeLists.txt b/translations/ga/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/ga/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/ga/messages/CMakeLists.txt b/translations/ga/messages/CMakeLists.txt new file mode 100644 index 0000000..02707f7 --- /dev/null +++ b/translations/ga/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG ga ) diff --git a/translations/gl/CMakeLists.txt b/translations/gl/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/gl/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/gl/messages/CMakeLists.txt b/translations/gl/messages/CMakeLists.txt new file mode 100644 index 0000000..c94a35a --- /dev/null +++ b/translations/gl/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG gl ) diff --git a/translations/it/CMakeLists.txt b/translations/it/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/it/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/it/messages/CMakeLists.txt b/translations/it/messages/CMakeLists.txt new file mode 100644 index 0000000..c54b21c --- /dev/null +++ b/translations/it/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG it ) diff --git a/translations/ja/CMakeLists.txt b/translations/ja/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/ja/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/ja/messages/CMakeLists.txt b/translations/ja/messages/CMakeLists.txt new file mode 100644 index 0000000..a88a684 --- /dev/null +++ b/translations/ja/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG ja ) diff --git a/translations/ka/CMakeLists.txt b/translations/ka/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/ka/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/ka/messages/CMakeLists.txt b/translations/ka/messages/CMakeLists.txt new file mode 100644 index 0000000..a94e633 --- /dev/null +++ b/translations/ka/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG ka ) diff --git a/translations/nl/CMakeLists.txt b/translations/nl/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/nl/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/nl/messages/CMakeLists.txt b/translations/nl/messages/CMakeLists.txt new file mode 100644 index 0000000..66088c7 --- /dev/null +++ b/translations/nl/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG nl ) diff --git a/translations/pl/CMakeLists.txt b/translations/pl/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/pl/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/pl/messages/CMakeLists.txt b/translations/pl/messages/CMakeLists.txt new file mode 100644 index 0000000..ca58df4 --- /dev/null +++ b/translations/pl/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG pl ) diff --git a/translations/pt/CMakeLists.txt b/translations/pt/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/pt/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/pt/messages/CMakeLists.txt b/translations/pt/messages/CMakeLists.txt new file mode 100644 index 0000000..1001c25 --- /dev/null +++ b/translations/pt/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG pt ) diff --git a/translations/pt_BR/CMakeLists.txt b/translations/pt_BR/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/pt_BR/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/pt_BR/messages/CMakeLists.txt b/translations/pt_BR/messages/CMakeLists.txt new file mode 100644 index 0000000..91fae60 --- /dev/null +++ b/translations/pt_BR/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG pt_BR ) diff --git a/translations/ru/CMakeLists.txt b/translations/ru/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/ru/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/ru/messages/CMakeLists.txt b/translations/ru/messages/CMakeLists.txt new file mode 100644 index 0000000..ec8f0d0 --- /dev/null +++ b/translations/ru/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG ru ) diff --git a/translations/sk/CMakeLists.txt b/translations/sk/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/sk/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/sk/messages/CMakeLists.txt b/translations/sk/messages/CMakeLists.txt new file mode 100644 index 0000000..f010fa6 --- /dev/null +++ b/translations/sk/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG sk ) diff --git a/translations/sv/CMakeLists.txt b/translations/sv/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/sv/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/sv/messages/CMakeLists.txt b/translations/sv/messages/CMakeLists.txt new file mode 100644 index 0000000..c26f445 --- /dev/null +++ b/translations/sv/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG sv ) diff --git a/translations/tr/CMakeLists.txt b/translations/tr/CMakeLists.txt new file mode 100644 index 0000000..9c11aea --- /dev/null +++ b/translations/tr/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( messages ) diff --git a/translations/tr/messages/CMakeLists.txt b/translations/tr/messages/CMakeLists.txt new file mode 100644 index 0000000..b968c8e --- /dev/null +++ b/translations/tr/messages/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG tr ) |