From 1c5692383895aaeb73c1aa5e3cc3a9daaa56c079 Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Wed, 16 Jun 2021 04:22:12 +1000 Subject: [PATCH 1/2] Fix spacing --- crabfit-backend/cron.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 From e66d7c1bd11c2c897ee5e66e078018390d9b387b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 19:24:15 +0000 Subject: [PATCH 2/2] Apply translations in ko_KR review completed for the source file '/crabfit-frontend/public/i18n/en/privacy.json' on the 'ko_KR' language. --- crabfit-frontend/public/i18n/ko/privacy.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crabfit-frontend/public/i18n/ko/privacy.json 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": "귀하의 언어로보기" +}