Home | Index

r3 Reference Guide

r3 translation searchpath

r3 translation searchpath location [ source ]

Displays the location hierarchy for translations from the location up to the most generic level. If the source term is not specified or is not found, the inheritance chain of locations, from the specified location, for translations is displayed. The location does not have to include the page element (i.e cheese/ca), in which case the searchpath shows the generic pages in the inheritance chain.

For example, consider the following inheritance chain for dimension elements in the translation domain:

product intl page
cheese ca index.html
generic fr generic
generic

Translation of hello has been set at cheese/fr/0.html

r3 translation searchpath cheese/ca/0.html hello produces the following output:

  0         cheese/ca/0.html
  1         cheese/ca/generic
  2         cheese/fr/0.html                   hello
  3         cheese/fr/generic
  4         cheese/generic/0.html
  5         cheese/generic/generic
  6         generic/ca/0.html
  7         generic/ca/generic
  8         generic/fr/0.html
  9         generic/fr/generic
  10        generic/generic/0.html
  11        generic/generic/generic

aliases

flags