mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
feat: upgrade next and i18n
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import 'i18next'
|
||||
|
||||
declare module 'i18next' {
|
||||
interface CustomTypeOptions {
|
||||
// This is set to prevent i18next's t function to return null
|
||||
// https://github.com/i18next/next-i18next/issues/2038
|
||||
returnNull: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user