1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-09 07:40:53 +00:00
* Added: Localization Message Capture. Message capture is a developer feature intended to make it easier to add new strings to the localization project.
* Added: Translation Tester. A tool to allow translators to test translations directly in the app before submitting them to the localization project.
* Fixed: Modified emotes not appearing correctly in tool-tips.
This commit is contained in:
SirStendec 2019-10-04 14:57:13 -04:00
parent ebb954e6c1
commit f4c989561e
25 changed files with 521 additions and 82 deletions

View file

@ -32,10 +32,10 @@
class="arrow"
/>
<span class="tw-flex-grow-1">
{{ t(item.i18n_key, item.title, item) }}
{{ t(item.i18n_key, item.title) }}
</span>
<span v-if="item.pill" class="tw-pill">
{{ item.pill_i18n_key ? t(item.pill_i18n_key, item.pill, item) : item.pill }}
{{ item.pill_i18n_key ? t(item.pill_i18n_key, item.pill) : item.pill }}
</span>
<span v-else-if="item.unseen" class="tw-pill">
{{ item.unseen }}