File tree Expand file tree Collapse file tree 2 files changed +170
-102
lines changed Expand file tree Collapse file tree 2 files changed +170
-102
lines changed Original file line number Diff line number Diff line change @@ -22,33 +22,33 @@ files will be in the second addon repository to be commited.
22
22
Examples:
23
23
* Creates the initial addon-source directories for the addon.
24
24
```
25
- python make.py gramps50 init AddonDirectory
25
+ python3 make.py gramps50 init AddonDirectory
26
26
```
27
27
28
28
* Creates the initial empty ` AddonDirectory/po/fr-local.po ` file for the addon.
29
29
```
30
- python make.py gramps50 init AddonDirectory fr
30
+ python3 make.py gramps50 init AddonDirectory fr
31
31
```
32
32
33
33
* Updates ` AddonDirectory/po/fr-local.po ` with the latest translations.
34
34
```
35
- python make.py gramps50 update AddonDirectory fr
35
+ python3 make.py gramps50 update AddonDirectory fr
36
36
```
37
37
38
38
* Build ` ../download/AddonDirectory.addon.tgz `
39
39
```
40
- python make.py gramps50 build AddonDirectory
40
+ python3 make.py gramps50 build AddonDirectory
41
41
```
42
42
43
43
* Create or update the listing entry for your addon
44
44
```
45
- python make.py gramps50 listing AddonDirectory
45
+ python3 make.py gramps50 listing AddonDirectory
46
46
```
47
47
48
48
Valid command summary
49
49
=====================
50
50
51
- * ** clean** - Removes all of the strings (template.pot/ locale etc) from the addon
51
+ * ** clean** - Removes unnecessary files (template.pot/ locale etc) from the addon
52
52
53
53
* ** init** - Get all of the strings from the addon and create template.po
54
54
You can’t perform that action at this time.
0 commit comments