JesperSporronRocker

Results 1 issues of JesperSporronRocker

I have translations that are namespaced, i.e. ```typescript const { t } = useTranslation(["shared", "thisFeature"]); const errorTitle = t("shared:error.defaultTitle"); const pageTitle = t("thisFeature:title"); ``` However `i18n-unused` does not account for...