Skip to content

Commit bd26417

Browse files
committed
Add dotnet-tools.json.
1 parent 43ee28e commit bd26417

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.config/dotnet-tools.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"orchardcorecontrib.poextractor": {
6+
"version": "1.2.0",
7+
"commands": [
8+
"extractpo"
9+
],
10+
"rollForward": false
11+
}
12+
}
13+
}

.github/workflows/crowdin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
GH_TOKEN: ${{ secrets.LOMBIQBOT_GITHUB_PERSONAL_ACCESS_TOKEN }}
2323
run: |
2424
# Generate latest localization files.
25-
dotnet tool install --global OrchardCoreContrib.PoExtractor
25+
dotnet tool install OrchardCoreContrib.PoExtractor
2626
New-Item -Path Localization -ItemType Directory
27-
extractpo . Localization
27+
dotnet extractpo . Localization
2828
2929
# Clone the Translations repository.
3030
git clone "https://${Env:GH_TOKEN}@github.com/OrchardCMS/OrchardCore.Commerce.Translations.git"

OrchardCore.Commerce.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
Readme.md = Readme.md
1818
Reset-Local.ps1 = Reset-Local.ps1
1919
renovate.json5 = renovate.json5
20+
.config\dotnet-tools.json = .config\dotnet-tools.json
2021
EndProjectSection
2122
EndProject
2223
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B2D057AA-E3F7-404D-A713-C3C59F9DE562}"

0 commit comments

Comments
 (0)