Copy translations to a new directory layout.
Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/4/head
parent
cc9c5c67c9
commit
c494295ce5
@ -1 +0,0 @@
|
||||
tde_add_project_translations()
|
@ -1,3 +1,8 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "qalculate_tde" )
|
||||
tde_l10n_create_template( "messages/qalculate_tde" )
|
||||
|
||||
tde_l10n_create_template(
|
||||
CATALOG "desktop_files/qalculate_tde-desktops"
|
||||
SOURCES *.desktop
|
||||
)
|
||||
|
@ -0,0 +1,32 @@
|
||||
# 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: 2022-02-01 15:09+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"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Name
|
||||
#: qalculate_tde.desktop:2
|
||||
msgid "Qalculate!"
|
||||
msgstr ""
|
||||
|
||||
#. GenericName
|
||||
#: qalculate_tde.desktop:4
|
||||
msgid "Scientific Calculator"
|
||||
msgstr ""
|
||||
|
||||
#. Comment
|
||||
#: qalculate_tde.desktop:6
|
||||
msgid "Powerful and easy to use desktop calculator"
|
||||
msgstr ""
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue