feat: implement core-i18n package with decentralized namespace support and integrate into landing and web apps
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import 'react-i18next';
|
||||
import type { resources } from './setup';
|
||||
|
||||
declare module 'react-i18next' {
|
||||
interface CustomTypeOptions {
|
||||
defaultNS: 'common';
|
||||
resources: typeof resources['en'];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user