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