Skip to content

Commit

Permalink
Merge branch 'ADP-2017-AI-localization-PB'
Browse files Browse the repository at this point in the history
* ADP-2017-AI-localization-PB:
  Removed line types
  Line types removed
  Updated in acc with changes in product
  version for review
  • Loading branch information
Lutik-sun committed Feb 13, 2025
2 parents 4dd0313 + 32077ef commit 3d69392
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 2 deletions.
Binary file added SNAGs/3.0/localization-table-PB.snagx
Binary file not shown.
Binary file added SNAGs/3.0/localization-table-language-PB.snagx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,36 @@ Suppose you've finished configuring your paywall in the default `en` localizatio
/>
</Zoom>

Now, you can translate the content manually, or export the localization file for external translators.
Now, you can translate the content manually, use AI, or export the localization file for external translators.

## Translating paywalls with AI

AI-powered translation is a quick and efficient way to localize your paywall.

:::note

To use AI for paywall translation, you’ll need a Pro+ or Enterprise plan.

:::

We automatically detect which lines have never been translated or have changed in English since their last translation and mark them as needing an update. Lines that were already translated and haven't changed will keep their original translation and won’t be re-translated.

Rich text formatting (bold, italic, colored text, etc.) won’t be preserved in the translated version. Please adjust the translated text manually as needed.

1. Select the languages for translation.

<Zoom>
<img src={require('./img/localization-table-language-PB.webp').default}
style={{
border: '1px solid #727272', /* border width and color */
width: '700px', /* image width */
display: 'block', /* for alignment */
margin: '0 auto' /* center alignment */
}}
/>
</Zoom>

2. Click **AI Translate** to apply translations. The paywall lines will be translated and added to the table.

## Exporting localization files for external translation

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0/add-remote-config-locale.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You can translate both **String** and **List** values. By default, all lines are
/>
</Zoom>

3. Click **Translate** to apply translations. The selected lines will be translated and added to the remote config, with the translated lines marked green.
3. Click **AI Translate** to apply translations. The selected lines will be translated and added to the paywall, with the translated lines marked green.

## Exporting localization files for external translation

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 3d69392

Please sign in to comment.