init
This commit is contained in:
14
src/locales/index.ts
Normal file
14
src/locales/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import en from './en.json';
|
||||
import zh from './zh.json';
|
||||
import th from './th.json';
|
||||
export interface Messages {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
const messages: Messages = {
|
||||
en,
|
||||
zh,
|
||||
th
|
||||
};
|
||||
|
||||
export default messages;
|
||||
Reference in New Issue
Block a user