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: website/docs/intro.mdx
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,17 +50,6 @@ Translators can instantly preview translations they are making in Crowdin on the
50
50
51
51
Project owner and managers can make screenshots right within the app version where this component is enabled. Screenshots will automatically appear in the project with tagged source strings.
52
52
53
-
## Bundles
54
-
55
-
Bundles allow you to generate resource files from your project strings. You can upload strings to Crowdin in any format (e.g. spreadsheet file) or create keys using the Figma plugin. Then use bundles to generate resource files to be used in your mobile or web application in any format.
56
-
57
-
By default, you can choose from the following three formats: Android XML, iOS Strings, and XLIFF. You can add more target file formats by installing respective applications from the [Crowdin Store](https://store.crowdin.com/tags/string-exporter).
58
-
59
-
For more details, visit Knowledge Base:
60
-
61
-
-[Bundles in OTA Content Delivery (crowdin.com)](https://support.crowdin.com/bundles/#bundles-in-ota-content-delivery)
62
-
-[Bundles in OTA Content Delivery (Crowdin Enterprise)](https://support.crowdin.com/enterprise/bundles/#bundles-in-ota-content-delivery)
- Set up SDK and enable Over-The-Air Content Delivery feature in your project.
16
16
17
-
**Distribution** is a CDN vault that mirrors the translated content of your project and is required for integration with Android app.
17
+
**Distribution** is a CDN vault that mirrors your project's translated content and is required for Android app integration.
18
18
19
-
-[Creating a distribution in crowdin.com](https://support.crowdin.com/content-delivery/)
20
-
-[Creating a distribution in Crowdin Enterprise](https://support.crowdin.com/enterprise/content-delivery/)
19
+
-[Creating a distribution in Crowdin](https://support.crowdin.com/cdn-distributions/)
20
+
-[Creating a distribution in Crowdin Enterprise](https://support.crowdin.com/enterprise/cdn-distributions/)
21
21
22
22
:::info
23
-
- By default, the translation downloading happens **asynchronously** after launching the app. The downloaded translations will be used after the next launch of the app or Activity re-render. Otherwise, the [previously cached translations](/cache)will be used (or local translations if a cache does not exist).
24
-
- The CDN feature does not update the localization files. if you want to add new translations to the localization files you need to do it yourself.
25
-
- Once SDK receives the translations, it's stored on the device as application files for further sessions to minimize requests the next time the app starts. Storage time can be configured using `withUpdateInterval` option.
26
-
- CDN caches all the translation in release for up to 1 hour and even when new translations are released in Crowdin, CDN may return it with a delay.
23
+
- By default, translation download happens **asynchronously** after app launch. Downloaded translations are applied after the next app launch or activity re-render. Otherwise, [previously cached translations](/cache)are used (or bundled local translations if a cache does not exist).
24
+
- The CDN feature does not update your localization files. If you want to add new translations to localization files, update them separately.
25
+
- Once the SDK receives translations, they are stored on the device as application files for future sessions to minimize requests. Storage time can be configured using the`withUpdateInterval` option.
26
+
- CDN caches released translations for up to 1 hour, so newly released translations in Crowdinmay be returned with a delay.
27
27
- To display a string, Crowdin will try to find it in the dynamic strings (from the CDN) and use the bundled version as a fallback. In other words, only the newly provided strings will be overridden and the bundled version will be used for the rest.
28
28
:::
29
29
@@ -179,4 +179,3 @@ Otherwise, new resources are applied when the activity is restarted.
0 commit comments