All-in-One Event Calendar Plugin 日本語化ファイル Comment

8:36 PM on 2011年10月9日

WordPress用イベントカレンダーのプラグインはいろいろ出ています。
一番有名なのは Event cakender 3 ですが、 Event cakender 3は投稿のカテゴリーの中に「イベント」に該当するカテゴリーを設定するので自分の求める用途では使いにくいなと思ってたところ、All-in-One Event Calendar Pluginが一番使いやすそうでした。

が・・・

日本語化ファイルが無い・・・orz

と、言うことで、日本語化ファイルを作りました。

まだ英語のままの部分もありますが、無いよりはずいぶんマシだと思うので公開します。

All-in-One Event Calendar Plugin 日本語化ファイル
2011.10.09 all-in-one-event-calendar-ja_000.zip
2011.10.11 all-in-one-event-calendar-ja_001.zip UP!!

使い方

フォルダの中身を展開して、
all-in-one-event-calendar-ja.mo
all-in-one-event-calendar-ja.po

all-in-one-event-calendar/language/
フォルダにアップロードすればOKです。

補足事項

All-in-One Event Calendar Plugin 1.0.9 では下記の場所にバグがあります。

/all-in-one-event-calendar/app/controller/class-ai1ec-events-controller.php
の407行目

$rrule = ‘FREQ=DAILY;BYDAY=SA+SU’;

の箇所を

$rrule = ‘FREQ=DAILY;BYDAY=SA,SU’;

にしないと、イベントの「繰り返し」を「毎週末」にした時にエラーになってしまいます。

Leave a Reply

Have something to say? Jump right in!     Formatting

(required)
(required)

Close

Formatting Your Comment

The following XHTML tags are available for use:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

URLs that start with http:// are automatically converted to hyperlinks.