question about /learn content #7028
-
@bmuenzenmeyer hey, i'd like to ask about the decision not to localize /learn content, wouldn't that disable accessebility for foreign/non english speaking devs? {
"source": "/:locale/guides",
"destination": "/:locale/learn"
},
{
"source": "/:locale/guides/getting-started-guide",
"destination": "/:locale/learn/getting-started/introduction-to-nodejs"
},
{
"source": "/:locale/guides/blocking-vs-non-blocking",
"destination": "/:locale/learn/asynchronous-work/overview-of-blocking-vs-non-blocking"
},
{
"source": "/:locale/guides/timers-in-node",
"destination": "/:locale/learn/asynchronous-work/discover-javascript-timers"
},
{
"source": "/:locale/guides/working-with-different-filesystems",
"destination": "/:locale/learn/manipulating-files/working-with-different-filesystems"
},
{
"source": "/:locale/guides/anatomy-of-an-http-transaction",
"destination": "/:locale/learn/modules/anatomy-of-an-http-transaction"
},
{
"source": "/:locale/guides/backpressuring-in-streams/",
"destination": "/:locale/learn/modules/backpressuring-in-streams/"
},
{
"source": "/:locale/guides/publishing-napi-modules",
"destination": "/:locale/learn/modules/publishing-node-api-modules"
},
{
"source": "/:locale/guides/simple-profiling",
"destination": "/:locale/learn/getting-started/profiling"
},
{
"source": "/:locale/guides/diagnostics-flamegraph",
"destination": "/:locale/learn/diagnostics/flame-graphs"
},
{
"source": "/:locale/guides/diagnostics",
"destination": "/:locale/learn/diagnostics/user-journey"
},
{
"source": "/:locale/guides/debugging-getting-started",
"destination": "/:locale/learn/getting-started/debugging"
},
{
"source": "/:locale/guides/diagnostics/:path*",
"destination": "/:locale/learn/diagnostics/:path*"
},
{
"source": "/:locale/guides/abi-stability",
"destination": "/:locale/learn/modules/abi-stability"
},
{
"source": "/:locale/guides/security",
"destination": "/:locale/learn/getting-started/security-best-practices"
},
{
"source": "/:locale/guides/event-loop-timers-and-nexttick",
"destination": "/:locale/learn/asynchronous-work/event-loop-timers-and-nexttick"
},
{
"source": "/:locale/guides/dont-block-the-event-loop",
"destination": "/:locale/learn/asynchronous-work/dont-block-the-event-loop"
}, p.s. i might have misunderstood your respone in #7001 so bare with me, thank you so much for answering in advance |
Beta Was this translation helpful? Give feedback.
Answered by
bmuenzenmeyer
Sep 5, 2024
Replies: 1 comment
-
you understood me right. I was referencing this conversation, but was mobile and didn't have access to the link at the time re-reading that thread, it seems as if the topic is still open for debate |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mAmineChniti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you understood me right. I was referencing this conversation, but was mobile and didn't have access to the link at the time
#6429
re-reading that thread, it seems as if the topic is still open for debate