@@ -4,23 +4,60 @@ Generate label files for Microsoft Dynamics 365 for Operations core models in sp
4
4
You are more than welcome to contribute!
5
5
6
6
# Download
7
- You can download the latest release here: https://github.com/ptornich/LabelFileGenerator/releases/download/v1 .0/LabelFileGenerator.exe
7
+ You can download the latest release here: https://github.com/ptornich/LabelFileGenerator/releases/download/v2 .0/LabelFileGenerator.exe
8
8
9
9
After downloading you will find a self contained executable that can be run from any folder.
10
10
11
11
# Instructions
12
- 1 ) Select the AOS Service folder (if it's not automatically set)
13
- 2 ) Select the desired language
14
- 3 ) Click the "Generate label files" button
15
- 4 ) Wait until all label files are created (usually it takes about 25min)
16
- 5 ) Done!
12
+ 1 ) Run the executable
13
+ 2 ) Enter the desired language * (or add the language to the file name)*
14
+ 3 ) Wait a few seconds
15
+ 4 ) Done!
16
+
17
+ # Running from the command line
18
+ When running from the command line the following arguments are accepted:
19
+
20
+ ```
21
+ -l or --lang
22
+ The target language in which the label files should be generated. For example: pt-BR.
23
+
24
+ -f or --folder
25
+ The AOSService folder path. For example: K:\AosService\. (if not specified, first found will be used)
26
+
27
+ -v or --verbose
28
+ Display the created file names during the process.
29
+
30
+ --help
31
+ Display the help screen
32
+
33
+ --version
34
+ Display version information
35
+ ```
36
+
37
+ For example:
38
+ ```
39
+ LabelFileGenerator.exe -l pt-BR -v
40
+ ```
41
+
42
+ The command line above will generate label files in brazilian portuguese with the verbose flag on.
43
+
44
+ # Adding the language to the file name
45
+ With the new added feature, now it's possible to add the target language directly to the file name.
46
+
47
+ For example:
48
+ ```
49
+ LabelFileGenerator_pt-BR.exe
50
+ ```
51
+
52
+ Double clicking this file would directly start the label generation for brazilian portugue labels.
17
53
18
54
# Screen shots
19
55
20
- ![ ] ( https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_01.png )
56
+ ### Running the executable directly
57
+ ![ ] ( https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/Screen%20Shot%2001.png )
21
58
22
- ![ ] ( https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_02 .png )
59
+ ![ ] ( https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/Screen%20Shot%2002 .png )
23
60
24
- ![ ] ( https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_03.png )
25
61
26
- ![ ] ( https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/screenshot_04.png )
62
+ ### Running the executable directly with the target language on the file name
63
+ ![ ] ( https://github.com/ptornich/LabelFileGenerator/blob/master/Screenshots/Screen%20Shot%2003.png )
0 commit comments