app/views/locomotive/translations/edit.html.slim
- title t('.title', key: @translation.key )
= locomotive_form_for @translation, url: translation_path(current_site, @translation, translation_nav_params) do |f|
= render 'form', f: f
= f.actions back_url: translations_path(current_site, translation_nav_params), use_stored_location: false