Bogo

描述

https://ideasilo.wordpress.com/bogo/

Bogo is a straight-forward multilingual plugin for WordPress.

The core of WordPress itself has the built-in localization capability so you can use the dashboard and theme in one language other than English. Bogo expands this capability to let you easily build a multilingual blog on a single WordPress install.

Here are some technical details for those interested. Bogo plugin assigns one language per post. It plays nice with WordPress – Bogo does not create any additional custom table on your database, unlike some other plugins in this category. This design makes Bogo a solid, reliable and conflict-free multilingual plugin.

Getting started with Bogo

  1. Install language packs

    First, install language packs for languages you use on the site. You can view and install language packs in the Language Packs screen (Languages > Language Packs).

  2. Select your language for admin screen

    Bogo lets each logged-in user select a language for their admin screen UI. Select a language from the menu on the Toolbar, or from the menu in the Profile screen (Users > Your Profile) if the Toolbar is invisible.

  3. Translate your posts and pages

    To create a translation post, go to the editor screen for the original post and find the Language box. Bogo does only make a copy of the post; translating the copied post is your task.

  4. Add language switcher widgets

    It would be useful for site visitors if you have a language switcher on your site. Bogo provides the Language Switcher widget in the Widgets screen (Appearance > Widgets).

    You can also use the [bogo] shortcode to put a language switcher inside a post content. If you want to use this shortcode in your theme’s template files, embed the following code into the template:

    <?php echo do_shortcode( '[bogo]' ); ?>
    

Privacy notices

With the default configuration, this plugin, in itself, does not:

  • track users by stealth;
  • write any user personal data to the database;
  • send any data to external servers;
  • use cookies.

屏幕截图

  • You can select your language in the Toolbar.
  • The Language box manages the post's translations.
  • The Language Packs screen lets you view and install language packs.

区块

该插件提供了1个区块.

  • Language Switcher Language switcher widget by Bogo.

安装

  1. Upload the entire bogo folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).

评价

2022年1月11日
Bogoで日本語と英語のページを固定ページで作成して運用してましたが、ある日突然日本語ページが”Not found”と”No post”の文字が出てエラーになりました。 ちなみに英語のページは見れます。 色々調べましたが、Bogoプラグインを消したらそのサイトを見れるようになったのでまず間違いなさそうです。どうすればエラーが無くなるでしょうか?
2021年8月9日
I tried Bogo everal times, the older versions didn't work for me, or I couldn't find all the settings. Now I gave it one more try because I've had it with Google translate crappy plugins, and it all works! I'm almost done translating my complete site (a lot of work), but the way Bogo is build it is as solid as a rock. Menu translation is done by apointing translated menu items, you can let the menu item to a specific language with a check box. Something you realy have to know, it took me some time to find it. That brings me to the following. A short manual is in place for this plugin. It will realy prevent users to step out and look for another solution. Pitty, becuase it's a great plugin.
2020年8月29日
Easy to use, not sure why the last guy wrote a bad review. I use Site Origin Page Builder and it works fine with Bogo.
阅读所有40条评价

贡献者及开发者

“Bogo” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“Bogo”插件已被翻译至14种本地话语言。 感谢所有译者为本插件所做的贡献。

将“Bogo”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

3.7

  • Language switcher: Adds the language suggestion view.
  • Improves bogo_format_atts().
  • Updates the languages list in bogo_languages() based on translate.wordpress.org.
  • Uses a static list to retrieve language native names.
  • National flags: Drops famfamfam.com icons in favor of Unicode regional indicator symbols.
  • New filter hook: bogo_get_language
  • New filter hook: bogo_get_language_native_name
  • New filter hook: bogo_get_country_code

3.6.1

  • Updates bundled JS libraries.
  • Includes asset files in the wp.org SVN repository.

3.6

  • Introduces the language switcher block.
  • Fixes a bug that causes multiple serialization on post duplication.
  • Fixes a bug in jQuery code that makes the site language unable to switch.