Actions
Defect #14151
closedGrammer problem with German x_days
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
There is a grammer problem for the german translation with label "x_days:other:" used in the admin settings (app/views/settings/_authentication.html.erb). Correct would be "{count} Tage", not "{count} Tagen".
The translation would be like here: https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/de.yml#LC81
The problem is that in other context the actutal translation would be correct. So for example "Von NAME vor etwa 3 Tagen aktualisiert" (Updated by NAME about 3 days ago) is correct.
Files
Related issues
Actions