markoheijnen / grunt-glotpress

Gets translations from a GlotPress installation
GNU General Public License v2.0
18 stars 11 forks source link

Not pulling all .po files #21

Closed fxbenard closed 9 years ago

fxbenard commented 9 years ago

I can't figure why some po files aren't pulled

To reproduce something you're concern about let's take GlotPress ;) glotpress_download: { core: { options: { domainPath: 'glotpress', url: 'https://translate.wordpress.org', slug: 'glotpress/dev', textdomain: 'glotpress', } }, },

Check it out fr_FR is missing for example- Did you setup a minimum percentage?

markoheijnen commented 9 years ago

minimum percentage by default is 30%. I'm fine with having that false.

fxbenard commented 9 years ago

Ok thanks for the confirmation - Need to make the French translation validated then ;)