Browse Source

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.
Ghostkeeper 8 years ago
parent
commit
a77c2614a3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/i18n/tr/fdmprinter.def.json.po

+ 2 - 2
resources/i18n/tr/fdmprinter.def.json.po

@@ -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"