From 8b08f91f7a8ad74032797df41a1e01c5568e113f Mon Sep 17 00:00:00 2001 From: Armin Dervisagic Date: Mon, 27 Apr 2026 15:35:04 +0700 Subject: [PATCH] Remove Crowdin localization feature reference --- content/docs/localization.mdx | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/content/docs/localization.mdx b/content/docs/localization.mdx index 629a495..dd69461 100644 --- a/content/docs/localization.mdx +++ b/content/docs/localization.mdx @@ -47,7 +47,7 @@ You can also preview it on device using the [In-App Previews](/sdk/quickstart/in ### Third Party Localization -If you choose to use a third party localization service, Superwall supports a few! We support Lokalise and Crowdin. +If you choose to use a third party localization service, Superwall supports Lokalise. Once configured, Superwall will automatically synchronize your strings to your chosen provider and subscribe to updates. @@ -72,21 +72,3 @@ Once you've got the token, head on over to Superwall and select Settings -> Loca Once you've added a valid API key, you should see a dropdown for the Lokalise project to use. Select your project, click save, then start localizing! - -#### Crowdin - -To set up Crowdin, you'll need to [generate an API key](https://crowdin.com/settings#api-key). - -![](/images/localization_crowdin_step_1.png) - -Grant the API key the `webhooks` and all `projects` scopes. - -![](/images/localization_crowdin_step_2.png) - -Once you've got the token, head on over to Superwall and select Settings -> Localization. Choose `Crowdin` from the dropdown and enter your API key. - -![](/images/localization_crowdin_step_3.png) - -Once you've added a valid API key, you should see a dropdown for the Crowdin project to use. - -Select your project, click save, then start localizing!