feat(api, i18n): add agent_node_id to various admin queries and enhance multi-language support
Introduced the agent_node_id field in AdminDrawListQuery, AdminPlayerListQuery, AdminSettlementBatchListQuery, TicketItemsListQuery, and TransferOrderListQuery to improve filtering capabilities. Updated the admin-breadcrumb and admin-sidebar components to include new translations for agent-related terms in English, Nepali, and Chinese, enhancing the overall user experience and multi-language support across the admin interface.
This commit is contained in:
@@ -15,6 +15,7 @@ import enSettlement from "@/i18n/locales/en/settlement.json";
|
||||
import enCommon from "@/i18n/locales/en/common.json";
|
||||
import enTickets from "@/i18n/locales/en/tickets.json";
|
||||
import enWallet from "@/i18n/locales/en/wallet.json";
|
||||
import enAgents from "@/i18n/locales/en/agents.json";
|
||||
|
||||
const EN_FLAT: Record<string, Record<string, unknown>> = {
|
||||
dashboard: enDashboard,
|
||||
@@ -33,6 +34,7 @@ const EN_FLAT: Record<string, Record<string, unknown>> = {
|
||||
config: enConfig,
|
||||
common: enCommon,
|
||||
auth: enAuth,
|
||||
agents: enAgents,
|
||||
};
|
||||
|
||||
function getByPath(obj: Record<string, unknown>, path: string): string | undefined {
|
||||
|
||||
Reference in New Issue
Block a user