blogEntriesOverviewLink property

  1. @override
String get blogEntriesOverviewLink
override

Landing-page link to the blog-post overview. Replaces a hard-coded de/en ternary that silently served English to a third locale.

In en, this message translates to: 'Go to the overview of all blog entries'

Implementation

@override
String get blogEntriesOverviewLink =>
    'Accéder à l\'aperçu de tous les articles de blog';