# Topic timer verwendet falschen Fall auf Deutsch

**URL:** https://meta.discourse.org/t/topic-timer-uses-wrong-case-in-german/207965
**Category:** Bug
**Tags:** topic-timers
**Created:** [November 2, 2021, 1:00pm UTC](https://meta.discourse.org/t/topic-timer-uses-wrong-case-in-german/207965 "2021-11-02T13:00:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [November 2, 2021, 1:00pm UTC](https://meta.discourse.org/t/topic-timer-uses-wrong-case-in-german/207965/1 "2021-11-02T13:00:46Z")

</div>

In the German localization, the topic timer says “nach ein Monat”.  
After “nach” follows a Dativ, so it should be “nach einem Monat”.

This used to be hackable by changing the translation key `datetime.distance_in_words.about_x_months.one` but that does not seem to be working anymore.

I am unable to find where this is happening.

 ![image](https://global.discourse-cdn.com/meta/original/3X/9/a/9a7e717b9e0b150407d13192bae2f16fe61357c3.png)

---

<div class="post-metadata">

### Author: ![IAmGav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamgav/32/235598_2.png) [@IAmGav](https://meta.discourse.org/u/IAmGav)
#### Post date: [November 2, 2021, 1:34pm UTC](https://meta.discourse.org/t/topic-timer-uses-wrong-case-in-german/207965/2 "2021-11-02T13:34:58Z")

</div>

what you looking for is

is around here

> <https://github.com/discourse/discourse/blob/0f5d737a61d3ed1e4958b7099e1cdc969dfc4764/config/locales/client.de.yml#L65>

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [November 2, 2021, 1:58pm UTC](https://meta.discourse.org/t/topic-timer-uses-wrong-case-in-german/207965/3 "2021-11-02T13:58:26Z")

</div>

> [@IAmGav](#):
>
> is around here

No, unfortunately it’s not.
