# Translation for en.archetypes.banner.title is missing

**URL:** <https://meta.discourse.org/t/translation-for-en-archetypes-banner-title-is-missing/26812>\
**Category:** Bug\
**Created:** [2015年三月26日 10:12 UTC](https://meta.discourse.org/t/translation-for-en-archetypes-banner-title-is-missing/26812 "2015-03-26T10:12:12Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![Moter8](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moter8/32/120941_2.png) [@Moter8](https://meta.discourse.org/u/Moter8)\
**Post date:** [2015年三月26日 10:12 UTC](https://meta.discourse.org/t/translation-for-en-archetypes-banner-title-is-missing/26812/1 "2015-03-26T10:12:12Z")

</div>

Found this bug thanks to [What are the common types of notifications in Discourse?](https://meta.discourse.org/t/what-are-the-common-types-of-notifications-in-discourse/26708/2):

> [@riking](#):
>
> [https://meta.discourse.org/site.json](https://meta.discourse.org/site.json) has an enumeration of every notification type […]

```json
archetypes: [
    {
        "id": "regular",
        "name": "Regular Topic",
        "options": []
    },
    {
        "id": "banner",
        "name": "translation missing: en.archetypes.banner.title",
        "options": []
    }
]

```

Also found this through the search [here](https://meta.discourse.org/t/curated-home-plugin/23474/11), in the code snippet.

---

<div class="post-metadata">

**Author:** ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)\
**Post date:** [2015年七月2日 13:20 UTC](https://meta.discourse.org/t/translation-for-en-archetypes-banner-title-is-missing/26812/2 "2015-07-02T13:20:10Z")

</div>

Fixed via:

> **[FIX: add missing translaton key · discourse/discourse@0e74c46](https://github.com/discourse/discourse/commit/0e74c46)**
>
> A platform for community discussion. Free, open, simple. - FIX: add missing translaton key · discourse/discourse@0e74c46

---

<div class="post-metadata">

**Author:** ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)\
**Post date:** [2015年七月2日 13:20 UTC](https://meta.discourse.org/t/translation-for-en-archetypes-banner-title-is-missing/26812/3 "2015-07-02T13:20:16Z")

</div>


