turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

where to find i18n.PostBuild.exe? #394

Closed rszemeti closed 3 years ago

rszemeti commented 4 years ago

The documentation says: "To set up automatic PO database building, add the following post-build task to your project, after adding i18n.PostBuild.exe as a project reference"

But I have no clue where to download this from, Google isn't any help ... it's apparently not included in the .nuget package ... very frustrating.

turquoiseowl commented 4 years ago

It should be under the packages folder after you've added i18n to at least one project:

<sln_folder>\packages\I18N.2.1.15\tools\i18n.PostBuild\i18n.PostBuild.exe

rszemeti commented 4 years ago

Ah, OK, yes it is! :) ... it may be helpful to mention the location in the docs someplace, possibly in the paragraph mentioned?

On Mon, 13 Jan 2020 at 22:43, Martin Connell notifications@github.com wrote:

It should be under the packages folder after you've added i18n to at least one project:

\packages\I18N.2.1.15\tools\i18n.PostBuild\i18n.PostBuild.exe — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .

--

Best regards,

Robin Szemeti

Redpoint Consulting Limited

E: robin@redpoint.org.uk T: +44 (0) 1299 405028 M: +44 (0) 7971 883371

CONFIDENTIALITY NOTICE The information contained in this e-mail is intended only for the confidential use of the above named recipient. If you are not the intended recipient or person responsible for delivering it to the intended recipient, you have received this communication in error and must not distribute or copy it. Please accept the sender's apologies, notify the sender immediately by return e-mail and delete this communication.

Thank you.

turquoiseowl commented 4 years ago

Yes, I agree, it should be documented. If you have time to submit the edit via a pull request I'll happily merge it. Thank you.

peters commented 4 years ago

@rszemeti You can try the .NET core version by installing PostBuild as a tool. This utility also supports watching DirectoriesToScan and automatically rebuilding your pot file. Project url: https://github.com/fintermobilityas/i18n.core

dotnet tool install pot -g
pot --watch