Skip to content

Commit 5ac0736

Browse files
Translate keywords in target language
1 parent ae7f891 commit 5ac0736

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

templates/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<meta name="robots" content="all,follow">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="author" content="François Roseberry">
8-
<meta name="keywords" content="adaptation,prototype,disability,printing,3d,quebec,fast,small,kayak">
8+
<meta
9+
data-attr-t
10+
name="keywords"
11+
content-t="keywords"
12+
>
913
<title>Adaptations 3D</title>
1014
<link
1115
rel="stylesheet"

templates/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"language": "en",
33
"languageSwitch": "FR",
44
"tagline": "Helping people with 3D printing",
5+
"keywords": "adaptation,prototype,disability,printing,3d,quebec,fast,kayak",
56
"sections": {
67
"product": {
78
"summary": "Ongoing development of a kayak adaptation",

templates/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"language": "fr",
33
"languageSwitch": "EN",
44
"tagline": "Aider les gens avec l'impression 3D",
5+
"keywords": "adaptation,prototype,handicap,impression,3d,québec,rapide,kayak",
56
"sections": {
67
"product": {
78
"summary": "Développement en cours d'une adaptation de kayak",

0 commit comments

Comments
 (0)