turquoiseowl / i18n

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

Generated po[t] Comments and References #304

Closed Sshnyari closed 7 years ago

Sshnyari commented 7 years ago

Is it possible to add a config option that allows to specify either we want to generate PO/POT files with or without references (and thus distinct comments if any) ?

A light version of po files (without paths to sources) can be nice to hand over to external translators Also, a lot of conflicts can be generated if the po/pot files are in git

Sshnyari commented 7 years ago

as a workaround, we currently reload TemplateItems, clear all references (except one, otherwise it will be commented) and duplicated comments in a custom posttbuild task (instead of the original one)

turquoiseowl commented 7 years ago

Please feel free to submit PR.

Sshnyari commented 7 years ago

I think we can close this issue now