Replies: 2 comments
-
|
I'm not aware of a bulletproof solution here currently … |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I built a small tool to translate JSON i18n files without breaking placeholders, might be useful here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What I mean is for example If I havent translated a piece of text somewhere like
<p>hello</p>to tigger an error before build or through eslint and make me use<p>t("hello")</p>this should work for any place of static text, for example in aria labels or screen readers attributesBeta Was this translation helpful? Give feedback.
All reactions