diff --git a/crabfit-backend/cron.yaml b/crabfit-backend/cron.yaml index 321927d..56ffd94 100644 --- a/crabfit-backend/cron.yaml +++ b/crabfit-backend/cron.yaml @@ -1,7 +1,7 @@ cron: - description: "clean up old events" - url: /tasks/cleanup - schedule: every monday 09:00 + url: /tasks/cleanup + schedule: every monday 09:00 - description: "clean up old events without a visited date" - url: /tasks/legacyCleanup - schedule: every tuesday 09:00 + url: /tasks/legacyCleanup + schedule: every tuesday 09:00 diff --git a/crabfit-frontend/public/i18n/ko/privacy.json b/crabfit-frontend/public/i18n/ko/privacy.json new file mode 100644 index 0000000..19f53ca --- /dev/null +++ b/crabfit-frontend/public/i18n/ko/privacy.json @@ -0,0 +1,4 @@ +{ + "name": "개인 정보 보호 정책에", + "translate": "귀하의 언어로보기" +}