I'm using the Mailchimp API in combination with PHP and jQuery to provide the subscribing/unsubscribing-actions on a website via Ajax.
On errors with user data you get useful messages like "Invalid Email Address", "
[email protected] is already subscribed to list x. Click here to update your profile." or "There is no record of "
[email protected]" in the database".
For sure I want to keep theses messages, but is there a way I can get them in other
languages (in particular in German)? How would I achieve this? I wasn't able to find anything about in the Mailchimp docs.
I wouldn't like to translate them myself...