mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Fix tag translation
This commit is contained in:
@@ -111,6 +111,17 @@ function updateTag(index: number) {
|
||||
"alert": {
|
||||
"title": "Translations alert!",
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user