|
|
@ -13,6 +13,7 @@ import zh_cn from "./zh_cn.json";
|
|
|
|
import zh_tw from "./zh_tw.json";
|
|
|
|
import zh_tw from "./zh_tw.json";
|
|
|
|
import fr from "./fr.json";
|
|
|
|
import fr from "./fr.json";
|
|
|
|
import ta from "./ta.json";
|
|
|
|
import ta from "./ta.json";
|
|
|
|
|
|
|
|
import ptBr from "./pt-BR.json";
|
|
|
|
//export const defaultLocale = 'en';
|
|
|
|
//export const defaultLocale = 'en';
|
|
|
|
|
|
|
|
|
|
|
|
const messages = {
|
|
|
|
const messages = {
|
|
|
@ -30,6 +31,7 @@ const messages = {
|
|
|
|
zh_tw: zh_tw[0],
|
|
|
|
zh_tw: zh_tw[0],
|
|
|
|
fr: fr[0],
|
|
|
|
fr: fr[0],
|
|
|
|
ta: ta[0],
|
|
|
|
ta: ta[0],
|
|
|
|
|
|
|
|
["pt-BR"]: ptBr[0],
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export default messages;
|
|
|
|
export default messages;
|
|
|
|