@@ -7,8 +7,9 @@ Tool for translating Caché [message dictionaries](http://docs.intersystems.com/
7
7
2 . Import it to any Caché namespace, e.g. to USER.
8
8
3 . Run in terminal:
9
9
```
10
- Set pVars("NameSpace") = "<The namespace where you want CLM to be installed>"
11
- USER> do ##class(CLM.Installer).Setup()
10
+ Set pVars("Namespace") = "<The namespace where you want CLM to be installed>" //e.g. SIMPLE
11
+ Set pVars("SourceDir") = "<The folder for the offline installation>" //e.g. C:\temp\CLM\
12
+ USER> do ##class(CLM.Installer).Setup(pVars) //If you do not specify the default pVars then CLM namespace will be chosen by default
12
13
```
13
14
14
15
@@ -21,20 +22,20 @@ Tool for translating Caché [message dictionaries](http://docs.intersystems.com/
21
22
## Auto-translate installation
22
23
23
24
1 . Get yandex translate API [ key] ( https://tech.yandex.com/translate/ )
24
- 2 . Set ` SSLConfig ` , ` yandexkey ` settings
25
+ 2 . Set ` yandexkey ` settings
25
26
26
27
27
28
## Settings
28
29
29
30
You can set CLM settings in terminal with ` do ##class(CLM.Utils).SetSetting(SettingName, Value) ` comand.
30
31
You can set the following settings:
31
32
32
- | Setting | Sample value | Description |
33
- | --------------| ---------------------------------| -----------------------------------------------------------------------|
34
- | CNAPath | libcna.so | Path to libcna.dll or libcna.so |
35
- | libcPath | /lib/x86_64-linux-gnu/libc.so.6 | Path to C standart library |
36
- | hunspellPath | libhunspell.dll | Path to hunspell shared library |
37
- | affPath | C:\ru.aff | Path to your hunspell dictionary if you don't want to use default one |
38
- | dicPath | C:\dic.aff | Path to your hunspell dictionary if you don't want to use default one |
39
- | yandexkey | trnsl.1.1.2015062... | Your yandex translate api key |
40
- | SSLConfig | CLM | Valid SSL config. Would be used to connect to yandex server |
33
+ | Setting | Sample value | Description |
34
+ | --------------| ---------------------------------| ---------------------------------------------------------------------------------- |
35
+ | CNAPath | libcna.so | Path to libcna.dll or libcna.so |
36
+ | libcPath | /lib/x86_64-linux-gnu/libc.so.6 | Path to C standart library for Linux (C:\Windows\System32\msvcrt.dll for windows) |
37
+ | hunspellPath | libhunspell.dll | Path to hunspell shared library |
38
+ | affPath | C:\ru.aff | Path to your hunspell dictionary if you don't want to use default one |
39
+ | dicPath | C:\dic.aff | Path to your hunspell dictionary if you don't want to use default one |
40
+ | yandexkey | trnsl.1.1.2015062... | Your yandex translate api key |
41
+ | SSLConfig | CLM | Valid SSL config. Would be used to connect to yandex server |
0 commit comments