mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-10 16:06:58 +01:00
Fix tag translation
This commit is contained in:
@@ -111,6 +111,17 @@ function updateTag(index: number) {
|
|||||||
"alert": {
|
"alert": {
|
||||||
"title": "Translations alert!",
|
"title": "Translations alert!",
|
||||||
"description": "Due to time constraints, all article translations will be available only in English. Thank you for your understanding."
|
"description": "Due to time constraints, all article translations will be available only in English. Thank you for your understanding."
|
||||||
|
},
|
||||||
|
"tags": {
|
||||||
|
"article": "Articles",
|
||||||
|
"all": "Library",
|
||||||
|
"project": "Projects",
|
||||||
|
"r": "R",
|
||||||
|
"python": "Python",
|
||||||
|
"data": "Data",
|
||||||
|
"ai": "AI",
|
||||||
|
"maths": "Maths",
|
||||||
|
"web": "Web"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fr": {
|
"fr": {
|
||||||
|
|||||||
Reference in New Issue
Block a user