Skip to content

Commit 1fca23e

Browse files
authored
Merge pull request #133 from Jumoo/ver-17
Ver 17
2 parents c7b5fc3 + 3fb3e0f commit 1fca23e

File tree

422 files changed

+7389
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

422 files changed

+7389
-45
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ const config = {
3030
editUrl: "https://github.com/Jumoo/jumoo-docs/edit/master",
3131
versions: {
3232
current: {
33-
label: "v16.x - Umbraco 16",
33+
label: "v17.x - Umbraco 17",
3434
},
35-
"15.x": {
36-
label: "v15.x - Umbraco 15",
35+
"16.x": {
36+
label: "v16.x - Umbraco 16",
3737
banner: "unmaintained",
3838
},
3939
"13.x": {
@@ -68,10 +68,10 @@ const config = {
6868
lastVersion: "current",
6969
versions: {
7070
current: {
71-
label: "v16.x - Umbraco 16",
71+
label: "v17.x - Umbraco 17",
7272
},
73-
"15.x": {
74-
label: "v15.x - Umbraco 15",
73+
"16.x": {
74+
label: "v16.x - Umbraco 16",
7575
banner: "unmaintained",
7676
},
7777
"13.x": {

i18n/en/docusaurus-plugin-content-docs-tm/current.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version.label": {
3-
"message": "v16.x - Umbraco 16",
3+
"message": "v17.x - Umbraco 17",
44
"description": "The label for version current"
55
},
66
"sidebar.documentationSidebar.category.get-started-tm": {

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version.label": {
3-
"message": "v16.x - Umbraco 16",
3+
"message": "v17.x - Umbraco 17",
44
"description": "The label for version current"
55
},
66
"sidebar.documentationSidebar.category.uSync": {

src/pages/SupportLifecycles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ From release, to the end of standard support, we will fix any bugs, and issue up
2121
| Version | Release Date | Type | End of Standard Support | End-of-Life
2222
|--|--|--|--|--|
2323
13 | 14th December 2023 | LTS | 14th December 2025 | 14th December 2026
24-
15 | 14th November 2024 | STS | 12th June 2025 | 14th November 2025
2524
16 | 12th June 2025 | STS | 27th November 2025 | 12th June 2026
25+
17 | 27th November 2025 | LTS | 27th November 2027 | 27th November 2028
2626

2727
### Upcoming Releases
2828
| Version | Release Date | Type | End of Standard Support | End-of-Life
2929
|--|--|--|--|--|
30-
17 | 27th November 2025 | LTS | 27th November 2027 | 27th November 2028
3130
18 | 25th June 2026 | STS | 10th December 2026 | 25th June 2027
3231
19 | 10th December 2026 | STS | 24th June 2027 | 10th December 2027
3332
20 | 24th June 2027 | STS | 9th December 2027 | 24th June 2028
@@ -42,6 +41,7 @@ From release, to the end of standard support, we will fix any bugs, and issue up
4241
11 | 12th December 2022 | STS | 1st September 2023 | 1st December 2023
4342
12 | 29th June 2023 | STS | 29th March 2024 | 29th June 2024
4443
14 | 30th May 2024 | STS | 2nd March 2025 | 30th May 2025
44+
15 | 14th November 2024 | STS | 12th June 2025 | 14th November 2025
4545

4646
### Short Term Support (STS) Releases
4747

tm/01.install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Installation
55
To install Translation Manager you will first need to have [installed Umbraco.](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install)
66

77
:::note
8-
Translation Manager v16 runs on Umbraco v16
8+
Translation Manager v17 runs on Umbraco v17
99
:::
1010

1111
## Install via .NET CLI
@@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
2525
<TabItem value="pm">
2626

2727
```cli
28-
<PackageReference Include="Jumoo.TranslationManager" Version="16.*" />
28+
<PackageReference Include="Jumoo.TranslationManager" Version="17.*" />
2929
```
3030

3131
</TabItem>
@@ -40,5 +40,5 @@ dotnet add package Jumoo.TranslationManager
4040

4141

4242
## Install as Package
43-
On Umbraco v16 you can't install packages via the backoffice, it must be installed via NuGet.
43+
On Umbraco v17 you can't install packages via the backoffice, it must be installed via NuGet.
4444

tm/03.userGuide/15.bulk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bulk Translations
33
---
44
:::warning Not Yet Implemented
5-
This option is not yet available in version 16.
5+
This option is not yet available in version 17.
66
:::
77

88
Bulk Translations allow you to easily build bundles of content from the same translation set and send them for translation. You can pick your translation set from anywhere within a site.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Introduction
3+
slug: /
4+
---
5+
6+
7+
Translation Manager is an end to end translation management solution for Umbraco.
8+
9+
## Overview
10+
Translation Manager provides editors and website managers with a clean and easy
11+
way to manage translations for their Umbraco based website.
12+
13+
Through the use of extended menu options and the Translation Manager Dashboard,
14+
users can submit, track, and approve content translations without ever having
15+
to leave Umbraco.
16+
17+
for more information see the [full Translation Manager site](https://jumoo.co.uk/translate)
18+
19+
<iframe width="684" height="385" src="https://www.youtube.com/embed/pvzcy2V6BVU?si=KptopoRw3QLoIPgK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Installation
3+
---
4+
5+
To install Translation Manager you will first need to have [installed Umbraco.](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install)
6+
7+
:::note
8+
Translation Manager v16 runs on Umbraco v16
9+
:::
10+
11+
## Install via .NET CLI
12+
If you have [installed your Umbraco site using .NET CLI](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/install-umbraco-with-templates), you can also install Translation Manager from within Visual Studio by running the following command in the command-line.
13+
14+
15+
import Tabs from '@theme/Tabs';
16+
import TabItem from '@theme/TabItem';
17+
18+
<Tabs
19+
defaultValue="core"
20+
values={[
21+
{ label: 'Dotnet', value: 'core', },
22+
{ label: 'Package Reference', value: 'pm', },
23+
]
24+
}>
25+
<TabItem value="pm">
26+
27+
```cli
28+
<PackageReference Include="Jumoo.TranslationManager" Version="16.*" />
29+
```
30+
31+
</TabItem>
32+
<TabItem value="core">
33+
34+
```cli
35+
dotnet add package Jumoo.TranslationManager
36+
```
37+
38+
</TabItem>
39+
</Tabs>
40+
41+
42+
## Install as Package
43+
On Umbraco v16 you can't install packages via the backoffice, it must be installed via NuGet.
44+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Multi-Language Setups
3+
---
4+
5+
There are two ways of setting up Umbraco for multiple languages. You can either:
6+
7+
- have a content tree for each language, or
8+
- run all of your languages through a single tree and use the Umbraco [Variants](https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/variants) feature.
9+
10+
## Multiple Tree Setup.
11+
If you want to have separate content for each language on your site you can do this by maintaining separate content trees within Umbraco, one for each language:
12+
13+
![multiple languages](multitree.png)
14+
15+
16+
## Single Node
17+
When using variants, all of your languages live under one content tree.
18+
19+
![single tree](single.png)
20+
21+
and your languages are managed via the dropdown at the top of the content node
22+
23+
![dropdown](dropdown.png)
24+
25+
26+
## Which Setup is Right?
27+
Which of these setups you choose will depend on how you want to manage your content. If **all** of your content is identical for each language on your site, then the variant method may work best as you can keep your content in sync easily.
28+
29+
If you have some content that only appears for one or some of your languages then you may wish to maintain a separate tree for each language.
30+
31+
Translation Manager works with both multilingual setups and has built in tools to help you maintain your site and its structure.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Configure Translations
3+
---
4+
5+
Before you can perform any translations with Translation Manager you will need to configure it so it knows where your primary language content is and where you want the translated content to go.
6+
7+
You do this by creating a [Translation Set.](../reference/fundementals/set)
8+
9+
## 1. Create a Translation Set:
10+
11+
1. Go to the settings section of Umbraco
12+
2. Expand the *Translation Manager* node in the settings tree
13+
3. Go to the *Sets* node
14+
4. Click on the *Create new set* button.
15+
![The create new set button.](createSet.png)
16+
17+
## 2. Configure Your Translation Set
18+
19+
1. Give your set a name.
20+
2. Select your master content node.
21+
- This is the place where your source content is going to come from
22+
3. Select the locations you want the translated content to go.
23+
24+
You can have multiple locations on for each language your want to translate.
25+
26+
You don't need to change any other settings but you can follow our [create a Translation Set guide](../userGuide/create) for more info.
27+
28+

0 commit comments

Comments
 (0)