From a0485b5eecc07e06cf17d6a92dfda887f18c00ef Mon Sep 17 00:00:00 2001 From: EggSaled <88363052+EggSaled@users.noreply.github.com> Date: Wed, 14 Jun 2023 02:38:54 -0700 Subject: [PATCH] docs: added section Working with other Languages (#50691) --- docs/troubleshooting-development-issues.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/troubleshooting-development-issues.md b/docs/troubleshooting-development-issues.md index b161258f1ec..fe1a7d6154f 100644 --- a/docs/troubleshooting-development-issues.md +++ b/docs/troubleshooting-development-issues.md @@ -94,6 +94,10 @@ The first time setup can take a while depending on your network bandwidth. Be pa > [!NOTE] > If you are using Apple Devices with M1 Chip to run the application locally, it is suggested to use Node v14.7 or above. You might run into issues with dependencies like Sharp otherwise. +## Working With Other Languages + +To see how the client renders in another language go to [testing the client app in a world language.](how-to-work-on-localized-client-webapp.md#Testing-the-Client-App-in-a-World-Language) + ## Getting Help If you are stuck and need help, feel free to ask questions in the ['Contributors' category on our forum](https://forum.freecodecamp.org/c/contributors) or [the contributors chat room](https://discord.gg/PRyKn3Vbay).