petergtz / alexa-wikipedia

A Wikipedia skill for Amazon Alexa
https://www.amazon.de/Peter-Götz-Wikipedia/dp/B07BKRT478
MIT License
7 stars 4 forks source link

Spanish version #112

Closed pataquets closed 1 year ago

pataquets commented 2 years ago

Browsed past issues, but neither #4 nor #14 provided any info. What's needed to publish a Spanish version? I can provide localized strings. Looks easy if the only files involved are those in locale dir. However, I can't run/test the skill without some (or a lot) of guidance, due to the invoved deployment (I've found no docs). With that said, would it be possible to have a Spanish version, provided the strings are there?

petergtz commented 2 years ago

Hey @pataquets, sorry for the late response, I somehow missed this.

Yes, it should be doable. It's been quite a while since I've last deployed this (and unfortunately I don't have a GitHub action for this yet), and I think the Alexa CLI to deploy this completely changed, but there are no blockers in general, and I'd be happy to push a Spanish version.

There's a few more places though than just the locale dir. It also requires changes in:

If you translate it, I'm happy to merge and deploy it :-).

pataquets commented 2 years ago

@petergtz Sent PR #114.

pataquets commented 1 year ago

Closed as completed. Thanks for sharing this skill and your help and support, @petergtz. Maybe it's just my cluelessness with ASK, but I would like to suggest making testing & deployment steps more visible or (better yet) automated to allow easier collaboration by third parties. #12 would be great, as pipelines are like "live documentation" (dropped some info there).