chore(doc, ui): minor formatting changes
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -175,6 +175,6 @@ Example:
|
|||||||
<string>nb</string>
|
<string>nb</string>
|
||||||
<string>fr</string>
|
<string>fr</string>
|
||||||
<string>it</string>
|
<string>it</string>
|
||||||
<string>es</string>
|
<string>es</string>
|
||||||
</array>
|
</array>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ class MyApp extends StatelessWidget {
|
|||||||
Locale('hi'),
|
Locale('hi'),
|
||||||
Locale('fr'),
|
Locale('fr'),
|
||||||
Locale('it'),
|
Locale('it'),
|
||||||
|
Locale('es'),
|
||||||
],
|
],
|
||||||
localizationsDelegates: GlobalStreamChatLocalizations.delegates,
|
localizationsDelegates: GlobalStreamChatLocalizations.delegates,
|
||||||
builder: (context, widget) => StreamChat(
|
builder: (context, widget) => StreamChat(
|
||||||
|
|||||||
Reference in New Issue
Block a user