Desktop file translations:

+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/5/head
Slávek Banko 4 years ago
parent 6ba2f0c69a
commit 8b0d6be87e
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/kpicosim" )
tde_l10n_create_template(
CATALOG "desktop_files/kpicosim.desktop/"
SOURCES kpicosim.desktop
)

@ -63,7 +63,4 @@ install(
DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax
)
install(
FILES ${PROJECT_NAME}.desktop
DESTINATION ${APPS_INSTALL_DIR}/Development
)
tde_create_translated_desktop( ${PROJECT_NAME}.desktop )

@ -5,4 +5,3 @@ Exec=kpicosim
Icon=kpicosim
Type=Application
Comment=PicoBlaze IDE
Comment[nl]=PicoBlaze Ontwikkelomgeving

@ -0,0 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-01 19:34+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Name
#: kpicosim.desktop:3
msgid "KPicosim"
msgstr ""
#. Comment
#: kpicosim.desktop:7
msgid "PicoBlaze IDE"
msgstr ""

@ -0,0 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-01 19:34+0200\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"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Name
#: kpicosim.desktop:3
msgid "KPicosim"
msgstr ""
#. Comment
#: kpicosim.desktop:7
msgid "PicoBlaze IDE"
msgstr "PicoBlaze Ontwikkelomgeving"
Loading…
Cancel
Save