tolgee / tolgee-js

Tolgee JavaScript libraries monorepo
https://tolgee.io
MIT License
218 stars 24 forks source link

feat: vue named slot syntax #3327

Closed EugeneBalabai closed 1 month ago

EugeneBalabai commented 1 month ago

The current Tolgee Vue library doesn't support localizing messages that contain HTML tags or components, causing inconvenience for our team and potentially for others in the community.

Inspired by the approach in Vue-i18n's Component Interpolation (explained here), these changes introduce named slots for string interpolation.