We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972075c commit 7b612bfCopy full SHA for 7b612bf
.github/workflows/ci.yml
@@ -21,24 +21,8 @@ jobs:
21
with:
22
dotnet-version: 8.0.x
23
24
- - name: Build LocalizerScript
25
- run: |
26
- cd .\Scripts
27
- dotnet build
28
-
29
- - name: Run LocalizerScript
30
31
- cd .\Scripts\bin\Debug\net8.0
32
- .\LocalizerScript.exe "${{github.workspace}}/Views" "${{github.workspace}}/Strings"
33
34
- - name: Upload .msixupload to artifacts
35
- uses: actions/upload-artifact@v4
36
- with:
37
- name: Strings
38
- path: "${{github.workspace}}/Strings"
39
40
41
42
43
+ - name: Build Localizer
+ run: dotnet build --project FluentLauncher.Infra.Localizer
44
+ - name: Run Localizer
+ run: dotnet run --project FluentLauncher.Infra.Localizer -- --src "Views" --out "Strings" --languages en-US zh-Hans zh-Hant ru-RU uk-UA
0 commit comments