Changeset 356
- Timestamp:
- 01/13/2010 12:53:42 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/readme.txt
r345 r356 2 2 Contributors: oferwald, amirperlman 3 3 Donate link: http://transposh.org/donate/ 4 Tags: translation, widget, filter, bilingual, multilingual, transposh, language, crowdsourcing, context, wiki, RTL, Hebrew, Spanish, French, Russian, English, Arabic, Portuguese 4 Tags: translation, widget, filter, bilingual, multilingual, transposh, language, crowdsourcing, context, wiki, RTL, Hebrew, Spanish, French, Russian, English, Arabic, Portuguese, translate 5 5 Requires at least: 2.7 6 Tested up to: 2.9. 06 Tested up to: 2.9.1 7 7 Stable tag: <%VERSION%> 8 8 … … 118 118 119 119 Currently the plugin is able to add the multilingual urls to the sitemap, and you need to add the following line at the sitemap-core.php, add-url function (line 1509 at version 3.2.2) 120 `do_action('sm_addurl',$loc, &$page);` 120 121 `do_action('sm_addurl', &$page);` 122 121 123 We hope that future versions will include this by default, and for now you can get the patched file from our site. 122 124 After a change of languages used, you are welcomed to trigger a new sitemap buildup. … … 143 145 144 146 You can wrap the element with the "no_translate" class, or add a span similar to `<span class="no_translate">` 147 148 = Can I make different images appear in different languages in my themes? = 149 150 Yes, although a bit tricky - you can use the `$my_transposh_plugin->target_language` as part of the image descriptor, this will load different 151 images based on the current language 145 152 146 153 == Screenshots == … … 159 166 160 167 == Changelog == 168 = 2010/01/13 - 0.4.1 = 169 * Fixed a few redirection bugs (administrative pages, and referred pages) 170 * Fixed documentation bug (regarding google-sitemap-generator patch requirement) 171 * Support on demand and async loading of transposh script 172 * Using google closure compiler to reduce script size (now only 3k when gzipped) 173 * Script now passes jslint.com (almost) 174 * Css optimizations and reduction in number of file requests in most scenarios 161 175 = 2010/01/01 - 0.4.0 = 162 176 * Solve activation/deactivation bug
Note: See TracChangeset
for help on using the changeset viewer.
