parent
70c5f70976
commit
48f09c89b5
File diff suppressed because it is too large
Load Diff
@ -1,18 +1,18 @@
|
||||
// index.js
|
||||
import en from './en.json';
|
||||
import fr from './fr.json';
|
||||
import ko from './ko.json';
|
||||
import id from './id.json';
|
||||
import hi from './hi.json';
|
||||
import it from './it.json';
|
||||
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
const messages = {
|
||||
en: en[0],
|
||||
fr: fr[0],
|
||||
ko: ko[0],
|
||||
id: id[0],
|
||||
hi: hi[0],
|
||||
it: it[0],
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
Loading…
Reference in new issue