# Add translation for 'Rank' in right sidebar block mini-gamification board

**URL:** https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837
**Category:** UX
**Tags:** gamification, completed, right-sidebar-blocks
**Created:** [February 1, 2024, 9:10pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837 "2024-02-01T21:10:48Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)
#### Post date: [November 29, 2023, 4:33pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/1 "2023-11-29T16:33:09Z")

</div>

Where can I edit the word “Rank” here:

 ![image](https://global.discourse-cdn.com/meta/original/4X/2/d/e/2de2ee812558207114a06146577af34f46c19299.png)

I tried in customize \> text.

Thanks!

---

<div class="post-metadata">

### Author: ![ThunderThighs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thunderthighs/32/492278_2.png) [@ThunderThighs](https://meta.discourse.org/u/ThunderThighs)
#### Post date: [December 5, 2023, 6:15pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/2 "2023-12-05T18:15:33Z")

</div>

I searched “rank” in Customize \> Text and found this:

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

---

<div class="post-metadata">

### Author: ![haydenjames](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/haydenjames/32/255678_2.png) [@haydenjames](https://meta.discourse.org/u/haydenjames)
#### Post date: [December 6, 2023, 1:38pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/3 "2023-12-06T13:38:33Z")

</div>

Yes, thanks. However, I had already tried that, but it also changed “Rank” on the main `/leaderboard/1` page. I only wanted to change it in the sidebar.

---

<div class="post-metadata">

### Author: ![ThunderThighs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thunderthighs/32/492278_2.png) [@ThunderThighs](https://meta.discourse.org/u/ThunderThighs)
#### Post date: [December 6, 2023, 8:06pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/4 "2023-12-06T20:06:17Z")

</div>

Ah. They might be using the same variable for both then. Sorry.

---

<div class="post-metadata">

### Author: ![Gonerdot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gonerdot/32/366307_2.png) [@Gonerdot](https://meta.discourse.org/u/Gonerdot)
#### Post date: [February 1, 2024, 9:10pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/5 "2024-02-01T21:10:48Z")

</div>

I can’t find where to translate the word “Rank”.  
Everything else was translated without problems.

 ![image](https://global.discourse-cdn.com/meta/original/4X/7/8/e/78ed41fd96a712262f7f816c1bc058818a99b8c7.png)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [February 1, 2024, 9:37pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/6 "2024-02-01T21:37:20Z")

</div>

I believe that’s this one - `js.gamification.leaderboard.rank`.

**Edit:** Oh hang on, that looks like it’s in the right sidebar block? I’m not sure that one has a translation yet.

This is quite a nifty tip to help find ones that are more awkward:

> [@Find a translation key with verbose localization](https://meta.discourse.org/t/find-a-translation-key-with-verbose-localization/134651):
>
> bookmark This documentation explains how to use verbose localization to find translation keys for custom text in Discourse. person_raising_hand Required user level: Administrator Finding a translation key using verbose localization Verbose localization is a powerful tool in Discourse that helps administrators find translation keys for custom text more effectively. This is particularly useful when you need to translate text appearing in multiple places in the Discourse UI. Summary This…

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [February 1, 2024, 10:17pm UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/7 "2024-02-01T22:17:33Z")

</div>

Yes, the translation is missing:

[https://github.com/discourse/discourse-gamification/blob/main/assets/javascripts/discourse/components/minimal-gamification-leaderboard.hbs#L12](https://github.com/discourse/discourse-gamification/blob/main/assets/javascripts/discourse/components/minimal-gamification-leaderboard.hbs#L12)

---

<div class="post-metadata">

### Author: ![Lhc\_fl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhc_fl/32/268115_2.png) [@Lhc\_fl](https://meta.discourse.org/u/Lhc_fl)
#### Post date: [July 3, 2024, 3:23am UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/10 "2024-07-03T03:23:28Z")

</div>

I opened a PR for it:  
[https://github.com/discourse/discourse-gamification/pull/146](https://github.com/discourse/discourse-gamification/pull/146)

upd: merged!

---

<div class="post-metadata">

### Author: ![Lhc\_fl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhc_fl/32/268115_2.png) [@Lhc\_fl](https://meta.discourse.org/u/Lhc_fl)
#### Post date: [July 6, 2024, 12:00am UTC](https://meta.discourse.org/t/add-translation-for-rank-in-right-sidebar-block-mini-gamification-board/293837/11 "2024-07-06T00:00:04Z")

</div>

This topic was automatically closed after 2 days. New replies are no longer allowed.
