Adds the "_locale" entry to defaults.
$this
public final function locale(string $locale) : static { $this->route ->addDefaults([ '_locale' => $locale, ]); return $this; }