Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve setup section #231

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion website/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import CodeBlock from '@theme/CodeBlock';

To configure Android SDK integration you need to:

- Upload your localization files to Crowdin. If you have existing translations, you can also upload them.
- Upload your localization files to Crowdin. If you have existing translations, you can upload them as well. You can use one of the following options:
- [Crowdin CLI](https://crowdin.github.io/crowdin-cli/)
- [Android Studio Plugin](https://store.crowdin.com/android-studio)
- [Crowdin GitHub Action](https://github.com/marketplace/actions/crowdin-action)
- [and more](https://support.crowdin.com/uploading-files/)
- Set up Distribution in Crowdin.
- Set up SDK and enable Over-The-Air Content Delivery feature in your project.

Expand Down
Loading