Changeset 5390
- Timestamp:
- 06/20/09 00:04:48 (3 years ago)
- Location:
- trunk/Padre-Plugin-SpellCheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/Changes
r5376 r5390 1 1 Revision history for Padre-Plugin-SpellCheck 2 2 3 1.1.2 4 - Add Chinese (Traditional) translation ( BLUET)5 - spanish translation added ( courtesy of brunov++)3 1.1.2 Sat Jun 20 09:00:34 CEST 2009 4 - Add Chinese (Traditional) translation (bluet) 5 - spanish translation added (brunov) 6 6 - remove .po files from MANIFEST.SKIP, they are needed for Debian 7 7 since they are the source for the .mo files (ryan52) … … 16 16 really useful on non-ascii texts) 17 17 - plugin i18n-ed, ready to accept translations 18 - arabic translation added ( courtesy of azawawi++)19 - brazilian portuguese translation added ( courtesy of garu++)18 - arabic translation added (azawawi) 19 - brazilian portuguese translation added (garu) 20 20 - french translation added 21 - polish translation added ( courtesy of therek++)21 - polish translation added (therek) 22 22 23 23 ** -
trunk/Padre-Plugin-SpellCheck/META.yml
r4369 r5390 1 1 --- 2 2 name: Padre-Plugin-SpellCheck 3 version: 1.1. 13 version: 1.1.2 4 4 author: 5 5 - 'Jerome Quelin <jquelin@gmail.com>' … … 7 7 license: perl 8 8 resources: 9 homepage: http://padre.perlide.org/ 9 10 license: http://dev.perl.org/licenses/ 11 repository: http://svn.perlide.org/padre/trunk/Padre-Plugin-SpellCheck/ 10 12 requires: 11 13 Class::XSAccessor: 0 … … 17 19 build_requires: 18 20 Test::More: 0 19 provides: 20 Padre::Plugin::SpellCheck: 21 file: lib/Padre/Plugin/SpellCheck.pm 22 version: 1.1.1 23 Padre::Plugin::SpellCheck::Dialog: 24 file: lib/Padre/Plugin/SpellCheck/Dialog.pm 25 Padre::Plugin::SpellCheck::Engine: 26 file: lib/Padre/Plugin/SpellCheck/Engine.pm 27 Padre::Plugin::SpellCheck::Preferences: 28 file: lib/Padre/Plugin/SpellCheck/Preferences.pm 29 generated_by: Module::Build version 0.32 21 generated_by: Module::Build version 0.33 30 22 meta-spec: 31 url: http://module-build.sourceforge.net/META-spec-v1. 2.html32 version: 1. 223 url: http://module-build.sourceforge.net/META-spec-v1.4.html 24 version: 1.4
Note: See TracChangeset
for help on using the changeset viewer.
