Closed tinxx closed 7 years ago
Hey @aragaer , please consider implementing the option to display unicode emojis instead of text like so:
(It actually works, I added a fake translation containing the symbols (e.g. <item>🐒</item>).
<item>🐒</item>
Here is a list of emojis you could use:
rooster \u1F413 🐓 dog \u1F415 🐕 pig \u1F416 🐖 rat \u1F400 🐀 ox \u1F402 🐂 tiger \u1F405 🐅 rabbit \u1F407 🐇 dragon \u1F409 🐉 snake \u1F40D 🐍 horse \u1F40E 🐏 ram \u1F40F 🐎 monkey \u1F412 🐒
Update: I sent you a patch that implements this feature.
Implemented in pull request #23
Nice, thanks 👍
Hey @aragaer , please consider implementing the option to display unicode emojis instead of text like so:
(It actually works, I added a fake translation containing the symbols (e.g.
<item>🐒</item>
).Here is a list of emojis you could use:
Update: I sent you a patch that implements this feature.