Fix translations and enable i18n testing

This commit is contained in:
2023-05-14 16:37:53 +02:00
parent 3509cd409c
commit e4f595a329
9 changed files with 33 additions and 33 deletions

View File

@@ -13,9 +13,10 @@
<div class="app-menu">
<% if user_signed_in? %>
<% if current_user_disguised? %>
<%= image_button_to t(:revert), "incognito-off", revert_users_path %>
<%= image_button_to t(".revert"), "incognito-off", revert_users_path %>
<% else %>
<%= image_button_to t(:sign_out), "logout", destroy_user_session_path, method: :delete %>
<%= image_button_to t(".sign_out"), "logout", destroy_user_session_path,
method: :delete %>
<% end %>
<%= image_link_to current_user.email, "account-wrench-outline",
edit_user_registration_path, current: :hide %>