Translation error spanish
Seeing the following in the logs.
Looks like a :thing
vs. :things
confusion in the spanish translation.
Completed 500 Internal Server Error in 140ms (ActiveRecord: 132.0ms)
ActionView::Template::Error (missing interpolation argument :thing in "No hay %{thing} encontraron." ({:things=>"solicitudes"} given)):
2:
3: - if @requests.empty?
4: = header
5: = :no_things_found.t(things: :requests.t.downcase)
6: - else
7: = header
8: %ul.clickable.round
lib/extends/i18n.rb:5:in `t'
app/views/common/requests/index.html.haml:5:in `_app_views_common_requests_index_html_haml___1770810551569764048_69903057639080'
app/controllers/common/application/before_filters.rb:6:in `render'
app/controllers/group/membership_requests_controller.rb:23:in `index'
@cognata could you look into this?