Update docusaurus/docs/Flutter/guides/adding_localization.mdx
Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6878517d8b
commit
c71575bb25
@@ -19,7 +19,7 @@ If you deploy your app to users who speak another language, you'll need to inter
|
||||
What this package allows you to do is to provide localized strings for the Stream chat widgets. For example, depending on the application locale, the Stream Chat widgets will display the appropriate language. The locale will be set automatically, based on system preferences, or you could set it programmatically in your app. The package supports several different languages, with more to be added. The package allows you to override any supported language or add a new language that isn't supported.
|
||||
|
||||
:::note
|
||||
If you want to translate your messages (or even enable automatic translation), make sure to check [the dedicated documentation](https://getstream.io/chat/docs/flutter-dart/translation/?language=dart).
|
||||
If you want to translate messages, or enable automatic translation, please see the [Translation documentation](https://getstream.io/chat/docs/flutter-dart/translation/?language=dart).
|
||||
:::
|
||||
|
||||
### Supported languages
|
||||
|
||||
Reference in New Issue
Block a user