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
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,9 @@ For managing static translations in your repository, consider using the [Tolgee
17
17
18
18
## Overview
19
19
20
-
Tolgee Mobile SDK for Android and Compose Multiplatform lets you localize Kotlin-based applications with dynamic content delivery, providing translations dynamically without needing to publish new app versions.
20
+
Tolgee Mobile SDK for **Android** and **Compose Multiplatform** lets you localize Kotlin-based applications with **dynamic content delivery**, providing translations dynamically without needing to publish new app versions.
21
21
22
-
**Supports Over‑the‑Air (OTA)** translation updates, seamless integration with Android Views, Jetpack Compose, Compose Multiplatform, and static translation fallbacks.
23
-
24
-
## Why should you try it?
25
-
26
-
Tolgee platform lets you ship translations and new languages faster and easier without a new app build.
27
-
28
-
The platform works offline with caching, fallbacks to static translation 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.
22
+
**Supports Over‑the‑Air (OTA)** translation updates, seamless integration with **Android Views**, **Jetpack Compose**, **Compose Multiplatform**, and **static translation fallbacks**.
29
23
30
24
## Features
31
25
@@ -78,12 +72,6 @@ The platform works offline with caching, fallbacks to static translation resourc
78
72
/>
79
73
</div>
80
74
81
-
## Compatibility
82
-
83
-
:::note
84
-
To build configuration examples use Kotlin DSL (build.gradle.kts). Groovy DSL may work but is not officially supported/tested.
85
-
:::
86
-
87
75
## Get Started
88
76
89
77
Ready to integrate Tolgee into your Android project?
@@ -94,7 +82,7 @@ Ready to integrate Tolgee into your Android project?
94
82
emoji="🚀"
95
83
description="Complete step-by-step setup guide with installation, modules, and implementation choices"
Copy file name to clipboardExpand all lines: android-sdk/jetpack/installation.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ For managing static translations, we recommend using [Tolgee CLI](https://github
32
32
Using **Version Catalog** is recommended to keep your versions aligned, especially in bigger projects. This provides **readability, centralization, and consistency**.
33
33
:::
34
34
35
+
:::note
36
+
To build configuration examples use Kotlin DSL (build.gradle.kts). Groovy DSL may work but is not officially supported/tested.
37
+
:::
38
+
35
39
1. Add dependency (Compose):
36
40
37
41
In `gradle/libs.versions.toml` <u>add an alias for Tolgee Compose library</u>.
Copy file name to clipboardExpand all lines: android-sdk/quickstart.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ The **Core module** is a Kotlin Multiplatform library that provides runtime supp
32
32
Using **Version Catalog** is recommended to keep your versions aligned, especially in bigger projects. This provides **readability, centralization, and consistency**.
33
33
:::
34
34
35
+
:::note
36
+
To build configuration examples use Kotlin DSL (build.gradle.kts). Groovy DSL may work but is not officially supported/tested.
37
+
:::
38
+
35
39
1. Add dependency (Core):
36
40
37
41
In `gradle/libs.versions.toml` <u>add an alias for Tolgee library</u>.
Copy file name to clipboardExpand all lines: platform/getting_started/translation_content.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ Tolgee provides a native [iOS SDK](/ios-sdk) with a great support for SwiftUI th
38
38
39
39
Tolgee also provides an [Android SDK](/android-sdk) for native Android apps, including Jetpack Compose support. Follow the Android docs to:
40
40
41
-
- Install and initialize the SDK: [Installation](/android-sdk/installation)
41
+
- Install and initialize the SDK: [Quickstart](/android-sdk/quickstart)
42
42
- Use translations in Views and handle plurals/parameters: [Usage](/android-sdk/usage)
43
43
- Use localized composables: [Jetpack Compose](/android-sdk/jetpack/installation)
44
44
45
-
In production, configure content delivery (CDN) using the Android [Installation](/android-sdk/installation) and [Production guide](/android-sdk/production), and preload data as needed.
45
+
In production, configure content delivery (CDN) using the Android [Quickstart](/android-sdk/quickstart) and [Production guide](/android-sdk/production), and preload data as needed.
0 commit comments