Skip to content

Commit 3d27a85

Browse files
committed
Add Noun Project link, add periods at the ends of sentences, update Russian translations
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent 61588a8 commit 3d27a85

File tree

3 files changed

+157
-145
lines changed

3 files changed

+157
-145
lines changed

src/components/Footer.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<template v-slot:noted>
1414
<a :href="licensePoliciesUrl">{{ $t('footer.licensing.noted') }}</a>
1515
</template>
16+
<template v-slot:noun-project>
17+
<a :href="nounProjectIconsUrl">{{$t('footer.licensing.noun-project')}}</a>
18+
</template>
1619
<template v-slot:CCBY>
1720
<a :href="CCBYUrl">{{ $t('footer.licensing.CCBY') }}</a>
1821
</template>
@@ -37,7 +40,8 @@ export default {
3740
data() {
3841
return {
3942
licensePoliciesUrl: 'https://creativecommons.org/policies#license',
40-
CCBYUrl: 'https://creativecommons.org/licenses/by/4.0/'
43+
CCBYUrl: 'https://creativecommons.org/licenses/by/4.0/',
44+
nounProjectIconsUrl: 'https://creativecommons.org/website-icons'
4145
}
4246
}
4347
}

src/locales/en.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"locale-selector.label": "Selected language",
99
"select-license": {
1010
"heading": "SELECT YOUR LICENSE",
11-
"instructions": "Follow the steps to select the appropriate license for your work"
11+
"instructions": "Follow the steps to select the appropriate license for your work."
1212
},
1313
"stepper":
1414
{
@@ -24,8 +24,8 @@
2424
"FS": {
2525
"heading": "License Expertise",
2626
"question": "Do you know which license you need?",
27-
"selected": "I know which license I need",
28-
"not-selected": "I need help selecting a license"
27+
"selected": "I know which license I need.",
28+
"not-selected": "I need help selecting a license."
2929
},
3030
"BY": {
3131
"heading": "Attribution",
@@ -65,7 +65,7 @@
6565
},
6666
"AD": {
6767
"heading": "Attribution Details",
68-
"instructions": "Filling out this form is optional, but helps others attribute your work to you, and fills in machine-readable code",
68+
"instructions": "Filling out this form is optional, but helps others attribute your work to you, and fills in machine-readable code.",
6969
"form": {
7070
"creator-name": {
7171
"label": "Work Author",
@@ -106,9 +106,9 @@
106106
}
107107
},
108108
"license-use": {
109-
"heading": "Use your license",
110-
"common-instructions": "Choose what kind of work you are licensing to get appropriate license code",
111-
"web-instructions": "If you are licensing one work, paste the code next to it. If you are licensing the whole page or blog, you can paste the license code at the bottom of the page",
109+
"heading": "Use your license.",
110+
"common-instructions": "Choose what kind of work you are licensing to get appropriate license code.",
111+
"web-instructions": "If you are licensing one work, paste the code next to it. If you are licensing the whole page or blog, you can paste the license code at the bottom of the page.",
112112
"web-tab-heading": "Website",
113113
"print-media-tab-heading": "Print Work or Media",
114114
"print-media-instructions": "Copy the text below and paste it on the title and/or copyright page of your print work or presentation, or in the credits of your media.",
@@ -202,9 +202,10 @@
202202
"call": "Help us keep Internet free and open."
203203
},
204204
"licensing": {
205-
"text": "Except where otherwise {noted}, content on this site is licensed under a {CCBY}. Icons by Noun Project.",
205+
"text": "Except where otherwise {noted}, content on this site is licensed under a {CCBY}. Icons by {noun-project}.",
206206
"noted": "noted",
207-
"CCBY": "Creative Commons Attribution 4.0 International license"
207+
"CCBY": "Creative Commons Attribution 4.0 International license",
208+
"noun-project": "Noun Project"
208209
}
209210
},
210211
"cc0-waiver": {

0 commit comments

Comments
 (0)