From fe4af7c540cf75a2af4d89f40abced9419a8b603 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 19 Jan 2020 12:37:04 +0100 Subject: [PATCH] import i18n, use i18n translation function, removed T as it is not being used atm --- ui/src/components/footer.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/components/footer.tsx b/ui/src/components/footer.tsx index 8aa05072d..b49575423 100644 --- a/ui/src/components/footer.tsx +++ b/ui/src/components/footer.tsx @@ -2,7 +2,7 @@ import { Component } from 'inferno'; import { Link } from 'inferno-router'; import { repoUrl } from '../utils'; import { version } from '../version'; -import { T } from 'inferno-i18next'; +import { i18n } from '../i18next'; export class Footer extends Component { constructor(props: any, context: any) { @@ -19,22 +19,22 @@ export class Footer extends Component {