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:
vjrj 2026-07-11 06:48:41 +02:00
parent 6cff0d0b11
commit a476f17cdf
10 changed files with 2 additions and 24 deletions

View file

@ -90,7 +90,6 @@ class _Translations$calendar$ast extends Translations$calendar$en {
// Translations
@override String get title => 'Esti mes';
@override String get homeSubtitle => 'Qué semar y facer agora';
@override String get filterChip => 'Esti mes';
@override String nothing({required Object month}) => 'Nada anotao pa ${month}.';
}
@ -1227,7 +1226,6 @@ extension on TranslationsAst {
dynamic _flatMapFunction(String path) {
return switch (path) {
'calendar.title' => 'Esti mes',
'calendar.homeSubtitle' => 'Qué semar y facer agora',
'calendar.filterChip' => 'Esti mes',
'calendar.nothing' => ({required Object month}) => 'Nada anotao pa ${month}.',
'app.title' => 'Tanemaki',