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: android-sdk/about.mdx
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,40 +14,47 @@ Tolgee is a platform that streamlines translations for web, mobile, and desktop
14
14
> NOTE:
15
15
> For managing static translations in your repository, consider using the [Tolgee CLI](/tolgee-cli/installation).
16
16
17
-
Tolgee Android SDK lets you locate Android apps with dynamic content delivery, which adapts content to user behavior, preferences and device data.
17
+
Tolgee Android SDK lets you localize Android apps with dynamic content delivery, which adapts content to user behavior, preferences and device data.
18
18
19
19
Our over‑the‑Air (OTA) translation updates, makes local changes, and seamlessly integrates with multiple systems, Android Views, Jetpack Compose and static translations.
20
20
21
21
## Why should you try it?
22
22
23
-
Tolgee lets you ship translation fixes and new languages faster and easier- without a new app build. Our product internationalization teams can push improvements instantly and validate the changes during production.
23
+
Tolgee lets you ship translation fixes and new languages faster and easier without a new app build. You teams can push improvements instantly and validate the changes during production.
24
24
25
-
The platform works offline with caching, backups referencing, providing resource fallbacks, selecting the best resource for a user's device settings and preloading critical namespaces for smooth user experience. Above that Tolgee keeps UX consistent, by updating UI automatically, as a response to local changes. These are what grants fewer untranslated or mismatched strings of text.
25
+
The platform works offline with caching, fallbacks to Android resources when needed, and preloading critical namespaces for a smooth user experience. Additionally, Tolgee keeps UX consistent by updating the UI automatically in response to translation or locale changes. These features result in fewer untranslated or mismatched strings of text.
26
26
27
27
## New possibilities
28
28
29
29
### Over‑the‑Air (OTA) updates
30
-
Delivers translations via CDN (Cloud or self‑hosting) with caching, automatic backup referencing.
30
+
31
+
Delivers translations via CDN (Cloud or self‑hosting) with caching and offline support.
31
32
32
33
### Product internationalization teams on your side
33
-
Our teams can push improvements instantly and validate the changes during production process.
34
+
35
+
Translation teams can push improvements instantly and validate the changes during production process.
34
36
35
37
### Change the app's language at runtime (Runtime locale API)
36
-
While switching locations our program reacts instantly with Tolgee.changeFlow function.
38
+
39
+
Use `tolgee.changeFlow` to monitor locale changes and update your UI accordingly.
37
40
38
41
### Works offline with fallbacks and preloading
39
-
Provides android resources fallback, selecting the best resource for a user's device settings and preloading critical namespaces.
42
+
43
+
Provides fallbacks to Android resources and preloading of critical namespaces.
40
44
41
45
### Consistent UX
46
+
42
47
Our platform keeps UX consistent, by updating UI automatically, as a response to local changes.
43
48
44
49
### Support for Android Views, Jetpack Compose and static translations with CLI
45
-
Aids with both coding functions stringResource, pluralStringResource and reactive updates.
50
+
51
+
Support for both coding functions `stringResource`, `pluralStringResource` and reactive updates.
46
52
47
53
### Hosting options
54
+
48
55
Tolgee gives you multiple hosting options: Cloud CDN (Cloud or self‑hosting) or your own CDN.
49
56
50
-
Our product makes sure to ship translation fixes and new languages faster and easier. Our teams can push improvements instantly and validate the changes during production.
57
+
Tolgee platform makes sure to ship translation fixes and new languages faster and easier. Your teams can push improvements instantly and validate the changes during production.
51
58
52
59
We help your programmers! We support multiple systems, hosting options without a new app build, at that.
0 commit comments