Rob Larsen

Results 112 comments of Rob Larsen

We have two PRS #742 which is the node/azure translations code to generate the translations #743 which is an update to the static site to serve as a stopgap while...

INCLUDING HAVING THE CORRECT LANGUAGE CODE

Holy cow. We're doing machine translations like a boss. I need help with organizing Eleventy, or some other technology, so that every translated directory looks like the root. Instead of...

@coliff (with an appropriate Azure translate API key) this code successfully reads markdown and writes a translated file. We can do 2,000,000 characters a month with the free tier or...

This code is complete, at least in terms of translating from Azure. 300,000 characters to translate the whole project. There's plenty to-do here, but this is blocked by #743

Big TODO on this whole thing... I'd like to get the feature in, which is actually going to take a bit. Then... we need to reorganize this file. I'm just...

Can you show me an example of what you're taking about?

Closing this to plan the release with fresh eyes.

Testing dev ``` git fetch git switch 2650-create-webpack-build-to-ship-with-the-project npm install npm run build cd dist npm install npm run start ``` The webpack served files should now run, in a...

This does what I expect it to do (except for that merge conflict)