woocommerce / pinterest-for-woocommerce

A native Pinterest integration for WooCommerce. Development is managed by Ventures.
https://woocommerce.com/products/pinterest-for-woocommerce/
GNU General Public License v3.0
22 stars 9 forks source link

Strings with typos #478

Closed adarshakb closed 2 years ago

adarshakb commented 2 years ago

Describe the bug:

There are some translatable strings within the extension that have typos e.g.

Visit the settings page to enabled it.`

it should be "enable"

Last activity: %1$s ago - Wrote %2$s products to %3$sfeed file%4$s.

The string must be plural

Steps to reproduce:

View https://github.com/woocommerce/pinterest-for-woocommerce/blob/77a44f3e1f08e43a8c1b6d9858d89a21500d11fc/src/API/FeedState.php#L119 or within the extension for context

Expected behavior:

No typos

Actual behavior:

There are typos

Additional details:

Suggest reviewing other text for any simple fixes - any doubt please confirm with product team

adarshakb commented 2 years ago

https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals

These strings need to be plural