Skip to content

alphabetizing, i had to sing every time. #78

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

Merged
merged 1 commit into from
Jun 12, 2025
Merged
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
2 changes: 1 addition & 1 deletion src/pages/SupportLifecycles.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ From release, to the end of standard support, we will fix any bugs, and issue up
10 | 16th June 2022 | LTS | 16th June 2024 | 16th June 2025
13 | 14th December 2023 | LTS | 14th December 2025 | 14th December 2026
15 | 14th November 2024 | STS | 12th June 2025 | 14th November 2025
16 | 12th June 2025 | STS | 12th March 2026 | 12th June 2026
16 | 12th June 2025 | STS | 27th November 2027 | 12th June 2026

### Upcoming Releases
| Version | Release Date | Type | End of Standard Support | End-of-Life
Expand Down
104 changes: 52 additions & 52 deletions tm/05.reference/01.global.mdx → tm/05.reference/01.global.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ overriding the default setting.
```json
{
"Translation": {
"backgroundCheck": true,
"autoTranslate": true,
"autoTranslatePublishOnly": false,
"backgroundApproval": false,
"scheduleCheckPeriod": 180,
"includeEmpty": false,
"backgroundCheck": true,
"batchSize": 25,
"history": true,
"CheckLinksOnLoopback": false,
"fixup": false,
"returnToPending": false,
"hideLicenceTab": false,
"history": true,
"includeEmpty": false,
"relationType": "relateDocumentOnCopy",
"returnToPending": false,
"scheduleCheckPeriod": 180,
"UniqueNestedIds": true,
"CheckLinksOnLoopback": false,
"autoTranslate": true,
"autoTranslatePublishOnly": false,
"hideLicenceTab": false,
"links": {
"inline": true,
"pickers": false,
Expand All @@ -51,17 +51,17 @@ overriding the default setting.
"pending": "",
"approved": "",
"submitted": "",
"received": ""
"received": "",
"disabled": false,
"subject": "Translations : [{job}] - {eventName}",
},

"mappers": {
"inline":{
"tags": "img,a",
"attributes": "title,alt"
"attributes": "title,alt",
"strict": true,
}
},
"text":{
"text": "string.Empty",
}
Expand All @@ -71,35 +71,35 @@ overriding the default setting.
```


### backgroundCheck
Periodically checks the status of submitted [Jobs](fundementals/job) automatically.
### autoTranslate
Saves the changes that have been made in *Pending*.
```json
"Translation": {
"backgroundCheck": true,
"Translation": {
"autoTranslate": true,
}
```

### BackgroundApproval
Allows the approval process to run in the background (so you don't have to sit around and watch it happen).
### autoTranslatePublishOnly
Only published items are put into the pending queue
```json
"Translation": {
"backgroundApproval": false
"Translation": {
"autoTranslatePublishOnly": false,
}
```

### scheduleCheckPeriod
The number specifies how often the background check occurs.
### BackgroundApproval
Allows the approval process to run in the background (so you don't have to sit around and watch it happen).
```json
"Translation": {
"scheduleCheckPeriod": 180,
"Translation": {
"backgroundApproval": false
}
```

### includeEmpty
Include nodes with no translatable text in jobs.
### backgroundCheck
Periodically checks the status of submitted [Jobs](fundementals/job) automatically.
```json
"Translation": {
"includeEmpty": false,
"Translation": {
"backgroundCheck": true,
}
```

Expand All @@ -111,11 +111,11 @@ Number of items to process in a batch (if you are experiencing timeouts, try low
}
```

### history
Shows the history tab on a job. This allows you to see events. This setting is on by default
### CheckLinksOnLoopback
Toggle whether or not links within content are checked on translations that are using variants. By default, links are only checked on translations between two different sitenodes.
```json
"Translation": {
"history": true,
"CheckLinksOnLoopback": false,
}
```

Expand All @@ -127,59 +127,59 @@ Turns on debugging in interface by default, so you can delete the things you can
}
```

### returnToPending
Put translated content back into the pending queue if a job is cancelled. May cause conflicts. This setting is off by default.
### hideLicenceTab
Hide the licence tab from the UI. This setting is useful if you dont want anyone to see the licence key.
```json
"Translation": {
"returnToPending": false,
"hideLicenceTab": false,
}
```

### relationType
Default Umbraco relation used to link pages across languages.
### history
Shows the history tab on a job. This allows you to see events. This setting is on by default
```json
"Translation": {
"relationType": "relateDocumentOnCopy",
"history": true,
}
```

### UniqueNestedIds
Ensures that block and nested items get unique internal IDs when tranlated into other languages. By default these IDS are seperate, but depending on your set up you may want them to remain the same.
### includeEmpty
Include nodes with no translatable text in jobs.
```json
"Translation": {
"UniqueNestedIds": true,
"includeEmpty": false,
}
```

### CheckLinksOnLoopback
Toggle whether or not links within content are checked on translations that are using variants. By default, links are only checked on translations between two different sitenodes.
### relationType
Default Umbraco relation used to link pages across languages.
```json
"Translation": {
"CheckLinksOnLoopback": false,
"relationType": "relateDocumentOnCopy",
}
```

### autoTranslate
Saves the changes that have been made in *Pending*.
### returnToPending
Put translated content back into the pending queue if a job is cancelled. May cause conflicts. This setting is off by default.
```json
"Translation": {
"autoTranslate": true,
"returnToPending": false,
}
```

### autoTranslatePublishOnly
Only published items are put into the pending queue
### scheduleCheckPeriod
The number specifies how often the background check occurs.
```json
"Translation": {
"autoTranslatePublishOnly": false,
"scheduleCheckPeriod": 180,
}
```

### hideLicenceTab
Hide the licence tab from the UI. This setting is useful if you dont want anyone to see the licence key.
### UniqueNestedIds
Ensures that block and nested items get unique internal IDs when tranlated into other languages. By default these IDS are seperate, but depending on your set up you may want them to remain the same.
```json
"Translation": {
"hideLicenceTab": false,
"UniqueNestedIds": true,
}
```

Expand Down
Loading