Closed ffigiel closed 7 years ago
I managed to get what I needed with the help of i18n-extract module
anyone know if there's a way to do this with pybabel?
Hey @megapctr, any chance you could share your i18n-extract
solution for extracting strings into json? Thanks!
I haven't touched it in a looong while, but you can see it here. It's a node script. https://github.com/s3v3ns/sxconsole/blob/master/i18n-manager.js
@megapctr Thanks for sharing, really helps!
Is there an easy way to generate json files for each language? Incremental generation would be awesome (i.e. it won't remove existing translations.)