Project

General

Profile

Backport(バックポート) #2720

コミュニティ詳細画面の「Community Top」リンク文言が翻訳されていない

Added by Yuya Watanabe over 12 years ago. Updated over 12 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
Start date:
2011-11-18
Due date:
% Done:

100%


Description

Overview (現象)

コミュニティ詳細画面(/community/detail/id/xxx) の画面下部にある「Community Top」というリンクの文言が翻訳されていない

現象確認バージョン

OpenPNE 3.6.0

Causes (原因)

翻訳カタログが存在しない

Way to fix (修正内容)

翻訳カタログを追加する

diff --git a/apps/mobile_frontend/i18n/messages.ja.xml b/apps/mobile_frontend/i18n/messages.ja.xml
index b29ff74..02e4d5e 100644
--- a/apps/mobile_frontend/i18n/messages.ja.xml
+++ b/apps/mobile_frontend/i18n/messages.ja.xml
@@ -515,6 +515,10 @@
         <target>コミュニティ検索</target>
       </trans-unit>
       <trans-unit id="">
+        <source>%Community% Top</source>
+        <target>%Community% トップ</target>
+      </trans-unit>
+      <trans-unit id="">
         <source>Categories</source>
         <target>カテゴリ</target>
       </trans-unit>
diff --git a/apps/mobile_frontend/modules/community/templates/detailSuccess.php b/apps/mobile_frontend/modules/community/templates/detailSuccess.php
index 257d7f6..d5492a7 100644
--- a/apps/mobile_frontend/modules/community/templates/detailSuccess.php
+++ b/apps/mobile_frontend/modules/community/templates/detailSuccess.php
@@ -37,4 +37,4 @@ $list[__('%community% Description', array(), 'form_community')] = op_auto_link_t

 <hr color="<?php echo $op_color['core_color_11'] ?>">

-<?php echo link_to(__('Community Top'), '@community_home?id='.$community->getId()) ?>
+<?php echo link_to(__('%Community% Top'), '@community_home?id='.$community->getId()) ?>


Related issues

Related to OpenPNE 3 - Bug(バグ) #2604: コミュニティ詳細画面の「Community Top」リンク文言が翻訳されていない Fixed(完了) 2011-11-18

Associated revisions

Revision c99d3163 (diff)
Added by Yuya Watanabe over 12 years ago

(fixes #2720, BP from #2604) fixed to translate 'Community Top' in Community detail page

BP from #2604
665773b426dd5f4d1e35d30aa871d377c9761f12

Revision f8de5518 (diff)
Added by Yuya Watanabe over 12 years ago

(fixes #2720, BP from #2604) fixed to translate 'Community Top' in edit, memberList, and search page

BP from #2604
f8a75ce9f4df917303c9e7d6b20a4834fdb0c813

History

#1 Updated by Yuya Watanabe over 12 years ago

  • Status changed from New(新規) to Accepted(着手)
  • Assignee set to Yuya Watanabe

#2 Updated by Yuya Watanabe over 12 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

更新履歴 c99d31639d4ed0413ab046bd2062b959bb4dba25 で適用されました。

#3 Updated by Yuya Watanabe over 12 years ago

  • Description updated (diff)

#4 Updated by Yuya Watanabe over 12 years ago

  • Description updated (diff)

#5 Updated by Kousuke Ebihara over 12 years ago

  • Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)

親チケット #2604 と同様、こちらも差し戻します

#6 Updated by Yuya Watanabe over 12 years ago

  • Status changed from Rejected(差し戻し) to Accepted(着手)
  • % Done changed from 50 to 0

#7 Updated by Yuya Watanabe over 12 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

更新履歴 f8de551895dac6e16015cc28260330a864933451 で適用されました。

#8 Updated by Kousuke Ebihara over 12 years ago

  • Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
  • % Done changed from 50 to 70

#9 Updated by Yuma Sakata over 12 years ago

  • Status changed from Pending Testing(テスト待ち) to Fixed(完了)
  • % Done changed from 70 to 100

テストOKです。

Also available in: Atom PDF