mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Missed import_date translation
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
%br
|
||||
%select.fullwidth{ id: 'category_filter', 'ofn-select2-min-search' => 5, ng: {model: 'q.categoryFilter', options: 'taxon.id as taxon.name for taxon in taxons'} }
|
||||
.filter_select.three.columns
|
||||
%label{ for: 'import_filter' } Import Date
|
||||
%label{ for: 'import_filter' }= t 'import_date'
|
||||
%br
|
||||
%select.fullwidth{ id: 'import_date_filter', 'ofn-select2-min-search' => 5, ng: {model: 'q.importDateFilter', init: "importDates = #{@import_dates}; showLatestImport = #{@show_latest_import}", options: 'date.id as date.name for date in importDates'} }
|
||||
|
||||
|
||||
@@ -3081,6 +3081,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
shipment_inc_vat: "Shipment including VAT"
|
||||
shipping_tax_rate: "Shipping Tax Rate"
|
||||
category: "Category"
|
||||
import_date: "Import Date"
|
||||
delivery: "Delivery"
|
||||
temperature_controlled: "Temperature Controlled"
|
||||
new_product: "New Product"
|
||||
|
||||
Reference in New Issue
Block a user