Add missing translations from files list.

This commit is contained in:
Julius Pabrinkis
2017-05-09 16:11:32 +01:00
committed by Maikel Linke
parent 5c66a2fc9d
commit ef488133e8
21 changed files with 66 additions and 34 deletions

View File

@@ -13,6 +13,6 @@
%tr
%td= result[:distributor].name
%td= result[:order_cycle].name
%td= result[:status] ? 'OK' : 'Error'
%td= result[:status] ? t(:ok) : t('.error')
%td
%pre= result[:diff].to_s(:text)