mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 13:45:27 -05:00
Fix build pages not loading required i18n json
This commit is contained in:
@@ -14,7 +14,7 @@ export const links: LinksFunction = () => {
|
||||
};
|
||||
|
||||
export const handle: SendouRouteHandle = {
|
||||
i18n: ["weapons", "builds"],
|
||||
i18n: ["weapons", "builds", "gear"],
|
||||
breadcrumb: ({ t }) => t("pages.builds"),
|
||||
navItemName: "builds",
|
||||
};
|
||||
|
||||
@@ -44,7 +44,7 @@ export const action: ActionFunction = async ({ request }) => {
|
||||
};
|
||||
|
||||
export const handle: SendouRouteHandle = {
|
||||
i18n: ["weapons", "builds"],
|
||||
i18n: ["weapons", "builds", "gear"],
|
||||
};
|
||||
|
||||
export const loader = async ({ params, request }: LoaderArgs) => {
|
||||
|
||||
Reference in New Issue
Block a user