Add translation

This commit is contained in:
cryptogopher 2024-11-11 15:43:20 +01:00
parent 9a02f0b0ae
commit 4c09989788
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<tr> <tr>
<th><%= User.human_attribute_name(:symbol).capitalize %></th> <th><%= User.human_attribute_name(:symbol).capitalize %></th>
<% if current_user.at_least(:active) %> <% if current_user.at_least(:active) %>
<th><%= t :actions %></th> <th><%= t '.actions' %></th>
<% end %> <% end %>
</tr> </tr>
</thead> </thead>

View File

@ -74,6 +74,7 @@ en:
export: Export export: Export
import: Import import: Import
index: index:
actions: Actions on defaults
import_all: Import all import_all: Import all
back: Back to units... back: Back to units...
users: users: