Skip to content

Commit 9238713

Browse files
committed
Translation instructions
1 parent af041be commit 9238713

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ No support for DevToys CLI (for now).
2727
2. Follow the [instructions on DevToys.app](https://devtoys.app/doc/articles/extension-development/getting-started/setup.html) to run the project locally.
2828
3. Press <kbd>F5</kbd> to start debugging.
2929

30+
### Translation
31+
32+
After setup, locate `Jvw.DevToys.SemverCalculator/Resources/Resources.resx` file in Visual Studio, and [add your locale with translations](https://learn.microsoft.com/en-us/visualstudio/ide/managing-application-resources-dotnet?view=vs-2022).
33+
3034
### Guidelines
3135

3236
This project uses [CSharpier](https://csharpier.com/) to format the code. Install all required DotNet tools with `dotnet tool restore`.

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"nupkg",
2020
"nupkgs",
2121
"pwsh",
22+
"resx",
2223
"sonarcloud",
2324
"sonarsource",
2425
"temurin",

0 commit comments

Comments
 (0)