Skip to content

Commit

Permalink
Translate records titles
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <[email protected]>
  • Loading branch information
jovandeginste committed Feb 25, 2024
1 parent fe66dc1 commit 95c8952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion translations/messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"%s records": "%s records",
"Active": "Active",
"Add a workout": "Add a workout",
"Add workout": "Add workout",
Expand Down Expand Up @@ -43,6 +42,7 @@
"Password": "Password",
"Profile updated": "Profile updated",
"Recent activity": "Recent activity",
"Records for %s": "Records for %s",
"Refresh all your workouts": "Refresh all your workouts",
"Register": "Register",
"Sign in": "Sign in",
Expand Down
2 changes: 1 addition & 1 deletion translations/nl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"%s records": "%s records",
"Active": "Actief",
"Add a workout": "Voeg een workout toe",
"Add workout": "Workout toevoegen",
Expand Down Expand Up @@ -43,6 +42,7 @@
"Password": "Wachtwoord",
"Profile updated": "Profiel bijgewerkt",
"Recent activity": "Recente activiteit",
"Records for %s": "Records voor %s",
"Refresh all your workouts": "Vernieuw al jouw workouts",
"Register": "Registreren",
"Sign in": "Aanmelden",
Expand Down
2 changes: 1 addition & 1 deletion views/partials/stats_records_distance.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{ end }} {{ define "stats_records_distance" }} {{ if .Active }}
<h3>
<span class="{{ IconFor .WorkoutType.String }}"></span>
{{ i18n "%s records" .WorkoutType.String }}
{{ i18n "Records for %s" (i18n .WorkoutType.String) }}
</h3>
<table class="workout-info table-auto">
<tbody>
Expand Down

0 comments on commit 95c8952

Please sign in to comment.