Remove We're sorry in intl file
This commit is contained in:
@@ -2597,13 +2597,13 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"noEmailInYourCurrentFolder": "We're sorry, there are no emails in your current folder",
|
||||
"noEmailInYourCurrentFolder": "There are no emails in your current folder",
|
||||
"@noEmailInYourCurrentFolder": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"noEmailMatchYourCurrentFilter": "We're sorry, there are no emails that match your current filter.",
|
||||
"noEmailMatchYourCurrentFilter": "There are no emails that match your current filter.",
|
||||
"@noEmailMatchYourCurrentFilter": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"@@last_modified": "2025-11-18T16:44:44.341535",
|
||||
"@@last_modified": "2025-11-20T14:48:58.635692",
|
||||
"initializing_data": "Initializing data...",
|
||||
"@initializing_data": {
|
||||
"type": "text",
|
||||
|
||||
@@ -5,6 +5,7 @@ import 'package:flutter_localizations/flutter_localizations.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:tmail_ui_user/features/thread/presentation/widgets/empty_emails_widget.dart';
|
||||
import 'package:tmail_ui_user/main/localizations/app_localizations.dart';
|
||||
import 'package:tmail_ui_user/main/localizations/app_localizations_delegate.dart';
|
||||
import 'package:tmail_ui_user/main/localizations/localization_service.dart';
|
||||
|
||||
@@ -83,7 +84,8 @@ void main() {
|
||||
final emptyEmailMessageWidget = tester.widget<Text>(emptyEmailMessageWidgetFinder);
|
||||
expect(
|
||||
emptyEmailMessageWidget.data,
|
||||
'We\'re sorry, there are no emails that match your current filter.');
|
||||
AppLocalizations().noEmailMatchYourCurrentFilter,
|
||||
);
|
||||
});
|
||||
|
||||
testWidgets(
|
||||
|
||||
Reference in New Issue
Block a user