Change default language to es

This commit is contained in:
Letícia Camara 2018-11-12 01:07:36 -02:00
parent ad44177e7f
commit 0eef532e0e

View file

@ -24,7 +24,7 @@ const messages = {
'es': messages_es
};
const language = 'en';
const language = 'es';
// Add IntlProvider to make the internationalization functions visible in all
// our components.