Luis

Results 22 comments of Luis

did you figure it out? im facing the same issue and vave no clue about it.

a little more of debug output `2018-01-18 02:18:51 DEBUG: Starting new HTTPS connection (1): access-alexa-na.amazon.com 2018-01-18 02:18:52 DEBUG: Start sending speech to Alexa Voice Service 2018-01-18 02:19:00 DEBUG: End recording...

Hello, I saw issue #94 a few days ago and saw you the "user journey" but im not familiar with that concept. Would you consider to allow logins regardless of...

Im in OpenSuSe Tumbleweed npm -v: 6.14.8 (manually installed, don't know ) npm17 -v 8.5.2v (from the distro)

hmm...This confirms it's an issue on my end, not sure how to fix it tough. I think I'll just use a container.

Hey, What do you think? https://github.com/luismanson/Hemmelig.app/commit/563ffbf7cca9c49f56fd3cfdb1f9522cb0a6def8 it's not very complete, but the basic front strings.

Hello, you need to set `de` as the default language in `src/i18n.js`. Language switch/detection has not implemented yet. PS: @bjarneo I'll submit my translation in the next day or so.

check this doc: https://react.i18next.com/latest/using-with-hooks the example has some comments about language detection and file loading

Wow, thanks! I'll test if works with the spanish json later today.

How should we handle new strings? I think this has to be as transparent as possible. I noticed later that new strings could be written as `t('some_string', 'Some String')` but...