Changeset 501


Ignore:
Timestamp:
08/09/2010 02:51:07 PM (18 months ago)
Author:
ofer
Message:

Getting ready to release 0.6.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/readme.txt

    r475 r501  
    146146 
    147147You can wrap the element with the "no_translate" class, or add a span similar to `<span class="no_translate">` 
     148 
     149= How to mark a post with a different than default language? = 
     150 
     151Using the wordpress editing, add a custom field called tp_language and insert the two letter code of the language used in that post, so if 
     152your blog is in English and you have a post in Spanish just add tp_language es as a custom field. 
    148153 
    149154= Can I make different images appear in different languages in my themes? = 
     
    187192 
    188193== Changelog == 
     194= 2010/08/09 - 0.6.2 = 
     195 * Allow marking of complete posts in different languages (see FAQ) 
     196 * Fixed typo in buddypress stream (thanks revonorway) 
     197 * Allow parser processing of nested lang tags 
     198 * Treat the noscript tag as hidden, fixes bug with buddypress (thanks [Terence](http://virtualcrowds.org)) 
     199 * Fixes to translate with non latin chars (thanks [Martin](http://www.maskaran.com)) 
     200 * Fixes to mass translate with bing translator for Chinese and Taiwanese 
     201 * Moved functions and constants to static classes to reduce collisions (Such as with "WordPress MU Domain Mapping" plugin) 
     202 * Added functions to remove automated translations from the database, either all or those older than 14 days 
     203 * Shortened copyright notice in source files, and made it a bit more informative 
    189204= 2010/08/01 - 0.6.1 = 
    190205 * Makes themes that support RTL actually use that support 
Note: See TracChangeset for help on using the changeset viewer.