feat: add settings modal

This commit is contained in:
Sonny
2023-11-25 22:05:14 +01:00
parent 6e3b2263b0
commit 20a0f86118
7 changed files with 52 additions and 16 deletions

View File

@@ -31,5 +31,9 @@
"generic-error-description": "An error has occurred, if this happens again please <a href=\"https://github.com/Sonny93/my-links\" target=\"_blank\">create an issue</a> with as much detail as possible.",
"retry": "Retry",
"privacy": "Privacy",
"terms": "Terms of use"
"terms": "Terms of use",
"language": {
"fr": "French",
"en": "English"
}
}

View File

@@ -31,5 +31,9 @@
"generic-error-description": "Une erreur est survenue, si cela se reproduit merci de <a href=\"https://github.com/Sonny93/my-links\" target=\"_blank\">créer une issue</a> avec le maximum de détails.",
"retry": "Recommencer",
"privacy": "Confidentialité",
"terms": "CGU"
"terms": "CGU",
"language": {
"fr": "Français",
"en": "Anglais"
}
}