Separate 2 variables currently in 1 tag (Problem 124: Ordered radicals)
See original GitHub issueOn Crowdin (translation platform), we are seeing the following string:
The radical of $n, rad(n)$, is the product of the distinct prime factors of $n$.
Here n, rad(n)
are wrapped in 1 pair of $
tag. (MathJax tag?)
We would like them to be in separate tags so that we can treat them properly in translations. As follows:
The radical of $n$, $rad(n)$, is the product of the distinct prime factors of $n$.
Affected page
Coding Interview Prep > Project Euler > Problem 124: Ordered radicals https://www.freecodecamp.org/learn/coding-interview-prep/project-euler/problem-124-ordered-radicals
I guess the file needs fix is this: https://github.com/freeCodeCamp/freeCodeCamp/blob/7907f623378b934cdfa47c80b77c5e88678e45a7/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-124-ordered-radicals.md
For your reference, it is written separately in a similar string in “Problem 127: abc-hits” https://github.com/freeCodeCamp/freeCodeCamp/blob/7907f623378b934cdfa47c80b77c5e88678e45a7/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-127-abc-hits.md
Expected behavior
n
and rad(n)
are in separate tags.
Screenshots
Screenshot from Crowdin
System
- Device: Laptop
- OS: Windows 10
- Browser: chrome
- Version: 96.0.4664.45
Additional context
Originally reported in a comment on Crowdin during translation effort. https://freecodecamp.crowdin.com/translate/690087755819f2f67b26dbee3be0eb53/22112/en-ja?filter=basic&value=7#q=756633
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
Yes that looks like it would be a fix 🙂
@Dhananjaymahajan2001 It seems like you have opened a pull-request on your origin not on the upstream. Did you mean to do this?