Add Ido (io) translation (#2202)

* Add Ido (io) translation

* Fix mastodon.jsx for io reference

There is no react-intl support for io. Removed the references.
This commit is contained in:
Koala Yeung 2017-04-22 01:15:25 +08:00 committed by Eugen
parent 452dc6b5fe
commit 1714f08d75
8 changed files with 665 additions and 0 deletions

View file

@ -3,6 +3,7 @@ import de from './de';
import es from './es';
import hr from './hr';
import hu from './hu';
import io from './io';
import it from './it';
import fr from './fr';
import nl from './nl';
@ -25,6 +26,7 @@ const locales = {
es,
hr,
hu,
io,
it,
fr,
nl,