Skip to content

Commit

Permalink
Improve home heading for japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
w-masahiro-ct authored and simi committed Jan 31, 2025
1 parent f68e145 commit cb64bfa
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="home__image-wrap">
<div class="home__image"></div>
</div>
<h1 class="home__heading"><%= t '.find_blurb' %></h1>
<h1 class="home__heading"><%= t '.find_blurb_html' %></h1>
<%= render "layouts/search" %>
<div class="home__cta-wrap">
<% if @downloads_count %>
Expand Down
2 changes: 1 addition & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ de:
home:
index:
downloads_counting_html: Gezählte Downloads
find_blurb: Finde, installiere und veröffentliche RubyGems.
find_blurb_html: Finde, installiere und veröffentliche RubyGems.
learn:
install_rubygems: Installiere RubyGems
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ en:
home:
index:
downloads_counting_html: downloads &amp; counting
find_blurb: Find, install, and publish RubyGems.
find_blurb_html: Find, install, and publish RubyGems.
learn:
install_rubygems: Install RubyGems
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ es:
home:
index:
downloads_counting_html: descargas y contando
find_blurb: Encuentra, instala, y publica RubyGems.
find_blurb_html: Encuentra, instala, y publica RubyGems.
learn:
install_rubygems: Instala RubyGems
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ fr:
home:
index:
downloads_counting_html: téléchargements à ce jour
find_blurb: Trouvez, installez et publiez des RubyGems.
find_blurb_html: Trouvez, installez et publiez des RubyGems.
learn:
install_rubygems: Installez RubyGems
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ja:
home:
index:
downloads_counting_html: ダウンロード数
find_blurb: RubyGemを発見、インストール、公開しよう。
find_blurb_html: RubyGemを発見、<br>インストール、公開しよう。
learn:
install_rubygems: RubyGemsをインストール
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ nl:
home:
index:
downloads_counting_html:
find_blurb: Vind je gems makkelijker en publiceer ze sneller.
find_blurb_html: Vind je gems makkelijker en publiceer ze sneller.
learn:
install_rubygems: Installeer RubyGems
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pt-BR:
home:
index:
downloads_counting_html: downloads
find_blurb: Encontre, instale e publique RubyGems.
find_blurb_html: Encontre, instale e publique RubyGems.
learn:
install_rubygems: Instalar o RubyGems
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ zh-CN:
home:
index:
downloads_counting_html: 总下载次数
find_blurb: 查找、安装以及发布 Gem
find_blurb_html: 查找、安装以及发布 Gem
learn:
install_rubygems: 安装 RubyGems
layouts:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ zh-TW:
home:
index:
downloads_counting_html: 總下載次數
find_blurb: 搜尋、安裝以及發佈 RubyGems
find_blurb_html: 搜尋、安裝以及發佈 RubyGems
learn:
install_rubygems: 安裝 RubyGems
layouts:
Expand Down

0 comments on commit cb64bfa

Please sign in to comment.