Skip to content

Commit

Permalink
Updated with necessary changes for global time element
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshKhadse23 committed Jan 2, 2025
1 parent a75e921 commit c28e1a4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,3 @@ app.*.map.json

# Old scaffolding hack
lib/credential_fixture.dart

#as it regenerate not necessary to add
lib/generated/l10n/
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,12 @@ abstract class ZulipLocalizations {
/// In en, this message translates to:
/// **'Search emoji'**
String get emojiPickerSearchEmoji;

/// Tooltip for the button to attach a global time to the compose box.
///
/// In en, this message translates to:
/// **'Attach a global time'**
String get composeBoxAttachGlobalTimeTooltip;
}

class _ZulipLocalizationsDelegate extends LocalizationsDelegate<ZulipLocalizations> {
Expand Down
3 changes: 3 additions & 0 deletions lib/generated/l10n/zulip_localizations_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,7 @@ class ZulipLocalizationsAr extends ZulipLocalizations {

@override
String get emojiPickerSearchEmoji => 'Search emoji';

@override
String get composeBoxAttachGlobalTimeTooltip => 'Attach a global time';
}
3 changes: 3 additions & 0 deletions lib/generated/l10n/zulip_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,7 @@ class ZulipLocalizationsEn extends ZulipLocalizations {

@override
String get emojiPickerSearchEmoji => 'Search emoji';

@override
String get composeBoxAttachGlobalTimeTooltip => 'Attach a global time';
}
3 changes: 3 additions & 0 deletions lib/generated/l10n/zulip_localizations_fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,7 @@ class ZulipLocalizationsFr extends ZulipLocalizations {

@override
String get emojiPickerSearchEmoji => 'Search emoji';

@override
String get composeBoxAttachGlobalTimeTooltip => 'Attach a global time';
}
3 changes: 3 additions & 0 deletions lib/generated/l10n/zulip_localizations_ja.dart
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,7 @@ class ZulipLocalizationsJa extends ZulipLocalizations {

@override
String get emojiPickerSearchEmoji => 'Search emoji';

@override
String get composeBoxAttachGlobalTimeTooltip => 'Attach a global time';
}
3 changes: 3 additions & 0 deletions lib/generated/l10n/zulip_localizations_pl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {

@override
String get emojiPickerSearchEmoji => 'Search emoji';

@override
String get composeBoxAttachGlobalTimeTooltip => 'Attach a global time';
}
3 changes: 3 additions & 0 deletions lib/generated/l10n/zulip_localizations_ru.dart
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {

@override
String get emojiPickerSearchEmoji => 'Search emoji';

@override
String get composeBoxAttachGlobalTimeTooltip => 'Attach a global time';
}

0 comments on commit c28e1a4

Please sign in to comment.