parent
1759cf8336
commit
d2ab41aea4
3 changed files with 4 additions and 2 deletions
|
@ -41,6 +41,7 @@ import es from 'react-intl/locale-data/es';
|
|||
import fr from 'react-intl/locale-data/fr';
|
||||
import pt from 'react-intl/locale-data/pt';
|
||||
import hu from 'react-intl/locale-data/hu';
|
||||
import uk from 'react-intl/locale-data/uk';
|
||||
import getMessagesForLocale from '../locales';
|
||||
|
||||
const store = configureStore();
|
||||
|
@ -49,7 +50,7 @@ const browserHistory = useRouterHistory(createBrowserHistory)({
|
|||
basename: '/web'
|
||||
});
|
||||
|
||||
addLocaleData([...en, ...de, ...es, ...fr, ...pt, ...hu]);
|
||||
addLocaleData([...en, ...de, ...es, ...fr, ...pt, ...hu, ...uk]);
|
||||
|
||||
const Mastodon = React.createClass({
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue