iamfmjk / etsy

A friendly Ruby interface to the Etsy API
https://github.com/kytrinyx/etsy
MIT License
168 stars 113 forks source link

Multilanguage support #61

Open ivakinde opened 11 years ago

ivakinde commented 11 years ago

Hi everyone, Etsy recently enabled support for Russian language (as I know other languages are available as well). Is there the way to get shop items in different languages?

Regards, Dmitry

kytrinyx commented 11 years ago

I'll take a look to see how it's done and get back to you.

kytrinyx commented 10 years ago

I totally dropped the ball on this. I'm so sorry!

There is a ListingTranslation resource that you can access through the API:

http://www.etsy.com/developers/documentation/reference/listingtranslation

There is no model object for it in the gem, but if you use the DSL you should be able to get the information.