opral / inlang-message-sdk

0 stars 0 forks source link

feat: t-function matcher extract message should offer no-brace version #85

Closed KraXen72 closed 3 weeks ago

KraXen72 commented 3 weeks ago

when extracting a message with sherlock, for example a message with id example_message, currently only {t("example_message")} is offered. my suggestion is, to offer t("example_message") as well, it's useful in many scenarios when not directly working with jsx but rather translating stuff like alerts or popup messages for the user, etc.