Skip to content

Commit 4f41e67

Browse files
committed
fix: pyconkr-admin에서 누락된 객체 변수 추가
1 parent eeceeb4 commit 4f41e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/pyconkr-admin/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const CommonOptions: Common.Contexts.ContextOptions = {
4242
};
4343

4444
const ShopOptions: Shop.Contexts.ContextOptions = {
45+
language: "ko",
4546
shopApiDomain: import.meta.env.VITE_PYCONKR_SHOP_API_DOMAIN,
4647
shopApiCSRFCookieName: import.meta.env.VITE_PYCONKR_SHOP_CSRF_COOKIE_NAME,
4748
shopApiTimeout: 10000,

0 commit comments

Comments
 (0)