diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-05 01:42:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-05 01:42:46 +0200 |
commit | 7f0457ee885d1bbd014e8413d16ffc572aed92cb (patch) | |
tree | 034a7faf59172a130528f850c05062ca8625da2d | |
parent | 1025e90841a63c91ebe67e0bd7d975e8d2515cde (diff) | |
download | tdeio-umountwrapper-7f0457ee885d1bbd014e8413d16ffc572aed92cb.tar.gz tdeio-umountwrapper-7f0457ee885d1bbd014e8413d16ffc572aed92cb.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fbfb9d24dc89e2b034de4d0ea6f884e20d80cab3)
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | translations/CMakeLists.txt | 1 | ||||
-rw-r--r-- | translations/messages/CMakeLists.txt | 14 | ||||
-rw-r--r-- | translations/messages/de.po | 49 | ||||
-rw-r--r-- | translations/messages/tdeio-umountwrapper.pot | 46 |
6 files changed, 112 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c2f3a3..1d0349c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories tde_conditional_add_subdirectory( BUILD_ALL src ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index c9193d2..e2a78c4 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "tdeio-umountwrapper" ) +tde_l10n_create_template( "messages/tdeio-umountwrapper" ) diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt new file mode 100644 index 0000000..42b186a --- /dev/null +++ b/translations/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories() diff --git a/translations/messages/CMakeLists.txt b/translations/messages/CMakeLists.txt new file mode 100644 index 0000000..68f49a3 --- /dev/null +++ b/translations/messages/CMakeLists.txt @@ -0,0 +1,14 @@ +file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) +string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" ) + +foreach( _po ${po_files} ) + get_filename_component( _lang ${_po} NAME_WE ) + if( "${_linguas}" MATCHES "^;*$" OR ";${_linguas};" MATCHES ";${_lang};" ) + if( "${_po}" MATCHES "^([^/]*)/.*" ) + string( REGEX REPLACE "^([^/]*)/.*" "\\1" _component "${_po}" ) + else( ) + set( _component "tdeio_umountwrapper" ) + endif( ) + tde_create_translation( FILES ${_po} LANG ${_lang} OUTPUT_NAME ${_component} ) + endif( ) +endforeach( ) diff --git a/translations/messages/de.po b/translations/messages/de.po new file mode 100644 index 0000000..f1bf63d --- /dev/null +++ b/translations/messages/de.po @@ -0,0 +1,49 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-13 03:23+0100\n" +"PO-Revision-Date: 2020-04-03 03:28+0000\n" +"Last-Translator: Chris <xchrisx@uber.space>\n" +"Language-Team: German <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/tdeio-umountwrapper/de/>\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.11.3\n" + +#: _translatorinfo:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Chris (TDE)" + +#: _translatorinfo:2 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "(Keine Email)" + +#: main.cpp:30 +msgid "Safely remove wrapper. Provides progress dialog." +msgstr "Programm zum sicheren Entfernen. Bietet einen Fortschrittsdialog." + +#: main.cpp:36 +msgid "URL to Safely Remove" +msgstr "Adresse zum sicheren Entfernen" + +#: main.cpp:42 +msgid "tdeio_umountwrapper" +msgstr "tdeio_umountwrapper" + +#: main.cpp:54 +msgid "No URL specified!" +msgstr "Keine Adresse angegeben." + +#: tdeio_umountwrapper.cpp:39 +msgid "Synchronising data to disk, please wait" +msgstr "Datenspeicher wird abgeglichen, bitte warten Sie" diff --git a/translations/messages/tdeio-umountwrapper.pot b/translations/messages/tdeio-umountwrapper.pot new file mode 100644 index 0000000..f221780 --- /dev/null +++ b/translations/messages/tdeio-umountwrapper.pot @@ -0,0 +1,46 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-13 03:23+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: _translatorinfo:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#: _translatorinfo:2 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: main.cpp:30 +msgid "Safely remove wrapper. Provides progress dialog." +msgstr "" + +#: main.cpp:36 +msgid "URL to Safely Remove" +msgstr "" + +#: main.cpp:42 +msgid "tdeio_umountwrapper" +msgstr "" + +#: main.cpp:54 +msgid "No URL specified!" +msgstr "" + +#: tdeio_umountwrapper.cpp:39 +msgid "Synchronising data to disk, please wait" +msgstr "" |