fix output regression

pull/198/head
Lex Neva 2018-06-16 22:33:02 -04:00
rodzic b674c192ee
commit 0659bc294e
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ from ..i18n import _
from ..output import write_embroidery_file from ..output import write_embroidery_file
from ..stitch_plan import patches_to_stitch_plan from ..stitch_plan import patches_to_stitch_plan
from ..svg import render_stitch_plan, PIXELS_PER_MM from ..svg import render_stitch_plan, PIXELS_PER_MM
from ..utils.io import save_stdout
class Output(InkstitchExtension): class Output(InkstitchExtension):
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-06-15 21:44-0400\n" "POT-Creation-Date: 2018-06-16 22:33-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -319,6 +319,9 @@ msgstr ""
msgid "Embroidery Simulation" msgid "Embroidery Simulation"
msgstr "" msgstr ""
msgid "No embroidery file formats selected."
msgstr ""
msgid "" msgid ""
"Unable to autofill. This most often happens because your shape is made " "Unable to autofill. This most often happens because your shape is made "
"up of multiple sections that aren't connected." "up of multiple sections that aren't connected."