microsoft / ML-For-Beginners

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
https://microsoft.github.io/ML-For-Beginners/
MIT License
69.11k stars 14.28k forks source link

[TRANSLATIONS] - Spanish: Missing translations #411

Closed hereje closed 2 years ago

hereje commented 2 years ago

The translation files does not exists for spanish (es), as you can check running:

find . \( -name assignment.md -o -name README.md \) \
-not -wholename "*Julia/*" -not -wholename "*R/*" \
-not -path "./.git/*" | \
 while read line ; \
do echo $echo $(sed -e 's/README\.md/translations\/README\.es\.md/' -e 's/assignment\.md/translations\/assignment\.es\.md/' <(echo $line)) ; done | \
 while read tfile ; \
 do  [ ! -f $tfile ] && echo "Missing translation for file: $tfile" ; done
jlooper commented 2 years ago

They are placeholders

hereje commented 2 years ago

Understood.

But, there are no translations (spanish) on several files as mentioned in the description.

Can I pick some files for translation?

jlooper commented 2 years ago

oh yes, please do! re-opening, I misunderstood. thanks!

Carlosbogo commented 2 years ago

Hi! I saw that some people are already working on this, is there anything I can help with?

jlooper commented 2 years ago

hi @Carlosbogo @hereje and @FernandoRoldan93 and @yili001 you can create a discussion board group if it makes the work allocations easier

Carlosbogo commented 2 years ago

Would it be better to create a PR for each file I update to keep things organised and easier to check or should I just push all of them together in a single PR?

jlooper commented 2 years ago

Would it be better to create a PR for each file I update to keep things organised and easier to check or should I just push all of them together in a single PR?

I recommend making a draft PR of several files together and then ask for a review

github-actions[bot] commented 2 years ago

This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.

abdull6771 commented 2 years ago

Thank you sir