Add standard route helpers for default locale e.g.
I18n.locale = :de people_path -> people_de_path I18n.locale = :fr people_path -> people_fr_path
[Validate]