From 30bb1587125e1d208ffb68e6f8ec9d4aab09a291 Mon Sep 17 00:00:00 2001 From: marcosvega91 Date: Wed, 10 Jun 2020 10:45:14 +0200 Subject: [PATCH] fix(i18n): fix build --- src/locales/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/locales/index.ts b/src/locales/index.ts index 773ddc7357..50d50649ca 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -1,5 +1,3 @@ -import { Resource } from 'i18next' - import translationAR from './ar/translations' import translationDE from './de/translations' import translationEnUs from './enUs/translations' @@ -12,7 +10,7 @@ import translationPtBR from './ptBr/translations' import translationRU from './ru/translations' import translationZhCN from './zhCN/translations' -const resources: Resource = { +const resources: { [language: string]: any } = { it: { name: 'Italian', translation: translationIT,