Fixed a bug in the German translations. release-2.2.1

Thu, 22 Dec 2016 15:55:43 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 22 Dec 2016 15:55:43 +0100
changeset 93
6a2cc4d7e39a
parent 92
3c279cd1808b
child 94
6853468b870d

Fixed a bug in the German translations.

ChangeLog file | annotate | diff | comparison | revisions
PluginProjectPyramid.py file | annotate | diff | comparison | revisions
PluginProjectPyramid.zip file | annotate | diff | comparison | revisions
ProjectPyramid/i18n/pyramid_de.qm file | annotate | diff | comparison | revisions
ProjectPyramid/i18n/pyramid_de.ts file | annotate | diff | comparison | revisions
--- a/ChangeLog	Fri Nov 11 18:52:06 2016 +0100
+++ b/ChangeLog	Thu Dec 22 15:55:43 2016 +0100
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 2.2.1:
+- fixed a bug in the German translations
+
 Version 2.2.0:
 - added support for pypy
 
--- a/PluginProjectPyramid.py	Fri Nov 11 18:52:06 2016 +0100
+++ b/PluginProjectPyramid.py	Thu Dec 22 15:55:43 2016 +0100
@@ -28,7 +28,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.2.0"
+version = "2.2.1"
 className = "ProjectPyramidPlugin"
 packageName = "ProjectPyramid"
 shortDescription = "Project support for Pyramid projects."
Binary file PluginProjectPyramid.zip has changed
Binary file ProjectPyramid/i18n/pyramid_de.qm has changed
--- a/ProjectPyramid/i18n/pyramid_de.ts	Fri Nov 11 18:52:06 2016 +0100
+++ b/ProjectPyramid/i18n/pyramid_de.ts	Thu Dec 22 15:55:43 2016 +0100
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="de_DE" sourcelanguage="">
+<!DOCTYPE TS>
+<TS version="2.1" language="de_DE">
 <context>
     <name>CreateParametersDialog</name>
     <message>
@@ -601,7 +602,7 @@
     <message>
         <location filename="../../ProjectPyramid/Project.py" line="422"/>
         <source>Open with {0}</source>
-        <translation>Mit [0} öffnen</translation>
+        <translation>Mit {0} öffnen</translation>
     </message>
     <message>
         <location filename="../../ProjectPyramid/Project.py" line="1662"/>

eric ide

mercurial