-
I'm looking to understand whether there's a way to compose translations. For instance, say we have this in {
"cats": "cats"
} then we want to have this in a {
"blurb": "We love cats"
} Is there a good way to leverage that AddendumI think we can change t("specific-page:blurb", {cats: t("common:cat")} , but feels very verbose especially when we apply to more real life keys (not to mention the issue with pluralization, as ideally the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For now there is no better way implemented |
Beta Was this translation helpful? Give feedback.
For now there is no better way implemented