# How can i help in the translation of missing strings

**URL:** https://meta.discourse.org/t/how-can-i-help-in-the-translation-of-missing-strings/49435
**Category:** Translations
**Created:** [30 augustus 2016 om 13:27 UTC](https://meta.discourse.org/t/how-can-i-help-in-the-translation-of-missing-strings/49435 "2016-08-30T13:27:02Z")
**Posts on this page:** 1
**Page:** 1

<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: [30 augustus 2016 om 13:27 UTC](https://meta.discourse.org/t/how-can-i-help-in-the-translation-of-missing-strings/49435/1 "2016-08-30T13:27:02Z")

</div>

there are some few strings which can not be translated through the “admin → customize → site\_texts” tab; I mean if you change the text in the admin-text panel, nothing will happen in the main forum.

some of them are in the tag plugin; mentioned here:

[https://meta.discourse.org/t/customize-all-text-in-discourse/36092/22](https://meta.discourse.org/t/customize-all-text-in-discourse/36092/22)

and

[https://meta.discourse.org/t/customize-all-text-in-discourse/36092/44](https://meta.discourse.org/t/customize-all-text-in-discourse/36092/44)

and some others with the “selected answer” feature.

currently i use a simple css trick to cover the issue, e.g.:

```plaintext
.ember-view .tag-drop .tag_all { font-size: 0px;}
.ember-view .tag-drop .tag_all:after { 
    content: "موضوع";
    font-size: 15px;}

```

but this is not the best way to do it.

is there anyway i may help in this issue, so that localized discourse can be as good as the English version?
