mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
1799 - adding missing translations in new shipping methods page
This commit is contained in:
committed by
Rob Harrington
parent
fd09a63e48
commit
b68aafdb72
@@ -1,4 +1,5 @@
|
||||
%tags-input{ template: 'admin/tag.html',
|
||||
"placeholder" => t('admin.order_cycles.form.add_a_tag'),
|
||||
ng: { model: 'object[tagsAttr]', class: "{'limit-reached': limitReached}"},
|
||||
on: { tag: { added: 'tagAdded()', removed:'tagRemoved()' } } }
|
||||
%auto-complete{ ng: { if: "findTags" }, source: "findTags({query: $query})",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
.alpha.three.columns
|
||||
-# The 'Category' label here is just a logical descriptor for the data we are trying to collect for 'requires_ship_address'
|
||||
-# and does not relate to shipping categories in any way.
|
||||
= f.label :require_ship_address, "Category"
|
||||
= f.label :require_ship_address, t(:category)
|
||||
.two.columns
|
||||
= f.radio_button :require_ship_address, true
|
||||
|
||||
|
||||
@@ -171,6 +171,7 @@ en:
|
||||
show_only_unfulfilled_orders: Show only unfulfilled orders
|
||||
filter_results: Filter Results
|
||||
quantity: Quantity
|
||||
pick_up: Pick up
|
||||
|
||||
|
||||
actions:
|
||||
@@ -645,6 +646,7 @@ en:
|
||||
distributor: Distributor
|
||||
products: Products
|
||||
tags: Tags
|
||||
add_a_tag: Add a tag
|
||||
delivery_details: Pickup / Delivery details
|
||||
debug_info: Debug information
|
||||
name_and_timing_form:
|
||||
|
||||
Reference in New Issue
Block a user