On /api/oauth/applications, there are some elements of the page which should get filled in with translations, but this fails and a backup value is inserted, as seen below.
<title><span class="translation_missing" title="translation missing: nl.doorkeeper.layouts.admin.title">Title</span></title>
<input ... value="<span class="translation_missing" title="translation missing: nl.doorkeeper.applications.buttons.destroy">Destroy</span>" ...>
Reproduction
- go to the staging homepage
- login with dev@svsticky.nl
- go to the OAuth page
Fixes
This fix should be quite easy to implement, editing config/locales/doorkeeper.nl.yml and config/locales/doorkeeper.en.yml should be all it takes.
On
/api/oauth/applications, there are some elements of the page which should get filled in with translations, but this fails and a backup value is inserted, as seen below.Reproduction
Fixes
This fix should be quite easy to implement, editing config/locales/doorkeeper.nl.yml and config/locales/doorkeeper.en.yml should be all it takes.