操作
Backport(バックポート) #2812
完了opCommunityTopicPluginで言語切り替えできていないところがある
開始日:
2011-10-18
期日:
進捗率:
100%
予定工数:
opCommunityTopicPlugin 絞込条件:
説明
http://sns.openpne.jp/diary/26977 より転記
トピック¶
opCommunityTopicPluginで言語切り替えできていないところがある pc_frontendの _topicSearchLink.php は <div class="parts"> <ul class="moreInfo"> <li><?php echo link_to(__('Search %Community% Topics'), 'communityTopic/search') ?></li> </ul> </div> で あとopCalendarPluginの携帯でコミュニティ編集も英語のままなのでこっちは opCalendarPlugin/apps/mobile_frontend/i18n/messages.ja.xml に <trans-unit id=""> <source>All Community Member's opened Schedule and Community Event</source> <target>全メンバーのスケジュールとコミュニティイベントをカレンダーに表示</target> </trans-unit> <trans-unit id=""> <source>Only Member's opend Schedule</source> <target>メンバーのスケジュールのみをカレンダーに表示</target> </trans-unit> <trans-unit id=""> <source>Only Community Event</source> <target>コミュニティイベントのみカレンダーに表示</target> </trans-unit> <trans-unit id=""> <source>Invalidate a calendar</source> <target>カレンダーは使わない</target> </trans-unit> <trans-unit id=""> <source>Community Top</source> <target>コミュニティ トップ</target> </trans-unit> を追加で form_community.ja.xml には <trans-unit id=""> <source>Calendar Show Flag</source> <target>カレンダー表示範囲</target> </trans-unit> を追加しないといけない あとはコミュニティの大カテゴリが表示される場所が無いので機能していない(別にあってもいいと思うけど)
確認バージョン¶
OpenPNE 3.4.21
opCommunityTopicPlugin 0.9.9
修正方針¶
上記指摘内容は下記部分のみがopCommunityTopicPluginで対応すべきところであると思うため,そのように修正を行う.
opCommunityTopicPluginで言語切り替えできていないところがある pc_frontendの _topicSearchLink.php は <div class="parts"> <ul class="moreInfo"> <li><?php echo link_to(__('Search %Community% Topics'), 'communityTopic/search') ?></li> </ul> </div>
操作