Merge pull request #644 from GetStream/fix/localization
fix(localization): fix typos in italian strings
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
"llc": "packages/stream_chat",
|
||||
"ui": "packages/stream_chat_flutter",
|
||||
"core": "packages/stream_chat_flutter_core",
|
||||
"localization": "packages/stream_chat_flutter_localizations",
|
||||
"localization": "packages/stream_chat_localizations",
|
||||
"persistence": "packages/stream_chat_persistence"
|
||||
}
|
||||
env:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
## Upcoming
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
* Fixed typos in `Italian` translations.
|
||||
|
||||
## 1.1.0
|
||||
|
||||
✅ Added
|
||||
|
||||
@@ -255,7 +255,7 @@ Il file è troppo grande per essere caricato. Il limite è di $limitInMB MB.''';
|
||||
String get yesterdayLabel => 'Ieri';
|
||||
|
||||
@override
|
||||
String get channelIsMutedText => 'Il canale è mutato';
|
||||
String get channelIsMutedText => 'Il canale è silenziato';
|
||||
|
||||
@override
|
||||
String get noTitleText => 'Nessun titolo';
|
||||
@@ -274,7 +274,7 @@ Il file è troppo grande per essere caricato. Il limite è di $limitInMB MB.''';
|
||||
String get loadingChannelsError => 'Errore durante il caricamento dei canali';
|
||||
|
||||
@override
|
||||
String get deleteConversationLabel => 'Elemina conversazione';
|
||||
String get deleteConversationLabel => 'Elimina conversazione';
|
||||
|
||||
@override
|
||||
String get deleteConversationQuestion =>
|
||||
|
||||
Reference in New Issue
Block a user