Skip to content

Commit

Permalink
Minor translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Nov 15, 2024
1 parent 8b50bb2 commit c593714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/i18n/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"votes": "Vots: {{ votes }} ({{ percent }})"
},
"schedule": {
"created": "Creat fa {{ distance }}",
"ended": "Finalitzat fa {{ distance }}",
"created": "Creat {{ distance }}",
"ended": "Finalitzat {{ distance }}",
"from_begin_to_end": "Votació del {{ begin }} al {{ end }}",
"paused_end": "Finalitza {{ distance }}",
"paused_start": "Comença {{ distance }}"
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"votes": "Votos: {{ votes }} ({{ percent }})"
},
"schedule": {
"created": "Creado hace {{ distance }}",
"ended": "Finalizado hace {{ distance }}",
"created": "Creado {{ distance }}",
"ended": "Finalizado {{ distance }}",
"from_begin_to_end": "Votación del {{ begin }} al {{ end }}",
"paused_end": "Finaliza en {{ distance }}",
"paused_start": "Comienza en {{ distance }}"
Expand Down

2 comments on commit c593714

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.