commit
bc2c7d18d9
|
@ -32,7 +32,7 @@ const App = () => {
|
||||||
const message = locale === 'zh' ? zh : en
|
const message = locale === 'zh' ? zh : en
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<IntlProvider locale={locale} messages={locale === 'zh' ? zh : en}>
|
<IntlProvider locale={locale} messages={locale === 'zh' ? zh : en}>
|
||||||
<header>Inula-Intl API Test Demo</header>
|
<header>Inula-Intl API Test Demo</header>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue