diff options
Diffstat (limited to 'translations/pl')
-rw-r--r-- | translations/pl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | translations/pl/messages/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
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 ) |