added translations on login and detail page

This commit is contained in:
grata
2023-05-06 11:45:35 +02:00
parent a24fce9fab
commit e29446737e
9 changed files with 93 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
{
"congratulations": "Congratulations you discovered"
}

View File

@@ -0,0 +1,8 @@
{
"login": "Log-in",
"register": "Register",
"username": "username",
"password": "password",
"usernamePlaceholder": "insert username",
"passwordPlaceholder": "insert password"
}