2025-06-18 16:37:25 +08:00
|
|
|
import common from './en-US/common';
|
2025-06-18 15:21:40 +08:00
|
|
|
import login from './en-US/login';
|
2025-06-18 16:37:25 +08:00
|
|
|
import register from './en-US/register';
|
|
|
|
import helpManage from './en-US/helpManage';
|
|
|
|
import aboutManage from './en-US/aboutManage';
|
|
|
|
import policyManage from './en-US/policyManage';
|
|
|
|
import userQuestion from './en-US/userQuestion';
|
2025-06-18 15:21:40 +08:00
|
|
|
import friendLink from './en-US/friendLink';
|
2025-06-17 14:20:06 +08:00
|
|
|
|
2025-06-18 15:21:40 +08:00
|
|
|
export default {
|
|
|
|
...common,
|
|
|
|
...login,
|
2025-06-18 16:37:25 +08:00
|
|
|
...register,
|
|
|
|
...helpManage,
|
|
|
|
...aboutManage,
|
|
|
|
...policyManage,
|
|
|
|
...userQuestion,
|
2025-06-18 15:21:40 +08:00
|
|
|
...friendLink,
|
2025-06-17 14:20:06 +08:00
|
|
|
};
|