File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ npm run serve
50
50
- Initial development usually happens in English: ` /pages/en `
51
51
- ` /i18n/locales/{{locale}}.json ` is where global localization information lives.
52
52
- All content is in Markdown and is per locale.
53
- - The top of each Markdown file is a block of YAML for page specific localization information that is passed to various templates.
54
- - The bulk of the Markdown content for each page is referenced as ` {{{content}}} ` in the corresponding template.
53
+ - The top of each Markdown file is a block of YAML (Frontmatter) for page specific localization information that is passed to various templates.
54
+ - The bulk of the Markdown content for each page is referenced as ` {children} ` on their respective JSX Layout ( ` layouts/ ` )
55
55
56
56
## Contributing
57
57
@@ -67,7 +67,7 @@ Crowdin is an online tool that facilitates the user experience for the translato
67
67
68
68
Website translations are handled via [ Crowdin] ( https://crowdin.com/project/nodejs-website ) .
69
69
70
- To help with localization, please read the [ TRANSLATION ] ( TRANSLATION.md ) guide.
70
+ To help with localization, please read the [ Translation ] ( TRANSLATION.md ) guide.
71
71
72
72
### Deployment
73
73
You can’t perform that action at this time.
0 commit comments