Thanks for this project!
As far as I understand, if I am using the following config for my i18next, I get all the missing keys send to the Locize backend once they are rendered (in React).
saveMissing: true,
saveMissingTo: 'all',
It's easy to not spot a missing key this way, because it may be hidden in some closed Dialog component. Is there a way to scrape all the missing keys for the entire application across all languages and namespaces and send them to the Locize backend?
Or is this something Locize CLI is doing? I couldn't find anything about it.
Thanks for this project!
As far as I understand, if I am using the following config for my
i18next, I get all the missing keys send to the Locize backend once they are rendered (in React).It's easy to not spot a missing key this way, because it may be hidden in some closed Dialog component. Is there a way to scrape all the missing keys for the entire application across all languages and namespaces and send them to the Locize backend?
Or is this something Locize CLI is doing? I couldn't find anything about it.