2020-05-06 08:08:36 +00:00
|
|
|
import ca from './locale/ca';
|
|
|
|
import de from './locale/de';
|
|
|
|
import el from './locale/el';
|
|
|
|
import en from './locale/en';
|
2020-06-02 18:13:03 +00:00
|
|
|
import es from './locale/es';
|
2020-05-19 13:35:10 +00:00
|
|
|
import fr from './locale/fr';
|
|
|
|
import nl from './locale/nl';
|
2020-05-06 08:08:36 +00:00
|
|
|
import ml from './locale/ml';
|
|
|
|
import pt from './locale/pt';
|
2020-05-19 13:35:10 +00:00
|
|
|
import pt_BR from './locale/pt_BR';
|
|
|
|
import ro from './locale/ro';
|
2020-07-10 15:38:59 +00:00
|
|
|
import fa from './locale/fa';
|
2020-07-07 19:29:30 +00:00
|
|
|
import ta from './locale/ta';
|
|
|
|
import it from './locale/it';
|
2019-08-14 09:48:44 +00:00
|
|
|
|
|
|
|
export default {
|
2020-04-16 09:58:23 +00:00
|
|
|
ca,
|
2020-04-06 16:47:07 +00:00
|
|
|
de,
|
2020-05-06 08:08:36 +00:00
|
|
|
el,
|
2019-08-14 09:48:44 +00:00
|
|
|
en,
|
2020-06-02 18:13:03 +00:00
|
|
|
es,
|
2020-05-06 08:54:20 +00:00
|
|
|
fr,
|
2020-05-19 13:35:10 +00:00
|
|
|
nl,
|
2020-04-16 09:58:23 +00:00
|
|
|
ml,
|
2020-05-06 08:54:20 +00:00
|
|
|
pt_BR,
|
2020-05-06 08:08:36 +00:00
|
|
|
pt,
|
2020-05-06 08:54:20 +00:00
|
|
|
ro,
|
2020-07-10 15:38:59 +00:00
|
|
|
fa,
|
2020-07-07 19:29:30 +00:00
|
|
|
ta,
|
|
|
|
it,
|
2019-08-14 09:48:44 +00:00
|
|
|
};
|