You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/reactnative/basics/translations.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ sidebar_position: 4
4
4
title: Adding Internationalization (i18n)
5
5
---
6
6
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.
8
9
The React Native SDK's UI Components are available in multiple languages out-of-the-box.
9
10
At the moment we support the following languages (and more will be added in the future):
0 commit comments