add korean to tranlsation docs
This commit is contained in:
@@ -27,6 +27,7 @@ At the moment we support the following languages:
|
|||||||
- [French](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart)
|
- [French](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart)
|
||||||
- [Spanish](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart)
|
- [Spanish](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart)
|
||||||
- [Japanese](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ja.dart)
|
- [Japanese](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ja.dart)
|
||||||
|
- [Korean](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ko.dart)
|
||||||
More languages will be added in the future. Feel free to [contribute](https://github.com/GetStream/stream-chat-flutter/blob/master/CONTRIBUTING.md) to add more languages.
|
More languages will be added in the future. Feel free to [contribute](https://github.com/GetStream/stream-chat-flutter/blob/master/CONTRIBUTING.md) to add more languages.
|
||||||
|
|
||||||
### Add dependency
|
### Add dependency
|
||||||
@@ -65,6 +66,7 @@ class MyApp extends StatelessWidget {
|
|||||||
Locale('it'),
|
Locale('it'),
|
||||||
Locale('es'),
|
Locale('es'),
|
||||||
Locale('ja'),
|
Locale('ja'),
|
||||||
|
Locale('ko'),
|
||||||
],
|
],
|
||||||
// Add GlobalStreamChatLocalizations.delegates
|
// Add GlobalStreamChatLocalizations.delegates
|
||||||
localizationsDelegates: GlobalStreamChatLocalizations.delegates,
|
localizationsDelegates: GlobalStreamChatLocalizations.delegates,
|
||||||
@@ -135,6 +137,7 @@ Here is an example of how that would look like:
|
|||||||
Locale('it'),
|
Locale('it'),
|
||||||
Locale('es'),
|
Locale('es'),
|
||||||
Locale('ja'),
|
Locale('ja'),
|
||||||
|
Locale('ko'),
|
||||||
],
|
],
|
||||||
// locales are the locales of the device
|
// locales are the locales of the device
|
||||||
// supportedLocales are the app supported locales
|
// supportedLocales are the app supported locales
|
||||||
@@ -179,5 +182,6 @@ Example:
|
|||||||
<string>it</string>
|
<string>it</string>
|
||||||
<string>es</string>
|
<string>es</string>
|
||||||
<string>ja</string>
|
<string>ja</string>
|
||||||
|
<string>ko</string>
|
||||||
</array>
|
</array>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user