DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.53k stars 1.86k forks source link

Fix: Anchor tags in Installation page (Spanish) #1751

Closed adamantike closed 2 years ago

adamantike commented 2 years ago

Fix anchor tags in Installation page, which are the only ones referenced by SUMMARY.md, thus they need to match for sidebar navigation to work correctly.

das-g commented 2 years ago

We maintain translations on Crowdin. Can you also make these changes there?

(I'm probably going to merge this PR as a quick-fix, but if it isn't changed in the translation on Crowdin, the problem would be re-introduced when we next update the translation from there.)

adamantike commented 2 years ago

I don't think this one depends on Crowdin, though? I don't see anchor tags in there (for example, https://crowdin.com/translate/django-girls-tutorial/290/en-es and https://crowdin.com/translate/django-girls-tutorial/314/en-es)

das-g commented 2 years ago

I don't think this one depends on Crowdin, though? I don't see anchor tags in there (for example, https://crowdin.com/translate/django-girls-tutorial/290/en-es and https://crowdin.com/translate/django-girls-tutorial/314/en-es)

In WYSIWYG view on Crowdin, scroll down to "Hidden texts" and expand "Link addresses" by clicking on it. There the target URLs of the links are, including the anchors if the link shall lead to a specific subsection of a chapter.

adamantike commented 2 years ago

Thank you, that's really useful! So, is https://support.crowdin.com/cli-tool/ a good starting point for me to validate how different Crowdin is compared to this repo's master branch?

das-g commented 2 years ago

So, is https://support.crowdin.com/cli-tool/ a good starting point for me to validate how different Crowdin is compared to this repo's master branch?

I don't really know. @magul do you?