Thu, 19 Dec 2013 15:20:17 +0100
Added Spanish translations provided by Jaime Seuma.
--- a/ChangeLog Thu Dec 19 15:16:14 2013 +0100 +++ b/ChangeLog Thu Dec 19 15:20:17 2013 +0100 @@ -1,4 +1,7 @@ ChangeLog --------- +Version 0.2.0: +- added Spanish translations provided by Jaime Seuma + Version 0.1.0: - first development release
--- a/PKGLIST Thu Dec 19 15:16:14 2013 +0100 +++ b/PKGLIST Thu Dec 19 15:20:17 2013 +0100 @@ -6,4 +6,5 @@ PrintRemover/__init__.py PrintRemover/i18n/printremover_de.qm PrintRemover/i18n/printremover_en.qm +PrintRemover/i18n/printremover_es.qm PrintRemover/icons/printRemover.png
--- a/PluginPrintRemover.py Thu Dec 19 15:16:14 2013 +0100 +++ b/PluginPrintRemover.py Thu Dec 19 15:20:17 2013 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.1.0" +version = "0.2.0" className = "PrintRemoverPlugin" packageName = "PrintRemover" shortDescription = "Remove print() like debug statements."
--- a/PrintRemover.e4p Thu Dec 19 15:16:14 2013 +0100 +++ b/PrintRemover.e4p Thu Dec 19 15:20:17 2013 +0100 @@ -28,6 +28,7 @@ <Translation>PrintRemover/i18n/printremover_es.ts</Translation> <Translation>PrintRemover/i18n/printremover_de.qm</Translation> <Translation>PrintRemover/i18n/printremover_en.qm</Translation> + <Translation>PrintRemover/i18n/printremover_es.qm</Translation> </Translations> <Resources/> <Interfaces/>
--- a/PrintRemover/i18n/printremover_es.ts Thu Dec 19 15:16:14 2013 +0100 +++ b/PrintRemover/i18n/printremover_es.ts Thu Dec 19 15:20:17 2013 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="es_ES"> +<!DOCTYPE TS><TS version="2.0" language="es_ES" sourcelanguage=""> <context> <name>PrintRemoverPage</name> <message> @@ -47,12 +46,12 @@ <context> <name>PrintRemoverPlugin</name> <message> - <location filename="../../PluginPrintRemover.py" line="70"/> + <location filename="../../PluginPrintRemover.py" line="69"/> <source>Print Remover</source> <translation>Eliminador de Print</translation> </message> <message> - <location filename="../../PluginPrintRemover.py" line="194"/> + <location filename="../../PluginPrintRemover.py" line="193"/> <source>Remove '{0}'</source> <translation>Eliminar '{0}'</translation> </message>