Skip to content

Commit

Permalink
update messages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuoshi committed Feb 18, 2021
1 parent dd3adc7 commit 67492b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Eccube/Resource/locale/messages.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ front.block.news.title__en: WHAT'S NEW
front.block.news.title__ja: What's New
front.block.news.read_more: More
front.block.news.see_details: Read details
front.block.browsing_history.title__en: 'BROWSING HISTORY'
front.block.browsing_history.title__ja: 'Browsing History'
front.block.login.customer_registration: Sign up
front.block.login.mypage: My Account
front.block.login.favorite: Favorites
Expand Down
2 changes: 2 additions & 0 deletions src/Eccube/Resource/locale/messages.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ front.block.news.title__en: NEWS
front.block.news.title__ja: 新着情報
front.block.news.read_more: more
front.block.news.see_details: 詳しくはこちら
front.block.browsing_history.title__en: 'BROWSING HISTORY'
front.block.browsing_history.title__ja: '最近チェックしたアイテム'
front.block.login.customer_registration: 新規会員登録
front.block.login.mypage: マイページ
front.block.login.favorite: お気に入り
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ $(function() {
>
<div class="ec-browsingHistoryRole">
<div class="ec-secHeading">
<span class="ec-secHeading__en">最近チェックしたアイテム</span>
<span class="ec-secHeading__en">{{ 'front.block.browsing_history.title__en'|trans }}</span>
<span class="ec-secHeading__line"></span>
<span class="ec-secHeading__ja">最近チェックしたアイテム</span>
<span class="ec-secHeading__ja">{{ 'front.block.browsing_history.title__ja'|trans }}</span>
</div>
<div id="ex-block-browsingHistory_products" class="ec-browsingHistoryRole__list"></div>
</div>
Expand Down

0 comments on commit 67492b4

Please sign in to comment.