21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
> Generate the LibreOffice extension and the package folder.
> LANG is the lang code (ISO 639).
> This script uses the file `config.ini` in the folder `gc_lang/LANG`.
**First build**
`make.py LANG -js`
> This command is required to generate all necessary files.
**Options**
`-b --build_data`
|
|
|
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
> Generate the LibreOffice extension and the package folder.
> LANG is the lang code (ISO 639).
> This script uses the file `config.ini` in the folder `gc_lang/LANG`.
**First build**
`make.py LANG -ba -js`
> This command is required to generate all necessary files.
**Options**
`-b --build_data`
|