Skip to content

Commit

Permalink
Merge pull request #396 from vhatuncev/issue_394
Browse files Browse the repository at this point in the history
Added comment where to find i18n.PostBuild.exe
  • Loading branch information
turquoiseowl committed Apr 4, 2020
2 parents 643b14e + b470feb commit 1752a39
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 @@ -412,6 +412,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 1752a39

Please sign in to comment.