hi,
I have a similar problem to this:
http://goo.gl/SYsKQ
A route:
match 'company' => 'main#company', :as => :company
A translation:
named_routes_path:
company: ēāš
When trying to access: http://127.0.0.1:3000/lv/ēāš
The result is: No route matches [GET] "/lv/%c4%93%c4%81%c5%a1"
Is there something I've missed ?