<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Cura 14.07 auf Deutsch umstellen</title>
        <description> Hallo zusammen,

habe gesehen, dass in der aktuellen Curaversion auch eine deutsche Sprachdatei dabei ist aber wie kann das Programm auf deutsch umgestellt werden?

LG

Wolfgang</description>
        <link>https://reprap.org/forum/read.php?247,403780,403780#msg-403780</link>
        <lastBuildDate>Mon, 15 Jun 2026 16:01:53 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,859109#msg-859109</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,859109#msg-859109</link>
            <description><![CDATA[ Als nur gelegentlicher Cura-Nutzer frage ich mich was Ihr hier so veranstaltet.8-)<br />
<br />
Die Spracheinstellungen findet Ihr:<br />
<br />
Unter Einstellungen / Cura konfigurieren / Allgemein / Schnittstelle / Sprache<br />
<br />
Under / Preferences / Configure Cura / General / Interface / Language<br />
<br />
Dann einfach Cura neustarten und der Lack ist gestrichen.<br />
<br />
Oder habe ich da etwas total verpeilt ??]]></description>
            <dc:creator>luclass</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 09 Sep 2019 02:16:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,858086#msg-858086</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,858086#msg-858086</link>
            <description><![CDATA[ Kein Mensch arbeitet mehr mit der 14ner Version !<br />
<br />
Hier die aktuelle<br />
<a href="https://reprap.org/forum/read.php?247,857462" target="_blank" >Cura421</a><br />
<br />
Hardwarekiller]]></description>
            <dc:creator>Hardwarekiller</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 15 Aug 2019 23:37:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,858021#msg-858021</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,858021#msg-858021</link>
            <description><![CDATA[ Wo finde ich die Sprachdateien von Cura?]]></description>
            <dc:creator>dscheefin</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 14 Aug 2019 04:52:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,811908#msg-811908</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,811908#msg-811908</link>
            <description><![CDATA[ Wo finde ich denn die Sprachdateien auf Ubuntu?<br />
<br />
In var und usr bin ich nicht fündig geworden.]]></description>
            <dc:creator>-Ari-</dc:creator>
            <category>Software</category>
            <pubDate>Sun, 25 Feb 2018 07:27:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,406522#msg-406522</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,406522#msg-406522</link>
            <description><![CDATA[ Hi Thomas,<br />
<br />
auch wenn die Übersetzung dadurch nicht besser wird;), Danke für diesen Hint!:D<br />
<br />
Grüße Jörg]]></description>
            <dc:creator>helijoy</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 12 Sep 2014 12:45:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,406488#msg-406488</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,406488#msg-406488</link>
            <description><![CDATA[ Wer es umstellen will.<br />
<br />
Mit z.B. Notepad++ die "resources.py" unter z.B. "C:\Program Files (x86)\Cura_14.07.1-RC1\Cura\util" bearbeiten.<br />
<br />
Ganz am Schluß "de" aktiv setzen.<br />
<br />
z.B.<br />
<br />
def setupLocalization(selectedLanguage = None):<br />
	#Default to english<br />
	languages = ['de']<br />
<br />
	if selectedLanguage is not None:<br />
		for item in getLanguageOptions():<br />
			if item[1] == selectedLanguage and item[0] is not None:<br />
				languages = [item[0]]<br />
<br />
	locale_path = os.path.normpath(os.path.join(resourceBasePath, 'locale'))<br />
	translation = gettext.translation('Cura', locale_path, languages, fallback=True)<br />
	translation.install(unicode=True)<br />
<br />
def getLanguageOptions():<br />
	return [<br />
		['en', 'English'],<br />
		['de', 'Deutsch'],<br />
		['fr', 'French'],<br />
		# ['nl', 'Nederlands'],<br />
		# ['es', 'Spanish'],<br />
		# ['po', 'Polish']<br />
	]<br />
<br />
Dann kann man in den Voreinstellungen die Sprache umstellen und es wird auch der "Hilfetext" in deutsch angezeigt.<br />
<br />
Gruß<br />
Thomas]]></description>
            <dc:creator>ThomasSc</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 12 Sep 2014 11:51:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,406359#msg-406359</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,406359#msg-406359</link>
            <description><![CDATA[ <a href="http://umforum.ultimaker.com/index.php?/topic/2181-cura-language-options/" target="_blank"  rel="nofollow"><b>Entwicklermeinung zu dieser "Übersetzung":</b></a><br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Daid</strong><br />
Posted 16 March 2014 - 09:56 AM<br />
[...] we prepared Cura for translations. However, while translating to Dutch and German we already noticed that Cura is filled with 3D printer jargon which is English only. <br />
So even the dutch translation was crappy. As I had no way to verify the other translations I disabled language selection for now, as I did not want to set false expectations.<br />
 <br />
The french law is nothing odd. That's actually a European guideline (adopted as law in most European countries, as the EU cannot set laws). <br />
Which states that you should provide manuals in the native language of the country where you sell your product.<br />
It is something we are working on. (As proved by the disabled translations of Cura) but we are short on manpower.<br />
 <br />
So it's not so much a "should we?", it's more a "should we do this now?"</div></blockquote>
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Daid</strong><br />
Posted 17 March 2014 - 09:44 AM<br />
In general people that are good at translating do not have the skill to setup git and send a pull request.<br />
 <br />
But the effort to get translations was done already. However, like I said, the result... I'm not that happy with it. <br />
So this is a difficult thing. Should I provide crappy translations from the community, or no translations?<br />
 <br />
Also, by providing more language options, I will get bug reports in other languages, that I cannot handle.</div></blockquote>
<br />
<i>...und an dieser, seiner Meinung hat sich auch im September afaik "nix geändert"</i> ... :D B)]]></description>
            <dc:creator>Reinhold</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 12 Sep 2014 05:15:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,406331#msg-406331</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,406331#msg-406331</link>
            <description><![CDATA[ Ich habe das auch ausprobiert, habe aber relativ schnell wieder auf die englische Sprachversion umgestellt. Da geht es mir genauso wie floville geschrieben hat.<br />
<br />
Was ich gut finden würde, wären die Erklärungen in Deutsch, also so ein Mix aus englischer Bedienführung und deutscher Erklärung.<br />
<br />
Gruß Thomas]]></description>
            <dc:creator>Snuko</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 12 Sep 2014 03:40:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,406197#msg-406197</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,406197#msg-406197</link>
            <description><![CDATA[ Habs gerade mal ausprobiert und sehe es schon kommen, das wir bald hier im deutschsprachigen Forum auch noch mit "muss ich den Rückzug einschalten?" oder "welche Fülldichte empfehlt ihr?" konfrontiert werden. Bin jetzt auch nicht so der Englisch-Freak, aber die paar englischen Fachbegriffe hab ich mir auswendig gelernt. Hilft auch ungemein, wenn man im englischsprachigen Bereich Foren, Blogs, usw. liest. So frischt man nebenbei noch seine Englischkenntnisse auf.]]></description>
            <dc:creator>floville</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 11 Sep 2014 16:08:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,403994#msg-403994</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,403994#msg-403994</link>
            <description><![CDATA[ Ich habe die Dateien auch gerade mal umbenannt und es funktioniert.<br />
Mir ist aber nun auch klar warum man die Sprache noch nicht im Programm umstellen kann. Es kommt bei weitem noch nicht alles in Deutsch, vor allem die Hilfetexte. <br />
Die sind einfach noch nicht fertig, aber trotzdem ist es schon sehr hilfreich.<br />
<br />
Gruß Edwin]]></description>
            <dc:creator>Edwin</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 06 Sep 2014 07:38:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,403992#msg-403992</guid>
            <title>Re: Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,403992#msg-403992</link>
            <description><![CDATA[ Hallo,<br />
so eine "richtige" Einstellung habe ich auch noch nicht gefunden.<br />
<br />
Ich habe in dem Cura Ordner bei den Sprachdateien den Ordner en umbenannt in en_alt.<br />
Dann den Ordner de umbenannt in en.<br />
<br />
Cura starten und alles ist in deutsch. (:D<br />
<br />
Gruß, Stephan]]></description>
            <dc:creator>Stephan 3D</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 06 Sep 2014 07:31:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,403780,403780#msg-403780</guid>
            <title>Cura 14.07 auf Deutsch umstellen</title>
            <link>https://reprap.org/forum/read.php?247,403780,403780#msg-403780</link>
            <description><![CDATA[ Hallo zusammen,<br />
<br />
habe gesehen, dass in der aktuellen Curaversion auch eine deutsche Sprachdatei dabei ist aber wie kann das Programm auf deutsch umgestellt werden?<br />
<br />
LG<br />
<br />
Wolfgang]]></description>
            <dc:creator>derschutzhund</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 05 Sep 2014 15:49:37 -0400</pubDate>
        </item>
    </channel>
</rss>
