Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 18, 2024
1 parent e6ec67d commit 6fc3501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/01.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async function loadTranslations(locale: string, routeName: string, translationDi
}

if (!routeLocaleCache[`${locale}:${routeName}`]) {
console.log('load')
const translations = await import(`~/${translationDir}/pages/${routeName}/${locale}.json`)
routeLocaleCache[`${locale}:${routeName}`] = { ...translations.default }
}
Expand Down

0 comments on commit 6fc3501

Please sign in to comment.