Skip to content

Commit 4dbf3b9

Browse files
author
gevorg95
authored
Update README.md
1 parent 153f771 commit 4dbf3b9

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Tool for translating Caché [message dictionaries](http://docs.intersystems.com/
77
2. Import it to any Caché namespace, e.g. to USER.
88
3. Run in terminal:
99
```
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
1213
```
1314

1415

@@ -21,20 +22,20 @@ Tool for translating Caché [message dictionaries](http://docs.intersystems.com/
2122
## Auto-translate installation
2223

2324
1. Get yandex translate API [key](https://tech.yandex.com/translate/)
24-
2. Set `SSLConfig`, `yandexkey` settings
25+
2. Set `yandexkey` settings
2526

2627

2728
## Settings
2829

2930
You can set CLM settings in terminal with `do ##class(CLM.Utils).SetSetting(SettingName, Value)` comand.
3031
You can set the following settings:
3132

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

Comments
 (0)