Merge pull request #3074 from luisramos0/2-0-acct-transl

[Spree Upgrade] Fix missing translation in User transaction history
This commit is contained in:
Luis Ramos
2018-11-20 00:43:24 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
%td.order7
%tr.order-row
%td.order1
%a{"ng-href" => "{{::order.path}}", "ng-bind" => "::('order' | t )+ ' ' + order.number"}
%a{"ng-href" => "{{::order.path}}", "ng-bind" => "::('js.spree.users.order' | t )+ ' ' + order.number"}
%td.order2{"ng-bind" => "::order.completed_at"}
%td.order3.show-for-large-up{"ng-bind" => "::'spree.payment_states.' + order.payment_state | t | capitalize"}
%td.order4.show-for-large-up{"ng-bind" => "::'spree.shipment_states.' + order.shipment_state | t | capitalize"}

View File

@@ -2644,6 +2644,9 @@ See the %{link} to find out more about %{sitename}'s features and to start using
closes: closes
closed: closed
close_date_not_set: Close date not set
spree:
users:
order: "Order"
producers:
signup:
start_free_profile: "Start with a free profile, and expand when you're ready!"