|
1 === ZdMultiLang === |
|
2 Contributors: ZenDreams, PauSanchez |
|
3 Donate link: http://blog.zen-dreams.com/en/wordpress/zdmultilang/#donate |
|
4 Tags: Multi language, Wordpress, Zen-Dreams |
|
5 Requires at least: 2.5.0 |
|
6 Tested up to: 2.8.6 |
|
7 Stable tag: 1.2.5 |
|
8 |
|
9 ZdMultiLang is a multilingual plugin for wordpress |
|
10 |
|
11 == Description == |
|
12 |
|
13 ZdMultiLang is a wordpress plugin allowing you to blog in multiple languages. |
|
14 |
|
15 Here is a list of functions : |
|
16 |
|
17 * Translate posts ang pages |
|
18 * Translate categories and tags |
|
19 * Switch blog language |
|
20 * Widget to change currently viewed language |
|
21 |
|
22 == Changelog == |
|
23 |
|
24 v1.2.5: |
|
25 |
|
26 * The most expected feature is now working. You can have static pages as a frontpage ! |
|
27 * Updated a bug with translation icon in the page while the page has never been saved |
|
28 * Added options to hide the flag in the widget |
|
29 * function zd_multilang_menu now takes two paramaters : zd_multilang_menu (show_language_name, show_language_flag) by default these are true |
|
30 * Added an option to display original post while translating |
|
31 * Added a donate button if you want to support development of the plugin |
|
32 * Added an option to select who can translate things |
|
33 * Added an option to keep comments separated - work by <a href="http://www.codigomanso.com/">Pau Sanchez</a> |
|
34 * Added an autosave feature, can be enabled/disabled from the option page. It will autosave every 5 minutes unless the status is published |
|
35 |
|
36 v1.2.4: |
|
37 |
|
38 * Update for Wordpress 2.8 : Media Upload fix + Save button fix |
|
39 |
|
40 v1.2.1: |
|
41 |
|
42 * Updated a variable used to make translations, a bug prevented to translate posts/pages. This has been corrected. |
|
43 |
|
44 v1.2.0: |
|
45 |
|
46 * Completely redesigned the editor page |
|
47 * Added import from google feature |
|
48 * Won't display flags for current language |
|
49 * Added draft feature for translations |
|
50 * Added term descriptions |
|
51 * Added link descriptions and translations, Blog name, Blog description |
|
52 * Better definition of Languages |
|
53 * Compatible with Wordpress 2.7 |
|
54 |
|
55 v1.1.1: |
|
56 |
|
57 * Added the media bar in the html editor |
|
58 * Found the reason why the editor didn't work : csforms2 is breaking the tiny_mce editor, to fix it, just disable the WP Editor Button support in your general settings. |
|
59 |
|
60 v1.1.0: |
|
61 |
|
62 * Added the possibility to switch default languages (meaning: exchange original posts/tags/cats with translated ones) |
|
63 * Added translate links directly into the manage pages & into the Media zone of page/posts edition |
|
64 * Added an option to generate permalinks for default language (ex-default behavior was always yes) |
|
65 * Changed default character set as UTF-8 |
|
66 * Added an option to add "Translate with Google Translate" to untranslated posts |
|
67 * Added an option to hide untranslated posts if they exists (ex-default : show all posts) |
|
68 |
|
69 v1.0.1: |
|
70 |
|
71 * Updated all database queries, reduced the numbers of queries executed per page (about 200 queries less) via caching methods. The plugin should now require something like 9 queries per page (which is huge i Know, but to translate a blog, this is "necessary"). |
|
72 |
|
73 == Installation == |
|
74 |
|
75 1. Setup is very simple, just unzip the archive in your wp-content/plugins folder |
|
76 2. You can now activate the plugin and change the options. |
|
77 3. Setup languages and start to translate stuffs |
|
78 |
|
79 More on [Official Zdmultilang Page](http://blog.zen-dreams.com/en/zdmultilang "Official Zdmultilang Page") |
|
80 |
|
81 == Frequently Asked Questions == |
|
82 See [Official FAQ](http://blog.zen-dreams.com/en/zdmultilang "Official FAQ") |
|
83 |
|
84 = I would like to have separated comments for each language. = |
|
85 In order to have comments tracked separatly for each language, you will have to change your comments.php template file like this: |
|
86 From this: |
|
87 |
|
88 action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" |
|
89 |
|
90 to this: |
|
91 |
|
92 action="<?php echo get\_option('siteurl'); ?>/wp-comments-post.php?lang=<?php echo zd_multilang\_get\_locale(); ?>" |
|
93 |
|
94 |
|
95 |
|
96 == Screenshots == |
|
97 You can check [this page](http://blog.zen-dreams.com/en/zdmultilang "ZdMultilang Screencast") |