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

Commit cf5cc9b

Browse files
authored
Merge pull request #308 from CoderDojo/feature/307-update-translations
Added new translation strings; update minimum version of cp-translations
2 parents 0602729 + 9c237d7 commit cf5cc9b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@coderdojo/cd-common": "1.1.11",
2020
"bootstrap": "^3.4.1",
21-
"cp-translations": "^1.0.144",
21+
"cp-translations": "^1.0.147",
2222
"font-awesome": "^4.7.0",
2323
"handlebars": "^4.1.0",
2424
"js-cookie": "^2.1.4",

src/common/cd-covid-banner.vue

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
<div class="cd-banner">
33
<p>
44
{{ $t('Thank you for your interest in joining the CoderDojo community!') }}
5-
{{ $t('Due to the coronavirus pandemic, we have paused the Dojo verification process.') }}
5+
{{ $t('Due to the coronavirus pandemic, there are different restrictions in place across the world.') }}
6+
{{ $t('Please follow the appropriate public health advice for your country or region before planning in-person club events.') }}
67
</p>
78
<p>
8-
{{ $t('In the meantime, we’re providing exciting opportunities for young people, parents, volunteers, and educators to get creative with tech through') }}
9-
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&utm_medium=covid-banner&utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a>
10-
{{ $t('from the Raspberry Pi Foundation.') }}
9+
{{ $t('If you are ready to hold in-person club events soon, please') }}
10+
<a class="cd-banner-link" href="https://zen.coderdojo.com/dashboard/start-dojo">{{ $t('register your details') }}</a>
11+
{{ $t('and we will be in touch.') }}
1112
</p>
1213
<p>
13-
{{ $t('There are still many ways for you to get involved in the CoderDojo community!') }}
14-
<a class="cd-banner-link" href="https://zen.coderdojo.com/dashboard/start-dojo">{{ $t('Please register your details') }}</a>
15-
{{ $t('with us so we can find out how best to support you.') }}
14+
{{ $t('If you’re not able to start your Dojo in person yet, there are many other ways that you can get involved in the meantime.') }}
15+
{{ $t('Check out the exciting opportunities for young people, parents, volunteers, and educators to learn and get creative with tech through') }}
16+
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&amp;utm_medium=covid-banner&amp;utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a>
17+
{{ $t('from the Raspberry Pi Foundation.') }}
1618
</p>
1719
</div>
1820
</template>

0 commit comments

Comments
 (0)