-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Labels
Description
Is your feature related to a specific framework or general for this extension
General
Is your feature request related to a problem? Please describe.
I keep a common namespace and page-specific namespaces in my project and I ofter use both in a page.
I couldn't figure out a way that I can use both in the same file. For example
const tHome = useTranslations('pages.home')
const tCommon = useTranslations('common')
tHome('title')
tCommon('back')
Describe the solution you'd like
I'd be great if we could have more than one match for translations in a file
Additional context
Thank you for the awesome tool!