Skip to content

Commit 6bc2ada

Browse files
authored
Merge pull request #125 from Jumoo/licenceTM
licence better described 🚄
2 parents e7f0508 + b3b4b5e commit 6bc2ada

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

tm/02.getStarted/10.licence.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ Go to the website https://jumoo.co.uk/translate/purchase
1616
## Add Licence Key to the Site
1717
![Licence page](licencelocation.png)
1818

19-
You will find the licence key in Settings -> Translation Manager -> licence.
19+
You can find the licence key box in the backoffice in Settings -> Translation Manager -> licence.
2020

21-
The licence is stored in a file (config/translations.licence.config) that can be copied between servers.
21+
The licence is stored in `umbraco/Licence/translationManager.licence`. This file can be copied between servers.
22+
23+
You can also enter the licence key in config:
24+
25+
```json
26+
"Translation": {
27+
"License" : {
28+
"Key": "[LICENCE-KEY]",
29+
"Domains": "[LICENCE-DOMAIN]"
30+
}
31+
}
32+
```
33+
This way if the translationManager.licence file is deleted, your translation key won't go with it.

0 commit comments

Comments
 (0)