Crowdin SDK дозволяє миттєво доставити нові переклади з проекту Crowdin у вашу програму. Using integration with Crowdin SDK, you won’t need to update the application in the Google Play Store every time there is a new localization version.
The SDK provides the following features:
Requirements to integrate an Android application with a project in Crowdin:
Інструмент розробки
Мова програмування програми
Configure the distribution to mirror the translated content of your project and integrate with Android app. Read more about Distributions.
For more details on setting up Crowdin Android SDK for your application, visit our GitHub repository.
This feature allows translators to see translations in the application in real-time. Managers and the QA team can also use it to preview translations before release.
Read more about Real-time Preview.
Enable this feature if you want all the screenshots made in the application to be automatically sent to your Crowdin Enterprise project with tagged strings. This way, translators will have an additional context for the source strings.
Read more about Screenshots.
Ви можете вказати шаблони експорту файлів та перевірити існуючі за допомогою Налаштування файлу. Для інтеграції Android підтримуються такі заповнювачі:
Ім'я | Опис |
---|---|
%language% | Language name (e.g., Ukrainian) |
%two_letters_code% | Language code ISO 639-1 (e.g., uk) |
%three_letters_code% | Language code ISO 639-2/T (e.g., ukr) |
%locale% | Locale (e.g., uk-UA) |
%locale_with_underscore% | Locale (e.g., uk_UA) |
%android_code% | Ідентифікатор мови в Android використаний в назвах «values-» директорій |
Функція CDN для Crowdin Android SDK побудована з урахуванням безпеки, а це означає, що можливість мінімального доступу для кінцевого користувача є обов’язковою. Якщо ви вирішили використовувати SDK Crowdin для Android, переконайтеся, що надаєте наступну інформацію для кінцевих користувачів.
Q: What might cause the occasional delay in getting the latest translations in the app? A: CDN caches all the translations in release for up to 1 hour. When new translations are released in Crowdin, CDN may still return them with a delay.