mirror of https://github.com/vector-im/riot-web
Merge pull request #4160 from vector-im/dbkr/missing_tr_room_dir
Add missing translation for room directorypull/4163/head
commit
8f5f4cb9c8
|
@ -15,8 +15,7 @@
|
||||||
<img class="mx_HomePage_icon" src="img/icons-directory.svg">
|
<img class="mx_HomePage_icon" src="img/icons-directory.svg">
|
||||||
</a>
|
</a>
|
||||||
<span class="mx_HomePage_comment">
|
<span class="mx_HomePage_comment">
|
||||||
_t("Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent.
|
_t("Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!")
|
||||||
Check out the directory!")
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -155,5 +155,6 @@
|
||||||
"Contributing code to Matrix and Riot": "Contributing code to Matrix and Riot",
|
"Contributing code to Matrix and Riot": "Contributing code to Matrix and Riot",
|
||||||
"Dev chat for the Riot/Web dev team": "Dev chat for the Riot/Web dev team",
|
"Dev chat for the Riot/Web dev team": "Dev chat for the Riot/Web dev team",
|
||||||
"Dev chat for the Dendrite dev team": "Dev chat for the Dendrite dev team",
|
"Dev chat for the Dendrite dev team": "Dev chat for the Dendrite dev team",
|
||||||
"Co-ordination for Riot/Web translators": "Co-ordination for Riot/Web translators"
|
"Co-ordination for Riot/Web translators": "Co-ordination for Riot/Web translators",
|
||||||
|
"Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue