Some of the tf2 tutorial are partially in Japanese, Chinese or French
See: http://wiki.ros.org/tf2/Tutorials#ROS... Under section 5, "Setting up your robot with tf2", many of the links point to versions of the page that are not English. It seems that the links are wrong, pointing to either /ja/, /cn/ or even /fr/. Removing the language part of teh link gets me to the English version.
I see this as well. @gvdhoorn do you know how to mess with the wiki to fix this? The links look auto-generated & neither this page nor the linked pages have been updated in years.
It isn't actually the case that "some of the tutorials are in [different languages]". What happens is that to create those listings, the
FullSearchWithDescriptionsCS(..)
macro/function is used. As the translations of the tutorials (which were added at a later time) match the search parameters, they are added to the list.Perhaps @tfoote knows of a way to tweak the search such that the language is taken into account. Afaik, MoinMoin doesn't really have any concept of "language". It's just a set of additional pages which happen to have been placed in a 'sub directory'.