外掛說明
Not every site needs 1:1 multilanguage experience. Sometimes you want to give your visitors from a certain country a piece of information like “check my other site in your language”, or provide a brief introduction.
Multilang block was created with this idea. Of course, nothing prevents you from wrapping all the content in Multilang block, because it’s the best block out there!
適用於區塊編輯器
這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。
- Multilang Block Create hidden content visible only for speakers of other languages
安裝方式
- Upload the plugin files to the
/wp-content/plugins/multilang-block
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Insert “Multilang block” into your post or page
- Select a language for the block
- Every block INSIDE the multilang block will be visible only for people who have the selected language in
navigator.languages
of their browsers.
常見問題集
-
What can I put inside the Multilang block?
-
Everything. Except donuts, they get squished and the filling will be all over the place.
The block is functionally identical to the group block. -
How does multilang block know what languages users speak?
-
Users can set up languages in the browser settings. They are passed to
navigator.languages
property.
Multilang block reads this list and if the language you selected is on there – block is displayed.
It stays hidden for users that don’t have that language set in browser settings. -
In JavaScript. Post Content has the full content of the post, so it will probably show up in RSS, and in similar delivery systems.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
0.1.0
- Release