marvinlabs / wpca-products-build-environment

Our developer environment to help building add-ons and contributing to the plugin -- MOVED TO https://gitlab.com/wp-customerarea/tools/wpca-products-build-environment
https://gitlab.com/wp-customerarea/tools/wpca-products-build-environment
3 stars 1 forks source link

Grunt prepare-language fail with _n function. #4

Closed tlartaud closed 8 years ago

tlartaud commented 9 years ago

This is how the task converts an _n function

    <h2><?php printf( _n( '%d reply', '%d replies', $replies_query->post_count, 'cuarme' ),
    <h2><?php printf( _n( '%d reply', '%d replies', 'cuarme'->post_count, 'cuarme' ),