Changeset 5390


Ignore:
Timestamp:
06/20/09 00:04:48 (3 years ago)
Author:
jquelin
Message:

v1.1.2

Location:
trunk/Padre-Plugin-SpellCheck
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-SpellCheck/Changes

    r5376 r5390  
    11Revision history for Padre-Plugin-SpellCheck 
    22 
    3 1.1.2 
    4  - Add Chinese (Traditional) translation (BLUET) 
    5  - spanish translation added (courtesy of brunov++) 
     31.1.2 Sat Jun 20 09:00:34 CEST 2009 
     4 - Add Chinese (Traditional) translation (bluet) 
     5 - spanish translation added (brunov) 
    66 - remove .po files from MANIFEST.SKIP, they are needed for Debian 
    77   since they are the source for the .mo files (ryan52) 
     
    1616   really useful on non-ascii texts)    
    1717 - 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) 
    2020 - french translation added 
    21  - polish translation added (courtesy of therek++) 
     21 - polish translation added (therek) 
    2222 
    2323** 
  • trunk/Padre-Plugin-SpellCheck/META.yml

    r4369 r5390  
    11--- 
    22name: Padre-Plugin-SpellCheck 
    3 version: 1.1.1 
     3version: 1.1.2 
    44author: 
    55  - 'Jerome Quelin <jquelin@gmail.com>' 
     
    77license: perl 
    88resources: 
     9  homepage: http://padre.perlide.org/ 
    910  license: http://dev.perl.org/licenses/ 
     11  repository: http://svn.perlide.org/padre/trunk/Padre-Plugin-SpellCheck/ 
    1012requires: 
    1113  Class::XSAccessor: 0 
     
    1719build_requires: 
    1820  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 
     21generated_by: Module::Build version 0.33 
    3022meta-spec: 
    31   url: http://module-build.sourceforge.net/META-spec-v1.2.html 
    32   version: 1.2 
     23  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.