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

Add GlobalLink Enterprise Connect Plugin to Builder.io #3783

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions plugins/transperfect/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// preset-react to support JSX
{
"presets": ["@babel/preset-react"],
"env": {
"development": {
"presets": [["@babel/preset-react", { "development": true }]]
}
}
}
1 change: 1 addition & 0 deletions plugins/transperfect/.nvm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.17.1
18 changes: 18 additions & 0 deletions plugins/transperfect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Builder.io GlobalLink Enterprise Connect Plugin

## Installation
Plugin Tab select GlobalLink.

## Translation Constraints
The GlobalLink Enterprise Connect plugin for Builder.io has certain limitations regarding localizable field types. Specifically, only the content of the following localizable field types can be translated:
Text,Long Text,HTML,Code,JavaScript,Reference and JSON.

## Translating Content in Builder.io

### Translating a Single Entry
If you would like to review the content you are sending for translation, you can first open it in the Visual Editor. In the editor, select the Translate option to access a translation screen where you can specify your translation requirements.

### Translating Multiple Entries
To translate multiple entries at once, select the desired items on the screen and choose the Translate option. This will open the translation screen where you can define your translation specifications. All selected entries will be included in the same translation request. If you wish to apply different settings to each file, you must send them for translation individually.

For more detailed instructions about setting up your connector, please refer our documentation at: https://connect.translations.com/docs/builderio
Loading