mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 03:18:58 +08:00
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:
parent
cd45ef496b
commit
a77c2614a3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user