summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--README_de.md28
-rw-r--r--azure-pipelines.yml17
-rw-r--r--templates/zip.inx2
-rw-r--r--translations/messages_af_ZA.po2
-rw-r--r--translations/messages_ar_SA.po2
-rw-r--r--translations/messages_ca_ES.po2
-rw-r--r--translations/messages_cs_CZ.po2
-rw-r--r--translations/messages_da_DK.po2
-rw-r--r--translations/messages_de_DE.po2
-rw-r--r--translations/messages_el_GR.po2
-rw-r--r--translations/messages_en_US.po2
-rw-r--r--translations/messages_es_ES.po2
-rw-r--r--translations/messages_fi_FI.po2
-rw-r--r--translations/messages_fr_FR.po5
-rw-r--r--translations/messages_he_IL.po2
-rw-r--r--translations/messages_hu_HU.po2
-rw-r--r--translations/messages_it_IT.po2
-rw-r--r--translations/messages_ja_JP.po2
-rw-r--r--translations/messages_ko_KR.po2
-rw-r--r--translations/messages_nl_NL.po2
-rw-r--r--translations/messages_no_NO.po2
-rw-r--r--translations/messages_pl_PL.po2
-rw-r--r--translations/messages_pt_BR.po2
-rw-r--r--translations/messages_pt_PT.po5
-rw-r--r--translations/messages_ro_RO.po2
-rw-r--r--translations/messages_ru_RU.po2
-rw-r--r--translations/messages_sr_SP.po2
-rw-r--r--translations/messages_sv_SE.po2
-rw-r--r--translations/messages_tr_TR.po2
-rw-r--r--translations/messages_uk_UA.po2
-rw-r--r--translations/messages_vi_VN.po2
-rw-r--r--translations/messages_zh_CN.po2
-rw-r--r--translations/messages_zh_TW.po2
34 files changed, 81 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml
index f7a7a811..158d87c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,7 +74,7 @@ install:
# https://github.com/pyinstaller/pyinstaller/blob/61b1c75c2b0469b32d114298a63bf60b8d597e37/PyInstaller/hooks/hook-shapely.py#L34
pip install --no-binary shapely -r requirements.txt
- pip install pyinstaller
+ pip install pyinstaller==3.3.1
elif [ "$BUILD" = "windows" ]; then
set -x
diff --git a/README_de.md b/README_de.md
new file mode 100644
index 00000000..3948ad1e
--- /dev/null
+++ b/README_de.md
@@ -0,0 +1,28 @@
+<a href="https://user-images.githubusercontent.com/11083514/41197881-e862e07a-6c62-11e8-89d6-32915e52bece.png"> <img align=right src="images/examples/inkstitch_logo_screenshot.png"></a>
+
+# Ink/Stitch: Eine Open-Source Stickdesign Software die auf Inkscape basiert
+
+Möchten Sie Stickmusterdateien (PES, DST und viele mehr) mit einer **kostenlosen, Open-Source-Software** entwerfen?
+
+Ink/Stitch soll eine vollwertige Stickdigitalisierungssoftware werden, die vollständig auf freier Open-Source-Software basiert. Unser Ziel ist es sowohl für Hobbyisten als auch für professionelle Digitalisierer die benötigten Werkzeuge bereitzustellen.
+
+Willst du mehr erfahren?
+
+* [Übersicht der Funktionen](https://inkstitch.org/features/)
+* [Installation](https://inkstitch.org/docs/install/) (Mac-Unterstützung ist in Arbeit!)
+* [Screenshots](https://inkstitch.org/tutorials/inspiration/)
+* [Videos](https://inkstitch.org/tutorials/video/)
+* [Website](https://inkstitch.org)
+
+# Hintergrund und Philosophie
+
+_von @lexelby, ein Ink/Stitch Programmierer (translated by @kaalleen & @AkiraNorthstar)_
+
+Ich erhielt ein wirklich wunderbares Weihnachtsgeschenk für einen Programmierer: eine [Stickmaschine](http://www.brother-usa.com/homesewing/ModelDetail.aspx?ProductID=SE400). Es ähnelt so ziemlich einer CNC-Maschine ... Ich musste einfach herausfinden wie man Programme dafür erstellt. Das Problem daran ist, **alle kostenlosen Stickdesign-Software Varianten** haben ein Defizit, vor allem wenn die Anforderung ist unter Linux, meinem Betriebssystem der Wahl, zu laufen.
+
+Ich fing an [inkscape-embroidery](http://www.jonh.net/~jonh/inkscape-embroidery/) zu modifizieren.
+Es hatte einige der grundlegenden Funktionen die ich benötigte und ich sah eine Menge Potenzial. Ich mag die Idee, einen vorhandenen, ultrastarken SVG-Editor wie [Inkscape](https://inkscape.org) als Basis für eine Stickdesign-Software zu verwenden.
+
+Von dort ging es los. Ich fügte fortwährend Funktionen hinzu, so wie ich sie brauchte und zu diesem Zeitpunkt ist nur noch sehr wenig von dem ursprünglichen Code übrig.
+
+Das Ziel von Ink/Stitch ist es, eine leistungsfähige Digitalisierungssoftware für Stickereien für jedermann **völlig kostenlos** zur Verfügung zu stellen. Ich möchte das Gebiet des Stickdesigns öffnen und es auch für diejenigen zugänglich machen, die nicht Hunderte oder Tausende für eine Software ausgeben können oder wollen. Und ich möchte Leuten wie mir, die es lieben Programierung mit Kunst zu verbinden, eine offene, erweiterbare und zugängliche Software geben, auf der man selbst aktiv sein kann.
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 00000000..8ae24f01
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,17 @@
+# Starter pipeline
+# Start with a minimal pipeline that you can customize to build and deploy your code.
+# Add steps that build, run tests, deploy, and more:
+# https://aka.ms/yaml
+
+pool:
+ vmImage: 'Ubuntu 16.04'
+
+steps:
+- script: echo Hello, world!
+ displayName: 'Run a one-line script'
+
+- script: |
+ echo Add other tasks to build, test, and deploy your project.
+ echo See https://aka.ms/yaml
+
+ displayName: 'Run a multi-line script'
diff --git a/templates/zip.inx b/templates/zip.inx
index 7b576349..952123c9 100644
--- a/templates/zip.inx
+++ b/templates/zip.inx
@@ -7,7 +7,7 @@
<output>
<extension>.zip</extension>
<mimetype>application/zip</mimetype>
- <_filetypename>{{ _("Ink/Stitch: ZIP export multiple formats (.zip)") }}"</_filetypename>
+ <_filetypename>{{ _("Ink/Stitch: ZIP export multiple formats (.zip)") }}</_filetypename>
<_filetypetooltip>{{ _("Create a ZIP with multiple embroidery file formats using Ink/Stitch") }}</_filetypetooltip>
<dataloss>true</dataloss>
</output>
diff --git a/translations/messages_af_ZA.po b/translations/messages_af_ZA.po
index 0776ea47..afd6c718 100644
--- a/translations/messages_af_ZA.po
+++ b/translations/messages_af_ZA.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Afrikaans\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_ar_SA.po b/translations/messages_ar_SA.po
index 78fd6e1b..d4b9773f 100644
--- a/translations/messages_ar_SA.po
+++ b/translations/messages_ar_SA.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Arabic\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_ca_ES.po b/translations/messages_ca_ES.po
index 6ded4c04..b63d6a3c 100644
--- a/translations/messages_ca_ES.po
+++ b/translations/messages_ca_ES.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Catalan\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_cs_CZ.po b/translations/messages_cs_CZ.po
index f4a48d75..2238e707 100644
--- a/translations/messages_cs_CZ.po
+++ b/translations/messages_cs_CZ.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Czech\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_da_DK.po b/translations/messages_da_DK.po
index 500f8135..3296e7ee 100644
--- a/translations/messages_da_DK.po
+++ b/translations/messages_da_DK.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Danish\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_de_DE.po b/translations/messages_de_DE.po
index 8e21e296..6f2034be 100644
--- a/translations/messages_de_DE.po
+++ b/translations/messages_de_DE.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_el_GR.po b/translations/messages_el_GR.po
index 0935e577..6eecb71a 100644
--- a/translations/messages_el_GR.po
+++ b/translations/messages_el_GR.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Greek\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_en_US.po b/translations/messages_en_US.po
index 2b52c6be..21187772 100644
--- a/translations/messages_en_US.po
+++ b/translations/messages_en_US.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: English\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_es_ES.po b/translations/messages_es_ES.po
index 3d301a07..48659a18 100644
--- a/translations/messages_es_ES.po
+++ b/translations/messages_es_ES.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_fi_FI.po b/translations/messages_fi_FI.po
index 79c26f5e..1bf53909 100644
--- a/translations/messages_fi_FI.po
+++ b/translations/messages_fi_FI.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Finnish\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_fr_FR.po b/translations/messages_fr_FR.po
index e3d45a79..47c3d254 100644
--- a/translations/messages_fr_FR.po
+++ b/translations/messages_fr_FR.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
@@ -420,7 +420,8 @@ msgstr ""
#: lib/extensions/embroider.py:38
msgid "\n\n"
"Seeing a 'no such option' message? Please restart Inkscape to fix."
-msgstr "Vous voyez un message 'aucune option' ? Veuillez redémarrer Inkscape pour corriger."
+msgstr "\n\n"
+"Vous voyez un message 'aucune option' ? Veuillez redémarrer Inkscape pour corriger."
#: lib/extensions/flip.py:35
msgid "Please select one or more satin columns to flip."
diff --git a/translations/messages_he_IL.po b/translations/messages_he_IL.po
index 2666dd9b..cc526faf 100644
--- a/translations/messages_he_IL.po
+++ b/translations/messages_he_IL.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Hebrew\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_hu_HU.po b/translations/messages_hu_HU.po
index e387c771..0db8cbcb 100644
--- a/translations/messages_hu_HU.po
+++ b/translations/messages_hu_HU.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_it_IT.po b/translations/messages_it_IT.po
index 25707f13..062fa030 100644
--- a/translations/messages_it_IT.po
+++ b/translations/messages_it_IT.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Italian\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_ja_JP.po b/translations/messages_ja_JP.po
index a3cd6b15..b1dc3454 100644
--- a/translations/messages_ja_JP.po
+++ b/translations/messages_ja_JP.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_ko_KR.po b/translations/messages_ko_KR.po
index c9beade6..ace7b08f 100644
--- a/translations/messages_ko_KR.po
+++ b/translations/messages_ko_KR.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_nl_NL.po b/translations/messages_nl_NL.po
index 1b02abe5..23975ef1 100644
--- a/translations/messages_nl_NL.po
+++ b/translations/messages_nl_NL.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_no_NO.po b/translations/messages_no_NO.po
index 73f5263b..89e1fc7d 100644
--- a/translations/messages_no_NO.po
+++ b/translations/messages_no_NO.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Norwegian\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_pl_PL.po b/translations/messages_pl_PL.po
index 52328d22..f4217195 100644
--- a/translations/messages_pl_PL.po
+++ b/translations/messages_pl_PL.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_pt_BR.po b/translations/messages_pt_BR.po
index 3a6d9141..46e5b26d 100644
--- a/translations/messages_pt_BR.po
+++ b/translations/messages_pt_BR.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:56\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_pt_PT.po b/translations/messages_pt_PT.po
index f421f933..dad2bdb9 100644
--- a/translations/messages_pt_PT.po
+++ b/translations/messages_pt_PT.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Portuguese\n"
"MIME-Version: 1.0\n"
@@ -420,7 +420,8 @@ msgstr ""
#: lib/extensions/embroider.py:38
msgid "\n\n"
"Seeing a 'no such option' message? Please restart Inkscape to fix."
-msgstr "Vê uma mensagem \"não existe tal opção\"? Por favor reiniciar o Inkscape."
+msgstr "\n\n"
+"Vê uma mensagem 'não existe tal opção'? Por favor reiniciar o Inkscape."
#: lib/extensions/flip.py:35
msgid "Please select one or more satin columns to flip."
diff --git a/translations/messages_ro_RO.po b/translations/messages_ro_RO.po
index bcbf4174..695851fe 100644
--- a/translations/messages_ro_RO.po
+++ b/translations/messages_ro_RO.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Romanian\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_ru_RU.po b/translations/messages_ru_RU.po
index 22ffd448..879aad73 100644
--- a/translations/messages_ru_RU.po
+++ b/translations/messages_ru_RU.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_sr_SP.po b/translations/messages_sr_SP.po
index 49844172..6c1553d5 100644
--- a/translations/messages_sr_SP.po
+++ b/translations/messages_sr_SP.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_sv_SE.po b/translations/messages_sv_SE.po
index 1da08532..c06a2017 100644
--- a/translations/messages_sv_SE.po
+++ b/translations/messages_sv_SE.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Swedish\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_tr_TR.po b/translations/messages_tr_TR.po
index 0103d8dd..e0de35d6 100644
--- a/translations/messages_tr_TR.po
+++ b/translations/messages_tr_TR.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Turkish\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_uk_UA.po b/translations/messages_uk_UA.po
index 789b4cda..a3bd4244 100644
--- a/translations/messages_uk_UA.po
+++ b/translations/messages_uk_UA.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_vi_VN.po b/translations/messages_vi_VN.po
index f3b654f5..a24b56c1 100644
--- a/translations/messages_vi_VN.po
+++ b/translations/messages_vi_VN.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:56\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_zh_CN.po b/translations/messages_zh_CN.po
index d8841fc8..43f1e648 100644
--- a/translations/messages_zh_CN.po
+++ b/translations/messages_zh_CN.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n"
diff --git a/translations/messages_zh_TW.po b/translations/messages_zh_TW.po
index 3e55cd1d..5c85cdf8 100644
--- a/translations/messages_zh_TW.po
+++ b/translations/messages_zh_TW.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: inkstitch\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-08-24 20:56-0400\n"
-"PO-Revision-Date: 2018-08-27 13:55\n"
+"PO-Revision-Date: 2018-09-08 14:03\n"
"Last-Translator: lexelby <github.com@lexneva.name>\n"
"Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n"