Skip to content

Commit 34763da

Browse files
Merge branch 'dev' into fix/kyc-verification-frontend
2 parents 4a15bc5 + 75681f1 commit 34763da

File tree

13 files changed

+316
-21
lines changed

13 files changed

+316
-21
lines changed

CHANGELOG.md

Lines changed: 222 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dacade",
3-
"version": "1.2.2",
3+
"version": "1.8.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
Lines changed: 46 additions & 0 deletions
Loading

public/locales/bg/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"communities.challenge.criteria.subtitle": "Следните учебни материали ще ви дадат необходимата техническа експертиза, за да се справите успешно с предизвикателството.",
134134
"communities.challenge.criteria.points": "Points",
135135
"communities.challenge.passing.score.description": "За да {{coinPlaceholder}} <strong>{{amount}}</strong> <strong>{{token}}</strong>, трябва да получите поне <strong>{{minPoints}}</strong> от <strong>{{maxPoints}}</strong> точки в този предизвикателство.",
136-
"communities.challenge.hackathon.passing.score": "Трябва да получите <strong>90%</strong>, за да влезете в наградния фонд и да спечелите награди на стойност <strong>7 000 щатски долара.</strong>",
136+
"communities.challenge.hackathon.passing.score": "Трябва да получите <strong>{{threshold}}%</strong>, за да влезете в наградния фонд и да спечелите награди на стойност <strong>{{prizePool}} щатски долара.</strong>",
137137
"communities.challenge.submission": "заявка",
138138
"communities.challenge.submit": "Изпращане",
139139
"communities.challenge.feedback": "обратна връзка",

public/locales/en/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"communities.overview.challenge.subtitle": "Upon successful completion",
119119
"communities.overview.challenge.expiry": "Challenge expiry date:",
120120
"communities.overview.challenge.learning.title": "The following learning materials will equip you with the technical expertise required to successfully address the challenge.",
121-
"communities.overview.challenge.learning.start": "start now",
121+
"communities.overview.challenge.learning.start": "Start now",
122122
"communities.overview.challenge.team.setup.title": "Form your team",
123123
"communities.overview.challenge.team.setup.description": "Select from 1 to 3 members to join you in the challenge.",
124124
"communities.overview.challenge.team.setup.info": "To complete the team challenge, you need to follow these steps:",
@@ -134,7 +134,7 @@
134134
"communities.challenge.criteria.subtitle": "The following learning materials will equip you with the technical expertise required to successfully address the challenge.",
135135
"communities.challenge.criteria.points": "Points",
136136
"communities.challenge.passing.score.description": "In order to earn {{coinPlaceholder}} <strong>{{amount}}</strong> <strong>{{token}}</strong> you must get at least <strong>{{minPoints}}</strong> out of <strong>{{maxPoints}}</strong> Points in this challenge.",
137-
"communities.challenge.hackathon.passing.score": "You need to get <strong>90%</strong> to get into the prize pool and earn prizes worth of <strong>USD 7,000.</strong>",
137+
"communities.challenge.hackathon.passing.score": "You need to get <strong>{{threshold}}%</strong> to get into the prize pool and earn prizes worth of <strong>{{prizePool}}</strong>. Earn some extra points through your localization's implementations.",
138138
"communities.challenge.submission": "Submission",
139139
"communities.challenge.submit": "Submit",
140140
"communities.challenge.feedback": "Feedback",

0 commit comments

Comments
 (0)