Page 1 of 1

A developer is trying to update the existing translation_rules.xml to update some translation rules on a node (node_X).

Posted: Thu Jul 21, 2022 9:09 pm
by answerhappygod
A developer is trying to update the existing translation_rules.xml to update some translation rules on a node (node_X). In a nodelist element, the developer finds multiple rules targeting the same node (node_X). The developer then adds the new rule at the bottom of the list.
What is the outcome with this new rule introduced?

A. This newly introduced rule overwrites translation rules.
B. An error occurs when the translation rules try to be used on the node.
C. The translation rules stay unchanged because the first rule on a node is always used.
D. A warning message indicates that translation behavior will be unpredictable.