Plugin info

Total downloads: 2,706
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/30/2011 (5331 days ago)
Added to WordPress: 3/23/2011 (15 years old)
Minimum WordPress version: 3.1
Tested up to WordPress version: 3.2.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5331 days ago

20/100

Is Calendar Translation abandoned?

Possibly abandoned (last update 5331 days ago).

Compatibility

Requires WordPress: 3.1
Tested up to: 3.2.1
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Advanced Dates
Rating 5.0/5 (1 reviews)Active installs 40

Description

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).

Installation

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

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.2

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

0.1

  • First release.