Muhammed Mustafa
Muhammed Mustafa
yes, feel free to open PR, after reading our guideline 👍
We have different issue, using quotes doesn't stop people from adding/removing space https://freecodecamp.crowdin.com/translate/690087755819f2f67b26dbee3be0eb53/34723/en-ptbr?filter=basic&value=0#q=1220701 what about using `" Your "`
I am leaning towards your suggestion, because I can see mine spawning multiple threads in the forum about "using quotes but not passing the test"
I think this is a good base, I am opening this for contribution. if there is a hidden issue, we can catch it later in the forum. (at least it...
Feel free to open pull request after reading our guideline. Here is canned details I forgot to mention, sorry about that. If you would like to fix this issue, please...
I have created a branch with files in it, to act as sandbox for the changes here it's https://github.com/Sboonny/freeCodeCamp/tree/Arabic-curriculum-subtree Learn UI didn't apply for weird reason, but Arabic Curriculum is...
> Initially we would need to have a branch that only has the added translation files. The UI and lesson translations should be working so we would know if we...
thanks to Naomi, we can link Arabic string consistently. we need to run `npm run clean-and-develop`, and it will throw the old english string and use the arabic string, I...
Javascript final projects editors aren't interactive in RTL layout 
I was confused, we have `lang='en'` in the `html` element, here it's https://github.com/freeCodeCamp/freeCodeCamp/blob/bdc2f43c0059657bb49832b66b8abff02689c836/client/src/html.tsx#L21-L41?plain=1 but the test the check for `lang` value doesn't fail in this, https://github.com/freeCodeCamp/freeCodeCamp/blob/bdc2f43c0059657bb49832b66b8abff02689c836/client/src/components/app-mount-notifier.test.tsx#L37-L50?plain=1 there is a place...