mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Changed report_header fields for amount and quantity to reflect correct translation to French
This commit is contained in:
@@ -20,7 +20,7 @@ module OpenFoodNetwork
|
||||
[I18n.t(:report_header_hub), I18n.t(:report_header_customer), I18n.t(:report_header_email),
|
||||
I18n.t(:report_header_phone), I18n.t(:report_header_producer),
|
||||
I18n.t(:report_header_product), I18n.t(:report_header_variant),
|
||||
I18n.t(:report_header_amount),
|
||||
I18n.t(:report_header_quantity),
|
||||
I18n.t(:report_header_item_price, currency: currency_symbol),
|
||||
I18n.t(:report_header_item_fees_price, currency: currency_symbol),
|
||||
I18n.t(:report_header_admin_handling_fees, currency: currency_symbol),
|
||||
|
||||
@@ -12,7 +12,7 @@ module OpenFoodNetwork
|
||||
I18n.t(:report_header_producer),
|
||||
I18n.t(:report_header_product),
|
||||
I18n.t(:report_header_variant),
|
||||
I18n.t(:report_header_amount),
|
||||
I18n.t(:report_header_quantity),
|
||||
I18n.t(:report_header_curr_cost_per_unit),
|
||||
I18n.t(:report_header_total_cost),
|
||||
I18n.t(:report_header_status),
|
||||
|
||||
@@ -12,7 +12,7 @@ module OpenFoodNetwork
|
||||
def header
|
||||
[I18n.t(:report_header_hub), I18n.t(:report_header_producer),
|
||||
I18n.t(:report_header_product), I18n.t(:report_header_variant),
|
||||
I18n.t(:report_header_amount), I18n.t(:report_header_curr_cost_per_unit),
|
||||
I18n.t(:report_header_quantity), I18n.t(:report_header_curr_cost_per_unit),
|
||||
I18n.t(:report_header_total_cost), I18n.t(:report_header_total_shipping_cost),
|
||||
I18n.t(:report_header_shipping_method)]
|
||||
end
|
||||
|
||||
@@ -14,7 +14,7 @@ module OpenFoodNetwork
|
||||
def header
|
||||
[I18n.t(:report_header_producer), I18n.t(:report_header_product),
|
||||
I18n.t(:report_header_variant), I18n.t(:report_header_to_hub),
|
||||
I18n.t(:report_header_amount), I18n.t(:report_header_curr_cost_per_unit),
|
||||
I18n.t(:report_header_quantity), I18n.t(:report_header_curr_cost_per_unit),
|
||||
I18n.t(:report_header_total_cost), I18n.t(:report_header_shipping_method)]
|
||||
end
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ module OpenFoodNetwork
|
||||
|
||||
def header
|
||||
[I18n.t(:report_header_producer), I18n.t(:report_header_product),
|
||||
I18n.t(:report_header_variant), I18n.t(:report_header_amount),
|
||||
I18n.t(:report_header_variant), I18n.t(:report_header_quantity),
|
||||
I18n.t(:report_header_total_units), I18n.t(:report_header_curr_cost_per_unit),
|
||||
I18n.t(:report_header_total_cost), I18n.t(:report_header_status),
|
||||
I18n.t(:report_header_incoming_transport)]
|
||||
|
||||
Reference in New Issue
Block a user