May I please have some guidance on writing a fixing program for the currently translated documents?
Note: Right-to-Left languages like Arabic have a unique linking structure, and I couldn't figure out where to put the custom anchor.
Thank you in advance for your review.
Putting an english anchor should be necessary for all of the documentation regardless of language. This is because when people switch languages (from en->vi), the current system disallows them to see the same part of the documentation. This is troublesome for long api docs. Ideally, when a user makes a simple change in the language code, they will get to the section they want fast. What I am saying is:
should all point to the same location. This is not the case now.
May I please have some guidance on writing a fixing program for the currently translated documents?
Note: Right-to-Left languages like Arabic have a unique linking structure, and I couldn't figure out where to put the custom anchor.
Thank you in advance for your review.