Skip to content

Commit

Permalink
fix: yarn i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
borkopetrovicc committed Jun 15, 2023
1 parent 3d85038 commit b43a600
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
"password": "Password",
"sign_in": "Sign in",
"sign_up": "Sign up",
"simultaneous_logins": "You have been logged out because the simultaneous logins limit has been reached.",
"view_password": "View password",
"wrong_combination": "Incorrect email/password combination",
"wrong_email": "Please check your email and try again.",
"simultaneous_logins": "You have been logged out because the simultaneous logins limit has been reached."
"wrong_email": "Please check your email and try again."
},
"payment": {
"back_to_profile": "Back to profile",
Expand Down
1 change: 0 additions & 1 deletion public/locales/en/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"current_episode": "Current episode",
"current_video": "Current video",
"episode": "episode",
"episode_not_found": "Episode not found",
"episodes": "Episodes",
"favorite": "Favorite",
"favorites_warning": "Maximum amount of favorite videos exceeded. You can only add up to {{maxCount}} favorite videos. Please delete one and repeat the operation.",
Expand Down
1 change: 1 addition & 0 deletions public/locales/es/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"password": "Contraseña",
"sign_in": "Iniciar sesión",
"sign_up": "Registrarse",
"simultaneous_logins": "",
"view_password": "Ver contraseña",
"wrong_combination": "Combinación de correo electrónico/contraseña incorrecta",
"wrong_email": "Por favor, verifica tu correo electrónico e intenta nuevamente."
Expand Down
1 change: 0 additions & 1 deletion public/locales/es/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"current_episode": "Episodio actual",
"current_video": "Video actual",
"episode": "episodio",
"episode_not_found": "Episodio no encontrado",
"episodes": "Episodios",
"favorite": "Favorito",
"favorites_warning": "Se ha alcanzado el máximo de videos favoritos. Solo puedes agregar hasta {{maxCount}} videos favoritos. Por favor, elimina uno y repite la operación.",
Expand Down

0 comments on commit b43a600

Please sign in to comment.