# Admins über ungültige Übersetzungs-Overrides benachrichtigen

**URL:** https://meta.discourse.org/t/notify-admins-about-invalid-translation-overrides/100437
**Category:** Feature
**Created:** [25. Oktober 2018 um 09:01 UTC](https://meta.discourse.org/t/notify-admins-about-invalid-translation-overrides/100437 "2018-10-25T09:01:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [25. Oktober 2018 um 09:01 UTC](https://meta.discourse.org/t/notify-admins-about-invalid-translation-overrides/100437/1 "2018-10-25T09:01:12Z")

</div>

Sometimes translation overrides become invalid. Usually it’s because of missing interpolation keys. There are two reasons for that:

- The override was created before we added checks for those keys.

- We update a translation and add or remove an interpolation key.

It would be great if Discourse could notify admins about such problems. Either on the dashboard or via PM.  
This feature shouldn’t be too hard, since the checks are already implemented in [discourse/lib/i18n/locale\_file\_checker.rb at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/lib/i18n/locale_file_checker.rb)

---

<div class="post-metadata">

### Author: ![rizka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rizka/32/79717_2.png) [@rizka](https://meta.discourse.org/u/rizka)
#### Post date: [26. Oktober 2018 um 09:49 UTC](https://meta.discourse.org/t/notify-admins-about-invalid-translation-overrides/100437/2 "2018-10-26T09:49:59Z")

</div>

I’m sure any change in the original string would be interesting for an admin who has overridden the string. If the original string changes but the overridden doesn’t, there is always a chance of broken UX. Not only through interpolation keys but also broken links, obsolete information etc.
