OrchardCoreContrib / OrchardCoreContrib.PoExtractor

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

why are the extracted files from tool .pot and not .po ? #71

Closed giannik closed 1 year ago

giannik commented 1 year ago

Why is the extnesion of the files generated as .pot ? I mean when i copy them to the Localization folder in my web project shoud'nt they be renamed to *.po extension ?

hishamco commented 1 year ago

Please refer to this article first https://www.icanlocalize.com/site/tutorials/how-to-translate-with-gettext-po-and-pot-files

giannik commented 1 year ago

Thank you. Got it.