angular-gettext
angular-gettext copied to clipboard
Ability to configure handling of missing keys
It would be nice if prefixDebug()
behavior could be customized. For example, I'd like to write warnings to console in production and crash in development.
Such customization can be achieved by adding onMissing
callback option with prefixDebug
acting as default value.