feat: add credits

This commit is contained in:
Sonny
2023-11-25 19:10:14 +01:00
parent b1f5de0fa6
commit 12a898232e
10 changed files with 43 additions and 11 deletions

View File

@@ -1,5 +1,8 @@
{
"select-categorie": "Please select a category",
"or-create-one": "or create one",
"no-link": "No link for <b>{{name}}</b>"
"no-link": "No link for <b>{{name}}</b>",
"footer": {
"made_by": "Made with ❤\uFE0F by"
}
}

View File

@@ -1,5 +1,8 @@
{
"select-categorie": "Veuillez séléctionner une categorie",
"or-create-one": "ou en créer une",
"no-link": "Aucun lien pour <b>{{name}}</b>"
"no-link": "Aucun lien pour <b>{{name}}</b>",
"footer": {
"made_by": "Fait avec ❤\uFE0F par"
}
}