mailchimp / wordpress

Add a Mailchimp signup form widget to your WordPress site.
https://wordpress.org/plugins/mailchimp/
GNU General Public License v2.0
1 stars 0 forks source link

Updates translations to use .org GlotPress #39

Closed nateconley closed 5 months ago

nateconley commented 5 months ago

Description of the Change

Updates translations to be able to utilize .org GlotPress.

Closes #10

How to test the Change

Changelog Entry

Changed: moves translations to translate.wordpress.org GlotPress

Credits

@nateconley

Checklist:

dkotter commented 5 months ago

@nateconley This looks good to me 👍🏻

I've gone through and found a few strings we weren't translating so added those. Also made some changes mostly for consistency around the use of esc_html__ vs __() or esc_html( __() ). If you could give a quick look at that commit to ensure I didn't mess anything up, that would be great: https://github.com/mailchimp/wordpress/pull/39/commits/cae09ce50298cdaa4e1f3d299d9a2a98906e26cb

nateconley commented 5 months ago

@dkotter Thanks for getting those added in. I ran through the code, the admin page, and front end. Everything looks good.