Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit bcce7ad

Browse files
committed
covid banner changes
1 parent 744d932 commit bcce7ad

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"country-language": "^0.1.7",
3939
"cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git#1.0.0",
4040
"cp-permissions-plugin": "CoderDojo/cp-permissions-plugin#1.0.5",
41-
"cp-translations": "~1.0.154",
42-
"cp-zen-frontend": "~1.0.144",
41+
"cp-translations": "~1.0.155",
42+
"cp-zen-frontend": "~1.0.145",
4343
"cuid": "1.3.8",
4444
"debug": "2.2.0",
4545
"dustjs-helpers": "1.6.1",

web/public/js/directives/cd-start-dojo/template.dust

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="cd-banner">
2-
<p>{@i18n key="Thank you for your interest in joining the CoderDojo community!"/}
3-
{@i18n key="Due to the coronavirus pandemic, we have paused the Dojo verification process."/}</p>
4-
<p>{@i18n key="In the meantime, we’re providing exciting opportunities for young people, parents, volunteers, and educators to get creative with tech through"/} <a class="cd-banner-link" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&utm_medium=covid-banner&utm_campaign=dmah">{@i18n key="Digital Making at Home"/}</a> {@i18n key="from the Raspberry Pi Foundation."/}
2+
<p>{@i18n key="Thank you for your interest in CoderDojo!"/} &nbsp;
3+
{@i18n key="The coronavirus pandemic continues to impact all our lives, including how Dojos can run."/} &nbsp;
4+
{@i18n key="See"/} <a class="cd-banner-link" href="https://coderdojo.com/ways-to-run/">{@i18n key="our resources and guidance on the creative ways Dojos are running."/}</a>
55
</p>
66
</div>
77
<div ng-show="$ctrl.loading" style="height: 300px; position: relative;">

web/public/js/services/translation-keys.js

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,19 +1492,19 @@ cp-permissions-plugin@CoderDojo/cp-permissions-plugin#1.0.5:
14921492
async "^2.0.0-rc.5"
14931493
lodash "^4.13.1"
14941494

1495-
[email protected].149, cp-translations@^1.0.149:
1496-
version "1.0.149"
1497-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.149.tgz#e09845115a80380cf19c49dfd003d8ed75578690"
1498-
integrity sha512-AQa/d/MDNAM8y70gWbE6a65R9ZUYP11WWOF056Eq8Ttngdzg6j1WsmkV4VuZQB5NSIYrZIuM2UoCWIOfC20kmw==
1495+
cp-translations@~1.0.150, cp-translations@~1.0.152:
1496+
version "1.0.152"
1497+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.152.tgz#adadb407829bac9b555bb3287951b46bf5d0f75b"
1498+
integrity sha512-oDc8gdeMXqjwnN4cWgIy0OQk0/0WRcuksTvJ3z2URHeRc7AYfNYZMm6bZ/S6eMxgr+Almhm9BPQ70LranLdKzQ==
14991499

1500-
1501-
version "1.0.141"
1502-
resolved "https://registry.yarnpkg.com/cp-zen-frontend/-/cp-zen-frontend-1.0.141.tgz#9575183e6ba3c5439c988ba469f4de220e5cdd8a"
1503-
integrity sha512-1TmvLlhF8z23sXLhFzGeg5nrIMdC66VC2oKov0jf8xUmkicHhXCDthRIJjofVPY3TN6gSFCOFILMNxMSdkvRXw==
1500+
cp-zen-frontend@~1.0.144:
1501+
version "1.0.144"
1502+
resolved "https://registry.yarnpkg.com/cp-zen-frontend/-/cp-zen-frontend-1.0.144.tgz#19ba3ed2eac38153bfad1e6ffd87bdff5bd7fda7"
1503+
integrity sha512-13cbgKUVxRtp7HCac/0onqE4A5iovdGh+YJO8jP8y2KukyBFMUOr+65uasURQ2IjBF8BmK6QVBTT1gup3YtfjA==
15041504
dependencies:
15051505
"@coderdojo/cd-common" "1.1.11"
15061506
bootstrap "^3.4.1"
1507-
cp-translations "^1.0.149"
1507+
cp-translations "~1.0.150"
15081508
font-awesome "^4.7.0"
15091509
handlebars "^4.1.0"
15101510
js-cookie "^2.1.4"

0 commit comments

Comments
 (0)