Make a few more targets translatable. Tracks should now be pretty close to fully translatable.

This commit is contained in:
Jyri-Petteri Paloposki 2021-01-11 00:15:44 +02:00
parent f2abb970ed
commit 971ef477e5
21 changed files with 457 additions and 403 deletions

View file

@ -1,5 +1,5 @@
<% if !(@errmessage == '') %>
<p><%= t('data.import_errors') %>:<pre><%= @errmessage %></pre></p>
<p><%= t('data.import.errors.some') %>:<pre><%= @errmessage %></pre></p>
<% else %>
<p><%= t('data.import_successful') %></p>
<p><%= t('data.import.successful') %></p>
<% end %>