Skip to content

Commit

Permalink
of_month
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoiana committed Oct 4, 2023
1 parent f0c0d56 commit 43a8106
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion uni/lib/generated/intl/messages_pt_PT.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class MessageLookup extends MessageLookupByLibrary {
"edit_on": MessageLookupByLibrary.simpleMessage("Concluir edição"),
"empty_text": MessageLookupByLibrary.simpleMessage(
"Por favor preenche este campo"),
"exam_of": MessageLookupByLibrary.simpleMessage("de"),
"of_month": MessageLookupByLibrary.simpleMessage("de"),
"exams_filter":
MessageLookupByLibrary.simpleMessage("Definições Filtro de Exames"),
"exit_confirm": MessageLookupByLibrary.simpleMessage(
Expand Down
4 changes: 2 additions & 2 deletions uni/lib/generated/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions uni/lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
"@no_selected_exams": {},
"occurrence_type": "Type of occurrence",
"@occurrence_type": {},
"exam_of": "of",
"@exam_of": {},
"of_month": "of",
"@of_month": {},
"other_links": "Other links",
"@other_links": {},
"pass_change_request": "For security reasons, passwords must be changed periodically.",
Expand Down
4 changes: 2 additions & 2 deletions uni/lib/l10n/intl_pt_PT.arb
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
"@no_selected_exams": {},
"occurrence_type": "Tipo de ocorrência",
"@occurrence_type": {},
"exam_of": "de",
"@exam_of": {},
"of_month": "de",
"@of_month": {},
"other_links": "Outros links",
"@other_links": {},
"pass_change_request": "Por razões de segurança, as palavras-passe têm de ser alteradas periodicamente.",
Expand Down
2 changes: 1 addition & 1 deletion uni/lib/view/exams/widgets/day_title.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DayTitle extends StatelessWidget {
padding: const EdgeInsets.only(top: 15, bottom: 3),
alignment: Alignment.center,
child: Text(
'$weekDay, $day ${S.of(context).exam_of} $month',
'$weekDay, $day ${S.of(context).of_month} $month',
style: Theme.of(context).textTheme.titleLarge,
),
);
Expand Down

0 comments on commit 43a8106

Please sign in to comment.