mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
Add translations
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
= supplied_product.name
|
||||
%td
|
||||
- if existing_product.present?
|
||||
Update
|
||||
= t(".update")
|
||||
= link_to(existing_product.id, edit_admin_product_path(existing_product))
|
||||
- else
|
||||
New
|
||||
= t(".new")
|
||||
|
||||
%br
|
||||
= form.submit t(".import")
|
||||
|
||||
@@ -850,6 +850,8 @@ en:
|
||||
title: "DFC product catalog"
|
||||
catalog_url: "%{count} products to be imported from: %{catalog_url}"
|
||||
enterprise: "Import to enterprise: %{enterprise_name}"
|
||||
update: Update
|
||||
new: New
|
||||
import: Import
|
||||
import:
|
||||
title: "DFC product catalog import"
|
||||
|
||||
Reference in New Issue
Block a user