You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We constantly add new tokens to en.js and it might be a challenge for other locales to keep up with the changes.
Hence a script, that translators can run locally to see which tokens don't exist in their language (or in all languages) would be helpful.
Potential solution
yarn todo would output a simple list of differences between en and all other locales
yarn todo ru would output a simple list of differences between en and ru locales
Could look something like this:
$ yarn todo ru
RU:
"common.lang": — empty
"common.footer.helpUsTranslate": — empty
...
"common.benefits": "Benefits" — Same as in EN
The text was updated successfully, but these errors were encountered:
We constantly add new tokens to
en.js
and it might be a challenge for other locales to keep up with the changes.Hence a script, that translators can run locally to see which tokens don't exist in their language (or in all languages) would be helpful.
Potential solution
yarn todo
would output a simple list of differences betweenen
and all other localesyarn todo ru
would output a simple list of differences betweenen
andru
localesCould look something like this:
The text was updated successfully, but these errors were encountered: