Set a URL translation rule
public function setTranslation($from, $to) { $this->translationMap[$from] = $to; }