# Is post\_action\_types.inappropriate.title a non-used translation key?

**URL:** https://meta.discourse.org/t/is-post-action-types-inappropriate-title-a-non-used-translation-key/39386
**Category:** Translations
**Created:** [2016年二月11日 02:24 UTC](https://meta.discourse.org/t/is-post-action-types-inappropriate-title-a-non-used-translation-key/39386 "2016-02-11T02:24:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [2016年二月11日 02:24 UTC](https://meta.discourse.org/t/is-post-action-types-inappropriate-title-a-non-used-translation-key/39386/1 "2016-02-11T02:24:50Z")

</div>

In `server.en.yml`, there is a key `post_action_types.inappropriate.title`  
Is it used and if so then where?

The **flag popup** uses different translation keys:

 ![](https://global.discourse-cdn.com/meta/original/3X/f/5/f533e23a8ba0283303d3e9f6b2b1967d847c28b7.png)

Translating takes a lot of time, so if there are unused keys, it would be really beneficial for us, translators, if such keys were identified and removed regularly from the translation YML files (could be done automatically?)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2016年二月11日 09:02 UTC](https://meta.discourse.org/t/is-post-action-types-inappropriate-title-a-non-used-translation-key/39386/2 "2016-02-11T09:02:26Z")

</div>

Unfortunately, identifying unused keys can’t be done automatically due to keys being interpolated at runtime. But we’re more than happy to remove unused keys 😉

---

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [2016年二月13日 08:27 UTC](https://meta.discourse.org/t/is-post-action-types-inappropriate-title-a-non-used-translation-key/39386/3 "2016-02-13T08:27:28Z")

</div>

So, analyzing the codebase is the only way to find out if a key is used or not?  
I mean, no way for translator to detect such keys and report to devs?
