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

Calendar Translation

描述

With this plugin you can translate date and time, using the_time, get_the_time, the_date and get_the_date in your themes. For example: If your WordPress installation is in English, you can translate just date and time to Brazilian Portuguese.

In the file configuration.php you can set the locale, charset, and date / time format. The format key must follow the strftime format parameter (http://php.net/manual/en/function.strftime.php).

You must call the_time, get_the_time, the_date or get_the_date in you theme, within The Loop. Parameters are going to be ignored.

This plugin uses set_locale function and it will fail if you don’t have the desired locale/charset installed on your server. For more information, please read the manual (http://php.net/manual/en/function.setlocale.php).

安裝

  1. Upload calendar-translation directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

0.2

  • Added replacements for the_date and get_the_date.
  • Code refactoring.

0.1

  • First release.