Thu, 22 Dec 2016 15:55:43 +0100
Fixed a bug in the German translations.
--- 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."
--- 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"/>