From a77c2614a3718b82d7333bc4342eddec1e7f99ca Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 29 Sep 2016 16:40:19 +0200 Subject: [PATCH] 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. --- resources/i18n/tr/fdmprinter.def.json.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/i18n/tr/fdmprinter.def.json.po b/resources/i18n/tr/fdmprinter.def.json.po index 25f9663c2f..56cc80258f 100644 --- a/resources/i18n/tr/fdmprinter.def.json.po +++ b/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"