Skip to content

Commit ae6b404

Browse files
committed
pr fixes
1 parent 5fa2a5d commit ae6b404

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

android-sdk/about.mdx

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,40 +14,47 @@ Tolgee is a platform that streamlines translations for web, mobile, and desktop
1414
> NOTE:
1515
> For managing static translations in your repository, consider using the [Tolgee CLI](/tolgee-cli/installation).
1616
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.
1818

1919
Our over‑the‑Air (OTA) translation updates, makes local changes, and seamlessly integrates with multiple systems, Android Views, Jetpack Compose and static translations.
2020

2121
## Why should you try it?
2222

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.
2424

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.
2626

2727
## New possibilities
2828

2929
### 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.
3132

3233
### 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.
3436

3537
### 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.
3740

3841
### 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.
4044

4145
### Consistent UX
46+
4247
Our platform keeps UX consistent, by updating UI automatically, as a response to local changes.
4348

4449
### 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.
4652

4753
### Hosting options
54+
4855
Tolgee gives you multiple hosting options: Cloud CDN (Cloud or self‑hosting) or your own CDN.
4956

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.
5158

5259
We help your programmers! We support multiple systems, hosting options without a new app build, at that.
5360

0 commit comments

Comments
 (0)