Thu, 19 Dec 2013 15:25:31 +0100
Added Spanish translations provided by Jaime Seuma.
ChangeLog | file | annotate | diff | comparison | revisions | |
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginPySide2PyQt.py | file | annotate | diff | comparison | revisions | |
PluginPySide2PyQt.zip | file | annotate | diff | comparison | revisions | |
PySide2PyQt.e4p | file | annotate | diff | comparison | revisions | |
PySide2PyQt/i18n/pyside2pyqt_es.qm | file | annotate | diff | comparison | revisions |
diff -r 7fec041f2d92 -r ba4283ccf93c ChangeLog --- a/ChangeLog Thu Dec 19 15:25:23 2013 +0100 +++ b/ChangeLog Thu Dec 19 15:25:31 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
diff -r 7fec041f2d92 -r ba4283ccf93c PKGLIST --- a/PKGLIST Thu Dec 19 15:25:23 2013 +0100 +++ b/PKGLIST Thu Dec 19 15:25:31 2013 +0100 @@ -3,3 +3,4 @@ PySide2PyQt/Documentation/LICENSE.GPL3 PySide2PyQt/i18n/pyside2pyqt_de.qm PySide2PyQt/i18n/pyside2pyqt_en.qm +PySide2PyQt/i18n/pyside2pyqt_es.qm
diff -r 7fec041f2d92 -r ba4283ccf93c PluginPySide2PyQt.py --- a/PluginPySide2PyQt.py Thu Dec 19 15:25:23 2013 +0100 +++ b/PluginPySide2PyQt.py Thu Dec 19 15:25:31 2013 +0100 @@ -20,7 +20,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.1.0" +version = "0.2.0" className = "PySide2PyQtPlugin" packageName = "PySide2PyQt" shortDescription = "Convert PySide file to PyQt4 and vice versa"
diff -r 7fec041f2d92 -r ba4283ccf93c PluginPySide2PyQt.zip Binary file PluginPySide2PyQt.zip has changed
diff -r 7fec041f2d92 -r ba4283ccf93c PySide2PyQt.e4p --- a/PySide2PyQt.e4p Thu Dec 19 15:25:23 2013 +0100 +++ b/PySide2PyQt.e4p Thu Dec 19 15:25:31 2013 +0100 @@ -24,6 +24,7 @@ <Translation>PySide2PyQt/i18n/pyside2pyqt_es.ts</Translation> <Translation>PySide2PyQt/i18n/pyside2pyqt_de.qm</Translation> <Translation>PySide2PyQt/i18n/pyside2pyqt_en.qm</Translation> + <Translation>PySide2PyQt/i18n/pyside2pyqt_es.qm</Translation> </Translations> <Resources/> <Interfaces/>