Sun, 30 Mar 2014 16:22:24 +0200
Added Spanish translations provided by Jaime Seuma.
ChangeLog | file | annotate | diff | comparison | revisions | |
ColorString.e4p | file | annotate | diff | comparison | revisions | |
ColorString/i18n/colorstring_es.qm | file | annotate | diff | comparison | revisions | |
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginColorString.py | file | annotate | diff | comparison | revisions | |
PluginColorString.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Mon Mar 24 17:18:28 2014 +0100 +++ b/ChangeLog Sun Mar 30 16:22:24 2014 +0200 @@ -1,4 +1,7 @@ ChangeLog --------- +Version 0.2.0: +- added Spanish translations provided by Jaime Seuma + Version 0.1.0: - first development release
--- a/ColorString.e4p Mon Mar 24 17:18:28 2014 +0100 +++ b/ColorString.e4p Sun Mar 30 16:22:24 2014 +0200 @@ -28,6 +28,7 @@ <Translation>ColorString/i18n/colorstring_es.ts</Translation> <Translation>ColorString/i18n/colorstring_de.qm</Translation> <Translation>ColorString/i18n/colorstring_en.qm</Translation> + <Translation>ColorString/i18n/colorstring_es.qm</Translation> </Translations> <Resources/> <Interfaces/>
--- a/PKGLIST Mon Mar 24 17:18:28 2014 +0100 +++ b/PKGLIST Sun Mar 30 16:22:24 2014 +0200 @@ -4,4 +4,5 @@ ColorString/__init__.py ColorString/i18n/colorstring_de.qm ColorString/i18n/colorstring_en.qm +ColorString/i18n/colorstring_es.qm PluginColorString.py
--- a/PluginColorString.py Mon Mar 24 17:18:28 2014 +0100 +++ b/PluginColorString.py Sun Mar 30 16:22:24 2014 +0200 @@ -22,7 +22,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.1.0" +version = "0.2.0" className = "ColorStringPlugin" packageName = "ColorString" shortDescription = "Insert color as string"