Make REST help translatable; fix a few missing translations

This commit is contained in:
Jyri-Petteri Paloposki 2021-08-31 01:06:42 +03:00
parent 8cbe476599
commit a4a6f50ad5
4 changed files with 129 additions and 55 deletions

View file

@ -22,7 +22,7 @@
<td><%= h user.login %></td>
<td><%= h user.display_name %></td>
<td><%= h user.email %></td>
<td><%= h user.auth_type %></td>
<td><%= t('auth_type.' + user.auth_type) %></td>
<td><%= h user.open_id_url || '-' %></td>
<td><%= h user.todos.size %></td>
<td><%= h user.contexts.size %></td>