feat(home): drop calendar card — drawer entry is enough
Remove the "this month" card from the home menu; the calendar stays reachable from the drawer and the /calendar route is unchanged. Also drop the now-unused calendar.homeSubtitle i18n key (en/es/pt/ast) and regenerate slang.
This commit is contained in:
parent
6cff0d0b11
commit
a476f17cdf
10 changed files with 2 additions and 24 deletions
|
|
@ -90,7 +90,6 @@ class _Translations$calendar$pt extends Translations$calendar$en {
|
|||
|
||||
// Translations
|
||||
@override String get title => 'Este mês';
|
||||
@override String get homeSubtitle => 'O que semear e fazer agora';
|
||||
@override String get filterChip => 'Este mês';
|
||||
@override String nothing({required Object month}) => 'Nada anotado para ${month}.';
|
||||
}
|
||||
|
|
@ -1226,7 +1225,6 @@ extension on TranslationsPt {
|
|||
dynamic _flatMapFunction(String path) {
|
||||
return switch (path) {
|
||||
'calendar.title' => 'Este mês',
|
||||
'calendar.homeSubtitle' => 'O que semear e fazer agora',
|
||||
'calendar.filterChip' => 'Este mês',
|
||||
'calendar.nothing' => ({required Object month}) => 'Nada anotado para ${month}.',
|
||||
'app.title' => 'Tanemaki',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue