File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments