這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

DutchDate

描述

Using an English WordPress install and publishing posts in Dutch? Those pesky English dates produced by <?php the_time(); ?> and <?php the_date(); ?> were getting on my nerves too, hence this plugin. Automatically converts english months and days (except for the initials, so far) to their dutch equivalent.

安裝

  1. Copy the mp_dutchdate.php file to your WordPress plugin directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. There you go!1. Copy the mp_dutchdate.php file to your WordPress plugin directory.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress
  5. There you go!

評價

There are no reviews for this plugin.

貢獻者及開發者

“DutchDate” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 DutchDate 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

  • 1.8 Added more filters as suggested by Marco Steinbrecher
  • 1.7 Cleaned up code, Edited readme.txt
  • 1.6 Repaired wrong translation of ‘March’ & translated months are now all lowercase. Fix by Kim Alders.
  • 1.5 added filter for get_comment_date(). To translate the comment date you’d need to swap <?php comment_date(); ?> with <?php echo get_comment_date(); ?> in your template files. Inspired by Kim Alders.
  • 1.4 Added translation for <?php the_modified_time(); ?>, <?php the_date();?> and <?php the_modified_date(); ?> template tags
  • 1.3 Previously omitted August > Augustus, corrected in this version. Now also removes st, nd and th.