Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(i18n): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosvega91 committed Jun 10, 2020
1 parent 50589c4 commit 30bb158
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/locales/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Resource } from 'i18next'

import translationAR from './ar/translations'
import translationDE from './de/translations'
import translationEnUs from './enUs/translations'
Expand All @@ -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,
Expand Down

0 comments on commit 30bb158

Please sign in to comment.