Skip to content

Commit 49ecf5a

Browse files
Copilotxsahil03x
andauthored
fix(localization): Italian unreadMessagesSeparatorText returns French text (#2486)
Co-authored-by: xsahil03x <25670178+xsahil03x@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent a9029bf commit 49ecf5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/stream_chat_localizations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Upcoming
2+
3+
- Fixed Italian translation for `unreadMessagesSeparatorText` (was incorrectly showing French text "Nouveaux messages" instead of Italian "Nuovi messaggi").
4+
15
## 9.22.0
26

37
- Added translations for new `deletePollOptionLabel` label.

packages/stream_chat_localizations/lib/src/stream_chat_localizations_it.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Attenzione: il limite massimo di $limit file è stato superato.
450450
String get linkDisabledError => 'I links sono disattivati';
451451

452452
@override
453-
String unreadMessagesSeparatorText() => 'Nouveaux messages';
453+
String unreadMessagesSeparatorText() => 'Nuovi messaggi';
454454

455455
@override
456456
String get enableFileAccessMessage => "Per favore attiva l'accesso ai file"

0 commit comments

Comments
 (0)