wichert / lingua

Translation toolkit for Python
Other
46 stars 32 forks source link

Babel extraction plugins are gone? #31

Closed domenkozar closed 10 years ago

domenkozar commented 10 years ago

I used to have something like this in setup.py:

              ('**.py', 'python', None),  # babel extractor supports plurals
              ('**.pt', 'lingua_xml', None),

Since lingua 2.0 "lingua_xml" extractor is not recognized. What's the correct setup now?

wichert commented 10 years ago

Lingua no longer uses Babel and its setup.py hooks to drive extraction. The current approach is documented in both the lingua documentation and the Pyramid documentation.