mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:09:02 +08:00
i18n: de: Comma will be overwritten, when value gets overwritten by the UI
As far as I understand the code Cura will replace "%1 Meter" with a string converted from a float. In german it is correct so say "x,y Meter" where in english regions it would be called "x.y meter". So what it needs in Cura is something like "[before_comma],[after_comma] Meter" to the character "." can be translated to ",". As Cura isn't able (correct me if it can) to do this on it's own, so changing it back to "x.y Meter".
This commit is contained in:
parent
d0247f350c
commit
f9f4c50703
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: Cura 2.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-01-18 11:54+0100\n"
|
||||
"PO-Revision-Date: 2016-02-01 18:47+0100\n"
|
||||
"PO-Revision-Date: 2016-02-01 18:48+0100\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -590,7 +590,7 @@ msgstr "00 Stunden 00 Minuten"
|
||||
#: /home/tamara/2.1/Cura/resources/qml/JobSpecs.qml:218
|
||||
msgctxt "@label"
|
||||
msgid "0.0 m"
|
||||
msgstr "0,0 Meter"
|
||||
msgstr "0.0 Meter"
|
||||
|
||||
#: /home/tamara/2.1/Cura/resources/qml/JobSpecs.qml:218
|
||||
msgctxt "@label"
|
||||
|
Loading…
x
Reference in New Issue
Block a user