From 9cfc90ca67f5f46882ed21b460a01b6d50ffa79c Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Tue, 7 Feb 2017 14:19:13 -0200 Subject: [#922] Add i18n translations for react with @anikarni --- web-ui/app/js/account_recovery/page.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'web-ui/app/js/account_recovery/page.js') diff --git a/web-ui/app/js/account_recovery/page.js b/web-ui/app/js/account_recovery/page.js index 5d4f2c36..90cdb54f 100644 --- a/web-ui/app/js/account_recovery/page.js +++ b/web-ui/app/js/account_recovery/page.js @@ -1,8 +1,9 @@ import React from 'react' +import { translate } from 'react-i18next' import 'scss/account_recovery/page.scss' -const Page = () => ( +const Page = (props) => (
Esqueci minha senha!
@@ -22,6 +23,6 @@ const Page = () => (
-); +) -export default Page +export default translate('', { wait: true })(Page) -- cgit v1.2.3