You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming we continue to use Azure (I'm open to other options, but that's fine with me so far) I have functional code to translate the markdown files in the /src/questions/ folder and drop them into each of the src/translations/{{language}} directories. The gap I have right now is ensuring that the metadata for eleventy is correct. It needs to be formatted properly, AND it needs to be partially translated.
This is the output of the script I'm running
***
## titolo: Domande di codifica
layout: layouts/page.njk
permalink: /questions/coding-questions/index.html
to work with Eleventy it needs to look like this (including the title continuing to be translated.
---
title: Domande di codifica
layout: layouts/page.njk
permalink: /translations/italian/coding-questions/index.html
---
Thoughts on how to do this with the current setup? Is there something else I should look at?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Assuming we continue to use Azure (I'm open to other options, but that's fine with me so far) I have functional code to translate the markdown files in the
/src/questions/
folder and drop them into each of thesrc/translations/{{language}}
directories. The gap I have right now is ensuring that the metadata for eleventy is correct. It needs to be formatted properly, AND it needs to be partially translated.This is the output of the script I'm running
to work with Eleventy it needs to look like this (including the title continuing to be translated.
Thoughts on how to do this with the current setup? Is there something else I should look at?
Beta Was this translation helpful? Give feedback.
All reactions