Skip to content

Commit

Permalink
Added commente where to find i18n.PostBuild.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Khatuntsev committed Mar 27, 2020
1 parent f36239b commit b470feb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@ adding `i18n.PostBuild.exe` as a project reference:
```
"$(TargetDir)i18n.PostBuild.exe" "$(ProjectDir)\web.config"
```
You can find i18n.PostBuild.exe file under packages folder:

```
{your_solution}\packages\{package_version}\tools\i18n.PostBuild\i18n.PostBuild.exe
```

Alternatively, you may choose to install the `i18n.POTGenerator.vsix` Visual Studio extension (2012/2013).
This installs an `i18n` button in the Solution Window for manual triggering of PO generation. Note that
Expand Down

0 comments on commit b470feb

Please sign in to comment.