Skip to content

Commit 266c98f

Browse files
docs: small fix to i18n docs
1 parent 48c5cca commit 266c98f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus/docs/reactnative/basics/translations.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ sidebar_position: 4
44
title: Adding Internationalization (i18n)
55
---
66

7-
If you deploy your app to users who speak another language, you'll need to internationalize it. That means you need to write the app in a way that makes it possible to localize values like text and layouts for each language or locale that the app supports.
7+
If you deploy your app to users who speak another language, you'll need to internationalize it.
8+
Stream’s Chat Client provides the option to translate the user-created contents of messages in addition to the UI.
89
The React Native SDK's UI Components are available in multiple languages out-of-the-box.
910
At the moment we support the following languages (and more will be added in the future):
1011

0 commit comments

Comments
 (0)