aboutsummaryrefslogtreecommitdiffstats
path: root/src/I18n.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/I18n.tsx')
-rw-r--r--src/I18n.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/I18n.tsx b/src/I18n.tsx
index 5f725eebc..1a69ed1a2 100644
--- a/src/I18n.tsx
+++ b/src/I18n.tsx
@@ -24,6 +24,7 @@ class I18N extends Component<Props> {
24 render(): ReactNode { 24 render(): ReactNode {
25 const { stores, children } = this.props; 25 const { stores, children } = this.props;
26 const { locale } = stores.app; 26 const { locale } = stores.app;
27
27 return ( 28 return (
28 <IntlProvider 29 <IntlProvider
29 {...{ locale, key: locale, messages: translations[locale] }} 30 {...{ locale, key: locale, messages: translations[locale] }}