-
Fallback feature is great, but when a translation is missing there is no way to spot it (and to know when a fallback is used). Symfony seems to have a nice tool to show some sort of state : https://symfony.com/doc/current/translation/debug.html Maybe, it could also be a fallback callback (called when translation was not found). Developper would be free to handle it the way he wants (log something or contact a remote service). I think it is how it works with missingKeyHandler in i18next https://www.i18next.com/overview/configuration-options#missing-keys What do you think ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
just found out about this package https://laravel-news.com/laravel-translations-checker |
Beta Was this translation helpful? Give feedback.
just found out about this package https://laravel-news.com/laravel-translations-checker
https://github.com/LarsWiegers/laravel-translations-checker