Added Esperanto translation inside the javascripts folder
This commit is contained in:
parent
0700521ef3
commit
8736ef50ad
3 changed files with 73 additions and 2 deletions
|
@ -46,6 +46,7 @@ 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 eo from 'react-intl/locale-data/eo';
|
||||
import getMessagesForLocale from '../locales';
|
||||
import { hydrateStore } from '../actions/store';
|
||||
import createStream from '../stream';
|
||||
|
@ -58,7 +59,7 @@ const browserHistory = useRouterHistory(createBrowserHistory)({
|
|||
basename: '/web'
|
||||
});
|
||||
|
||||
addLocaleData([...en, ...de, ...es, ...fr, ...pt, ...hu, ...uk]);
|
||||
addLocaleData([...en, ...de, ...es, ...fr, ...pt, ...hu, ...uk, ...eo]);
|
||||
|
||||
const Mastodon = React.createClass({
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue