Check for missing locale files #859
Answered
by
timheerwagen
timheerwagen
asked this question in
Q&A
-
My default language is german. When developing, the German language is always entered directly, the English and others afterwards. Is there a best-practise how to check if a variable is missing in a language? I dont want to log in dev or prod, but rather when building the project or for example when pushing to git with husky git-hooks. For example: Structure:
locales/de/page
locales/en/page
--> Output all missing variables for example:
|
Beta Was this translation helpful? Give feedback.
Answered by
timheerwagen
May 30, 2022
Replies: 1 comment
-
Can be closed since i found eslint-plugin-i18n-json |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timheerwagen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be closed since i found eslint-plugin-i18n-json