Added Esperanto translation inside the javascripts folder

This commit is contained in:
axolotl 2017-04-04 20:54:42 +02:00
parent 0700521ef3
commit 8736ef50ad
3 changed files with 73 additions and 2 deletions

View file

@ -5,6 +5,7 @@ import hu from './hu';
import fr from './fr';
import pt from './pt';
import uk from './uk';
import eo from './eo';
const locales = {
en,
@ -13,7 +14,8 @@ const locales = {
hu,
fr,
pt,
uk
uk,
eo
};
export default function getMessagesForLocale (locale) {