Skip to content

Commit

Permalink
localization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazol committed Mar 27, 2024
1 parent 576e9ed commit 6db3992
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,9 @@ void main() {
expect(translations.galleryPaginationText, isNotNull);
expect(translations.fileText, isNotNull);
expect(translations.replyToMessageLabel, isNotNull);
expect(translations.unreadCountIndicatorLabel(unreadCount: 2), isNotNull);
expect(translations.unreadMessagesSeparatorText(), isNotNull);
expect(translations.markUnreadError, isNotNull);
expect(translations.markAsUnreadLabel, isNotNull);
});
}

0 comments on commit 6db3992

Please sign in to comment.