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
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue