Translate pages
This commit is contained in:
parent
a7aaf5effa
commit
96402228e3
49 changed files with 1458 additions and 926 deletions
11
frontend/src/i18n/i18next.d.ts
vendored
Normal file
11
frontend/src/i18n/i18next.d.ts
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import 'i18next';
|
||||
import type en from './locales/en';
|
||||
|
||||
declare module 'i18next' {
|
||||
interface CustomTypeOptions {
|
||||
defaultNS: 'translation';
|
||||
resources: {
|
||||
translation: typeof en;
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue