1
0
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:
Michael Telatynski
2024-01-22 13:22:59 +00:00
committed by Quentin Gliech
parent 17e968f7cc
commit 6fc4648030

View File

@@ -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 {