プロジェクト

全般

プロフィール

Backport(バックポート) #2720

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

Yuya Watanabe約12年前に追加. 約12年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2011-11-18
期日:
進捗率:

100%


説明

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()) ?>


関連するチケット

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

関係しているリビジョン

リビジョン c99d3163 (差分)
Yuya Watanabe約12年前に追加

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

BP from #2604
665773b426dd5f4d1e35d30aa871d377c9761f12

リビジョン f8de5518 (差分)
Yuya Watanabe約12年前に追加

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

BP from #2604
f8a75ce9f4df917303c9e7d6b20a4834fdb0c813

履歴

#1 Yuya Watanabe約12年前に更新

  • ステータスNew(新規) から Accepted(着手) に変更
  • 担当者Yuya Watanabe にセット

#2 Yuya Watanabe約12年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

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

#3 Yuya Watanabe約12年前に更新

  • 説明 を更新 (diff)

#4 Yuya Watanabe約12年前に更新

  • 説明 を更新 (diff)

#5 Kousuke Ebihara約12年前に更新

  • ステータスPending Review(レビュー待ち) から Rejected(差し戻し) に変更

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

#6 Yuya Watanabe約12年前に更新

  • ステータスRejected(差し戻し) から Accepted(着手) に変更
  • 進捗率50 から 0 に変更

#7 Yuya Watanabe約12年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

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

#8 Kousuke Ebihara約12年前に更新

  • ステータスPending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
  • 進捗率50 から 70 に変更

#9 Yuma Sakata約12年前に更新

  • ステータスPending Testing(テスト待ち) から Fixed(完了) に変更
  • 進捗率70 から 100 に変更

テストOKです。

他の形式にエクスポート: Atom PDF