Skip to content

Commit

Permalink
Add space before colon for french translation #527
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr authored Jul 27, 2023
1 parent e2e4757 commit 2b93225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ describe('DashboardActionsComponent', () => {
buildLessonPresence(1, new Date(), new Date(), 'Math'),
]);
},
getLanguage() {
return 'de-CH';
},
},
},
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{{ 'dashboard.actions.deadline' | translate }}: {{ count }}
{{ 'dashboard.actions.deadline' | translate }}{{ ': ' | addSpace: ':'
}}{{ count }}

0 comments on commit 2b93225

Please sign in to comment.