We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeceeb4 commit 4f41e67Copy full SHA for 4f41e67
apps/pyconkr-admin/src/main.tsx
@@ -42,6 +42,7 @@ const CommonOptions: Common.Contexts.ContextOptions = {
42
};
43
44
const ShopOptions: Shop.Contexts.ContextOptions = {
45
+ language: "ko",
46
shopApiDomain: import.meta.env.VITE_PYCONKR_SHOP_API_DOMAIN,
47
shopApiCSRFCookieName: import.meta.env.VITE_PYCONKR_SHOP_CSRF_COOKIE_NAME,
48
shopApiTimeout: 10000,
0 commit comments