# Localization bug in recurring events

**URL:** https://meta.discourse.org/t/localization-bug-in-recurring-events/405016
**Category:** Bug
**Tags:** events
**Created:** [June 10, 2026, 10:23pm UTC](https://meta.discourse.org/t/localization-bug-in-recurring-events/405016 "2026-06-10T22:23:53Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Frully](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frully/32/235059_2.png) [@Frully](https://meta.discourse.org/u/Frully)
#### Post date: [June 10, 2026, 10:23pm UTC](https://meta.discourse.org/t/localization-bug-in-recurring-events/405016/1 "2026-06-10T22:23:53Z")

</div>

TLDR: Event renders with recurrence text of `Every [missing %{weekday} value]` instead of ‘Every Tuesday’.

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/a/2/0a2177275bb2e87d97c46b71c38bf00ec310ea3b.png)

We use English-UK as our locale.

 ![image](https://global.discourse-cdn.com/meta/original/4X/f/b/6/fb6f2164bf31a8697c98e7d7cc714efbb4534110.png)

It seems as though %{weekday} isn’t being fed the variable by the plugin.

The google machine suggested I might need a translation for  
`discourse_calendar.post_event.recurrence.every_week` but that doesn’t seem to exist in the lookup.

I tried making a whole new event using the automatic generator in case it was a problem with the template, but the new event has the same problem.

```plaintext
[event start="2026-06-02 19:00" status="public" timezone="America/Edmonton" recurrence="every_week" end="2026-06-02 21:00"]
[/event]

```

---

_[View the full topic](https://meta.discourse.org/t/localization-bug-in-recurring-events/405016)._
