Insik Han

Results 1 comments of Insik Han

You can prevent the removal of false i18n keys like this! ```ts condition ? t('test.outer', { subString: t('test.inner1') }) : t('test.outer', { subString: t('test.inner2') }) ``` or ```ts const testOuterSubString...