You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
Fix react-i18n types
This commit is contained in:
committed by
Quentin Gliech
parent
17e968f7cc
commit
6fc4648030
2
frontend/src/@types/i18next.d.ts
vendored
2
frontend/src/@types/i18next.d.ts
vendored
@@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
import "i18next";
|
import "i18next";
|
||||||
import type frontend from "../../public/locales/en.json";
|
import type frontend from "../../locales/en.json";
|
||||||
|
|
||||||
declare module "i18next" {
|
declare module "i18next" {
|
||||||
interface CustomTypeOptions {
|
interface CustomTypeOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user