Plugin Directory

Changeset 815621


Ignore:
Timestamp:
12/05/2013 09:19:51 PM (12 years ago)
Author:
phd38
Message:

3.2.1 includes now spanish support

Location:
wp-mediatagger
Files:
27 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-mediatagger/trunk/readme.txt

    r599752 r815621  
    2424
    2525
     26= 3.2.2 =
     27
     28- In the list view, you can select the first photo to be listed on the page by typing 'start:xxx' in the seach field, xxx being the index of the first photo to be listed on the page. The newer the photo, the higher the index.
     29
    2630= 3.2.1 =
    2731
    28 - In the list view, you can select the first photo to be listed on the page by typing 'start:xxx' in the seach field, xxx being the index of the first photo to be listed on the page. The newer the photo, the higher the index.
     32- The plugin is now available in spanish. It is by default in english, you can now localize it in french or spanish. In order to do so, add to your wp-config.php file :
     33
     34*// For french :*
     35*define('WPLANG', 'fr_FR');*
     36
     37*// For spanish :*
     38*define('WPLANG', 'es_ES');*
     39
     40Thanks to J. Kovacevic, A. Kurtis for their contribution.
    2941
    3042
Note: See TracChangeset for help on using the changeset viewer.