2023-06-29 01:24:20 +00:00
|
|
|
// TODO: Disabled for IDE performance issues with our translation JSON
|
2022-12-24 18:23:21 +00:00
|
|
|
|
2023-06-29 01:24:20 +00:00
|
|
|
// import 'i18next';
|
2023-03-06 09:02:40 +00:00
|
|
|
|
2023-06-29 01:24:20 +00:00
|
|
|
// import en from '../public/locales/en.json';
|
|
|
|
|
|
|
|
// declare module 'i18next' {
|
|
|
|
// // Extend CustomTypeOptions
|
|
|
|
// interface CustomTypeOptions {
|
|
|
|
// // Setting Default Namespace As English
|
|
|
|
// defaultNS: 'en';
|
|
|
|
// // Custom Types For Resources
|
|
|
|
// resources: {
|
|
|
|
// en: typeof en;
|
|
|
|
// };
|
|
|
|
// // Never Return Null
|
|
|
|
// returnNull: false;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
export default {};
|