OrchardCoreContrib / OrchardCoreContrib.PoExtractor

Extracts localizable strings from .cs, .vb, .cshtml and .liquid files into POT files
MIT License
48 stars 35 forks source link

Merge PoExtractor & PoExtractor.OrchardCore into a single tool #64

Closed hishamco closed 1 year ago

hishamco commented 1 year ago

Now we have two tools which do the same things except PoExtractor.OrchardCore extend the first one by supporting liquid, while the intend of PoExtractor to extract translatable strings in Orchard Core, single tool is enough. We might extend this tool by having options to skip certain template

/cc @Skrypt

lukaskabrt commented 1 year ago

Just some notes from the history ...

hishamco commented 1 year ago

Thanks for your input @lukaskabrt

Original idea behind two separate tools was not to force other consumers of the tool to take dependency on Orchard Core

I expect that but while we are using the OC localization identifier conventions it doesn't make sense