Skip to content

Commit a8c07de

Browse files
committed
added papers link to the navbar
1 parent cf39c09 commit a8c07de

7 files changed

Lines changed: 1194 additions & 94 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-icons": "^5.2.1",
3535
"react-markdown": "^9.0.1",
3636
"react-router-dom": "^6.22.3",
37-
"react-scripts": "5.0.1",
37+
"react-scripts": "^5.0.1",
3838
"react-world-flags": "^1.6.0",
3939
"rehype-autolink-headings": "^7.1.0",
4040
"rehype-slug": "^6.0.0",
@@ -66,7 +66,8 @@
6666
"source-map-explorer": "^2.5.3",
6767
"source-map-loader": "^5.0.0",
6868
"webpack": "^5.94.0",
69-
"webpack-cli": "^5.1.4"
69+
"webpack-cli": "^5.1.4",
70+
"webpack-dev-server": "^5.2.3"
7071
},
7172
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
7273
}

public/locales/en/translation.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"changeLanguage": "Change Languege",
33
"navbar": {
4-
"link": "Home",
5-
"link1": "Blog",
6-
"link2": "RelaySMS",
7-
"link3": "DekuSMS",
8-
"link4": "Privacy Policy",
9-
"link5": "Documentation",
10-
"link6": "Features",
11-
"link7": "Papers"
4+
"link": "Home",
5+
"link1": "Blog",
6+
"link2": "RelaySMS",
7+
"link3": "DekuSMS",
8+
"link4": "Privacy Policy",
9+
"link5": "Documentation",
10+
"link6": "Features",
11+
"link7": "Papers",
12+
"papers": {
13+
"whitepaper": "Whitepaper",
14+
"threatModel": "Threat Model"
15+
}
1216
},
1317
"loader": "Loading Please Wait",
1418
"LandingHeader": "Open Source | Research",

public/locales/es/translation.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"changeLanguage": "Cambiar idioma",
33
"navbar": {
4-
"link": "Inicio",
4+
"link": "Inicio",
55
"link1": "Blog",
66
"link2": "RelaySMS",
77
"link3": "DekuSMS",
88
"link4": "Política de privacidad",
99
"link5": "Documentación",
1010
"link6": "Funciones",
11-
"link7": "Documentos"
11+
"link7": "Artículos",
12+
"papers": {
13+
"whitepaper": "Libro blanco",
14+
"threatModel": "Modelo de amenazas"
15+
}
1216
},
1317
"loader": "Cargando, por favor espere",
1418
"LandingHeader": "Código abierto | Investigación",

public/locales/fa/translation.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"link4": "سیاست حفظ حریم خصوصی",
99
"link5": "مستندات",
1010
"link6": "ویژگی‌ها",
11-
"link7": "مقالات"
11+
"link7": "مقالات",
12+
"papers": {
13+
"whitepaper": "کتاب سفید",
14+
"threatModel": "مدل تهدید"
15+
}
1216
},
1317
"loader": "در حال بارگذاری، لطفاً صبر کنید",
1418
"LandingHeader": "منبع باز | پژوهش",

public/locales/fr/translation.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"changeLanguage": "Changer de langue",
33
"navbar": {
4-
"link": "Accueil",
4+
"link": "Accueil",
55
"link1": "Blog",
66
"link2": "RelaySMS",
77
"link3": "DekuSMS",
88
"link4": "Politique de confidentialité",
99
"link5": "Documentation",
1010
"link6": "Fonctionnalités",
11-
"link7": "Documents"
11+
"link7": "Papiers",
12+
"papers": {
13+
"whitepaper": "Livre blanc",
14+
"threatModel": "Modèle de menace"
15+
}
1216
},
1317
"loader": "Chargement, veuillez patienter",
1418
"LandingHeader": "Open Source | Recherche",

0 commit comments

Comments
 (0)