Actions
Bug(バグ) #2514
closedopCommunityTopicPluginで言語切り替えできていないところがある
Start date:
2011-10-18
Due date:
% Done:
100%
Estimated time:
3.6 で発生するか:
Unknown (未調査)
[QA]バグ通知済:
No
3.8 で発生するか:
opCommunityTopicPlugin 絞込条件:
Description
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> を追加しないといけない あとはコミュニティの大カテゴリが表示される場所が無いので機能していない(別にあってもいいと思うけど)
修正方針¶
上記指摘内容は下記部分のみが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>
Updated by Yuya Watanabe about 13 years ago
- Description updated (diff)
- Status changed from New(新規) to Accepted(着手)
- Assignee set to Yuya Watanabe
- Target version set to 1.0.3
Updated by Yuya Watanabe about 13 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
Updated by Yuya Watanabe almost 13 years ago
- 3.6 で発生するか set to Unknown (未調査)
- 3.4 で発生するか set to Unknown (未調査)
変更後の Topic が間違いで 正確には Topics であったために中途半場に英語表記になっていた部分を修正.
https://github.com/tejimaya/opCommunityTopicPlugin/commit/97fa19bf86da42e8d8d2d18cb47c6741869d30de
Updated by Kousuke Ebihara over 12 years ago
- Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)
mobile_frontend に「トピック検索」が残っているように見えます
Updated by Yuya Watanabe over 12 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
Updated by Kousuke Ebihara over 12 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
Updated by isao sano over 12 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
テスト完了しました。
問題ありませんのでFixed(完了)に致します。
Actions