-
There are many encounters of missing translation key in our team due to either typo or deprecated translation key, and somehow it passed our initial pre-push lint mechanism which then shows undesirable content to the user. The way we use translation is accessing them by string i18n.t("some.missing.key") is there a way we could somehow checks if the key put in the translate string is valid? |
Beta Was this translation helpful? Give feedback.
Answered by
fnando
Jun 24, 2022
Replies: 1 comment 11 replies
-
@cakasuma which version of the JavaScript package are you using? |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
fnando
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cakasuma which version of the JavaScript package are you using?