mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Prevent i18next from barking
https://github.com/i18next/i18next/pull/1865
This commit is contained in:
8
src/@types/i18next.d.ts
vendored
Normal file
8
src/@types/i18next.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
import 'i18next'
|
||||||
|
|
||||||
|
declare module 'i18next' {
|
||||||
|
interface CustomTypeOptions {
|
||||||
|
defaultNS: 'common',
|
||||||
|
returnNull: false
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user