andrewgy8 / apprentice

Built for streamlining development of Google Assistant Actions
GNU General Public License v3.0
9 stars 2 forks source link

Multiple language support #10

Open andrewgy8 opened 5 years ago

andrewgy8 commented 5 years ago

We should be able to support more than one language.

The approach could use gettext or some other il8n solution.

andrewgy8 commented 5 years ago

This would involve parsing the request json for the language intended and grabbing the correct translation for that language.