Add invisible character to satisfy gettext

This is a zero-width space. It should be invisible in the interface. It is required, however, because gettext breaks when it sees that the original text has \n and the translation doesn't. In this case, the \n is just our text though, and it is allowed to be in a different place in the translation. So I'm silencing gettext by adding a character in front of it.

Contributes to issue CURA-570.
This commit is contained in:
Ghostkeeper 2016-09-29 16:40:19 +02:00
parent cd45ef496b
commit a77c2614a3
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -53,7 +53,7 @@ msgctxt "machine_start_gcode description"
msgid ""
"Gcode commands to be executed at the very start - separated by \n"
"."
msgstr "\n ile ayrılan, başlangıçta yürütülecek G-code komutları."
msgstr "\n ile ayrılan, başlangıçta yürütülecek G-code komutları."
#: fdmprinter.def.json
msgctxt "machine_end_gcode label"
@ -65,7 +65,7 @@ msgctxt "machine_end_gcode description"
msgid ""
"Gcode commands to be executed at the very end - separated by \n"
"."
msgstr "\n ile ayrılan, bitişte yürütülecek Gcode komutları."
msgstr "\n ile ayrılan, bitişte yürütülecek Gcode komutları."
#: fdmprinter.def.json
msgctxt "material_guid label"