42 lines
1.9 KiB
Markdown
42 lines
1.9 KiB
Markdown
## 2.0.0
|
|
|
|
- Updated `stream_chat_flutter` dependency to [`3.0.0`](https://pub.dev/packages/stream_chat_flutter/changelog).
|
|
|
|
🐞 Fixed
|
|
|
|
* Fixed typos in `Italian` translations.
|
|
|
|
## 1.1.0
|
|
|
|
✅ Added
|
|
|
|
* Added support for [Spanish](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart) locale.
|
|
* Added support for [Korean](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ko.dart) locale.
|
|
* Added support for [Japanese](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ja.dart) locale.
|
|
* Added translations for cooldown mode.
|
|
* Added translations for attachmentLimitExceed.
|
|
|
|
🔄 Changed
|
|
|
|
* Some of the `Hindi` translations have been updated/changed for better understanding.
|
|
- 'रिप्लाई' -> 'जवाब दें'
|
|
- 'तस्वीरें' -> 'फ़ोटोज'
|
|
- 'बिता हुआ कल' -> 'कल'
|
|
- 'चैनल मौन है' -> 'चैनल म्यूट है'
|
|
|
|
## 1.0.2
|
|
|
|
* Updated `stream_chat_flutter` dependency
|
|
|
|
## 1.0.1
|
|
|
|
* Minor Fixes
|
|
|
|
## 1.0.0
|
|
|
|
* Initial Release with support for 4 locales
|
|
- [English](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_en.dart)
|
|
- [Hindi](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_hi.dart)
|
|
- [Italian](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_it.dart)
|
|
- [French](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart)
|