Debugging
For debugging purposes if you specify the language as debug
, @softkit/i18n
will only return the translation key instead of the actual translation.
i18n.t('test.HELLO', { args: { username: 'Toon' }, lang: 'debug' });
// => test.HELLO
For debugging purposes if you specify the language as debug
, @softkit/i18n
will only return the translation key instead of the actual translation.
i18n.t('test.HELLO', { args: { username: 'Toon' }, lang: 'debug' });
// => test.HELLO