I18nize nav_menu's list items (#15055)
* I18nize nav_menu's list items * reverted changes to admin list item in attempt to pass the one failed test in Travis CI * Update reading_list value Co-authored-by: Michael Kohl <citizen428@forem.com>
This commit is contained in:
parent
d20337281b
commit
49e1434a8c
3 changed files with 14 additions and 6 deletions
|
|
@ -12,16 +12,16 @@
|
|||
<li class="js-header-menu-admin-link hidden">
|
||||
<a href="<%= admin_path %>" class="crayons-link crayons-link--block" data-no-instant>Admin</a>
|
||||
</li>
|
||||
<li><a href="<%= dashboard_path %>" class="crayons-link crayons-link--block">Dashboard</a></li>
|
||||
<li><a href="<%= mod_path %>" class="crayons-link crayons-link--block trusted-visible-block">Moderator Center</a></li>
|
||||
<li><a href="<%= new_path %>" class="crayons-link crayons-link--block">Create Post</a></li>
|
||||
<li><a href="<%= readinglist_path %>" class="crayons-link crayons-link--block">Reading list</a></li>
|
||||
<li><a href="<%= dashboard_path %>" class="crayons-link crayons-link--block"><%= t("core.dashboard") %></a></li>
|
||||
<li><a href="<%= mod_path %>" class="crayons-link crayons-link--block trusted-visible-block"><%= t("core.moderator_center") %></a></li>
|
||||
<li><a href="<%= new_path %>" class="crayons-link crayons-link--block"><%= t("core.create_post") %></a></li>
|
||||
<li><a href="<%= readinglist_path %>" class="crayons-link crayons-link--block"><%= t("core.reading_list") %></a></li>
|
||||
<li class="border-0 border-b-1 border-solid border-base-20 pb-2">
|
||||
<a href="<%= user_settings_path %>" class="crayons-link crayons-link--block" id="second-last-nav-link">Settings</a>
|
||||
<a href="<%= user_settings_path %>" class="crayons-link crayons-link--block" id="second-last-nav-link"><%= t("core.settings") %></a>
|
||||
</li>
|
||||
|
||||
<li class="pt-2">
|
||||
<a href="<%= signout_confirm_path %>" class="crayons-link crayons-link--block" id="last-nav-link">Sign Out</a>
|
||||
<a href="<%= signout_confirm_path %>" class="crayons-link crayons-link--block" id="last-nav-link"><%= t("core.sign_out") %></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ en:
|
|||
loading: loading...
|
||||
location: Location
|
||||
log_in: Log in
|
||||
moderator_center: Moderator Center
|
||||
month: Month
|
||||
more_from: More from
|
||||
my_tags: My Tags
|
||||
|
|
@ -47,12 +48,15 @@ en:
|
|||
save: Save
|
||||
unicorn: Unicorn
|
||||
read_next: Read next
|
||||
reading_list: Reading list
|
||||
reply: Reply
|
||||
report_abuse: Report abuse
|
||||
search: Search
|
||||
see_all: See all
|
||||
series: Series
|
||||
settings: Settings
|
||||
share_to: Share to %{media}
|
||||
sign_out: Sign Out
|
||||
tags: "Tags"
|
||||
tags_to_follow: "Tags to follow on %{community_name}"
|
||||
top_tags: "Top tags"
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ fr:
|
|||
loading: Chargement en cours...
|
||||
location: Lieu
|
||||
log_in: Se connecter
|
||||
moderator_center: Centre de modération
|
||||
month: Mois
|
||||
more_from: Plus de la part de
|
||||
my_tags: Mes sujets
|
||||
|
|
@ -47,12 +48,15 @@ fr:
|
|||
save: Sauver
|
||||
unicorn: Licorne
|
||||
read_next: Lire ensuite
|
||||
reading_list: Liste de lecture
|
||||
reply: Répondre
|
||||
report_abuse: Signaler un abus
|
||||
search: Recherche
|
||||
see_all: Tout voir
|
||||
series: Séries
|
||||
settings: Paramètres
|
||||
share_to: Partager sur %{media}
|
||||
sign_out: Se déconnecter
|
||||
tags: Sujets
|
||||
tags_to_follow: Sujets dans %{community_name}
|
||||
top_tags: Sujets les plus utilisées
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue