strangerstudios / paid-memberships-pro

The Trusted Membership Platform That Grows with You: Restrict access to content and charge recurring subscriptions using Stripe, PayPal, and more. Fully open source. 100% GPL.
https://www.paidmembershipspro.com
Other
468 stars 360 forks source link

Missing translations (Order statuses) #1037

Open airatvibe opened 5 years ago

airatvibe commented 5 years ago

Missing translations on order detail page. test.site/wp-admin/admin.php?page=pmpro-orders&order=1 Lines:

Screenshot pmpro-tr

Paid Memberships Pro 2.0.7

andrewlimaza commented 5 years ago

Thank you for creating this issue.

The order status will require a bit of work to get this translation ready as it's the same as what's stored inside the database and this will cause issues if you translate it.

The Payment Transaction ID and Subscription Transaction ID are translatable, please see the code reference: https://github.com/strangerstudios/paid-memberships-pro/blob/dev/adminpages/orders.php#L793 and https://github.com/strangerstudios/paid-memberships-pro/blob/dev/adminpages/orders.php#L810

airatvibe commented 5 years ago

Ok, thanks!