# Internationalize B, I and A in the message composer toolbar

**URL:** https://meta.discourse.org/t/internationalize-b-i-and-a-in-the-message-composer-toolbar/48369
**Category:** Translations
**Created:** [8 באוגוסט,‏ 2016,‏ 6:46pm UTC](https://meta.discourse.org/t/internationalize-b-i-and-a-in-the-message-composer-toolbar/48369 "2016-08-08T18:46:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [8 באוגוסט,‏ 2016,‏ 6:46pm UTC](https://meta.discourse.org/t/internationalize-b-i-and-a-in-the-message-composer-toolbar/48369/1 "2016-08-08T18:46:21Z")

</div>

Gotcha - I just realized that in Russian version of Microsoft Word, **`B`** (_bold_) actually says **`Ж`** (_жирный_ - in Russian). That’s probably another small thing that would improve on usability of the message composer.

Can this and other letters in the toolbar be made translatable?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [8 באוגוסט,‏ 2016,‏ 6:50pm UTC](https://meta.discourse.org/t/internationalize-b-i-and-a-in-the-message-composer-toolbar/48369/2 "2016-08-08T18:50:54Z")

</div>

Very interesting. Unfortunately that’s not going to be easy to translate as the buttons are icons from [font awesome](http://fontawesome.io/icons/). The bold one for example is `fa-bold` which is a **B**.

With some coding we could add support for changing the icon in other languages, but I doubt font awesome has one for the Russian character you listed. I suppose we’d have to add the ability to replace an icon with just a letter (if it’s in the translation file.)

I’d accept a PR if anyone feels up to this!

---

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [8 באוגוסט,‏ 2016,‏ 6:53pm UTC](https://meta.discourse.org/t/internationalize-b-i-and-a-in-the-message-composer-toolbar/48369/3 "2016-08-08T18:53:48Z")

</div>

Thanks for your feedback.  
This feature would be greatly appreciated!

---

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [13 באוגוסט,‏ 2016,‏ 12:15am UTC](https://meta.discourse.org/t/internationalize-b-i-and-a-in-the-message-composer-toolbar/48369/4 "2016-08-13T00:15:00Z")

</div>

Here’s my attempt of fixing this issue:

[https://github.com/discourse/discourse/pull/4389](https://github.com/discourse/discourse/pull/4389)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [15 במאי,‏ 2025,‏ 12:21am UTC](https://meta.discourse.org/t/internationalize-b-i-and-a-in-the-message-composer-toolbar/48369/5 "2025-05-15T00:21:30Z")

</div>

fixed already.
