# User administration: some boolean values not translated

**URL:** https://meta.discourse.org/t/user-administration-some-boolean-values-not-translated/54823
**Category:** Translations
**Created:** [December 27, 2016, 9:38am UTC](https://meta.discourse.org/t/user-administration-some-boolean-values-not-translated/54823 "2016-12-27T09:38:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![claas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/claas/32/71725_2.png) [@claas](https://meta.discourse.org/u/claas)
#### Post date: [December 27, 2016, 9:38am UTC](https://meta.discourse.org/t/user-administration-some-boolean-values-not-translated/54823/1 "2016-12-27T09:38:29Z")

</div>

I noticed that some boolean values on the `/admin/users/<userid>/<username>` page are not translated:

 ![](https://global.discourse-cdn.com/meta/original/3X/8/4/84814b6406c4cfc61d8c29c35e301af649881d90.png)

I wonder why the “Aktiv” value is translated, but the others are not.

---

<div class="post-metadata">

### Author: ![claas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/claas/32/71725_2.png) [@claas](https://meta.discourse.org/u/claas)
#### Post date: [December 27, 2016, 10:05am UTC](https://meta.discourse.org/t/user-administration-some-boolean-values-not-translated/54823/2 "2016-12-27T10:05:23Z")

</div>

Alright, so the reason is that the _user-index.hbs_ template does this explicitly for the _active_ field…

> <https://github.com/discourse/discourse/blob/5dbd6a304bed5400be481d71061d3e3ebb4d6785/app/assets/javascripts/admin/templates/user-index.hbs#L190-L197>

… but not for the others:

> <https://github.com/discourse/discourse/blob/5dbd6a304bed5400be481d71061d3e3ebb4d6785/app/assets/javascripts/admin/templates/user-index.hbs#L242-L243>

Submitted a PR to correct this:

> <https://github.com/discourse/discourse/pull/4629>
>
> See: https://meta.discourse.org/t/user-administration-some-boolean-values-not-tr…anslated/54823?u=claas

Afterwards it looks like this:

 ![](https://global.discourse-cdn.com/meta/original/3X/7/4/74996898550bb3d55f9391badf5a92c8f6f80c13.png)

---

<div class="post-metadata">

### Author: ![Pad\_Pors](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pad_pors/32/52016_2.png) [@Pad\_Pors](https://meta.discourse.org/u/Pad_Pors)
#### Post date: [December 27, 2016, 1:29pm UTC](https://meta.discourse.org/t/user-administration-some-boolean-values-not-translated/54823/3 "2016-12-27T13:29:37Z")

</div>

Hi Claas, may you guide how you find not-translated strings?

or let’s say, I know that badge system, or the tag system, or some parts in the profile pages do not have Persian translation and texts are not translatable via admin panel, but since they’re not plugins and are parts of the source code I don’t have any idea where/how to find them and how to add translations.

I saw what you added to the above file, but I couldn’t follow it and find out my way.

thanks in advance,

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [December 28, 2016, 1:28pm UTC](https://meta.discourse.org/t/user-administration-some-boolean-values-not-translated/54823/4 "2016-12-28T13:28:19Z")

</div>

8 posts were split to a new topic: [How to find and amend un-translated strings](https://meta.discourse.org/t/how-to-find-and-amend-un-translated-strings/54877)
