lang: navbar translation
This commit is contained in:
9
frontend/static/js/lang/en.json
Normal file
9
frontend/static/js/lang/en.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"navbarSearch": "Search",
|
||||
"navbarHome": "Home",
|
||||
"navbarLogin": "Login",
|
||||
"navbarRegister": "Register",
|
||||
"navbarProfile": "My Profile",
|
||||
"navbarSettings": "Settings",
|
||||
"navbarLogout": "Logout"
|
||||
}
|
9
frontend/static/js/lang/fr.json
Normal file
9
frontend/static/js/lang/fr.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"navbarSearch": "Recherche",
|
||||
"navbarHome": "Maison",
|
||||
"navbarLogin": "Se connecter",
|
||||
"navbarRegister": "S'inscrire",
|
||||
"navbarProfile": "Mon Profil",
|
||||
"navbarSettings": "Paramètres",
|
||||
"navbarLogout": "Se déconnecter"
|
||||
}
|
Reference in New Issue
Block a user