Skip to content
Open
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
20 changes: 1 addition & 19 deletions content/docs/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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).

<Frame>![](/images/localization_crowdin_step_1.png)</Frame>

Grant the API key the `webhooks` and all `projects` scopes.

<Frame>![](/images/localization_crowdin_step_2.png)</Frame>

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.

<Frame>![](/images/localization_crowdin_step_3.png)</Frame>

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!
Loading