diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml index 3116e58434..a8780fa3ca 100644 --- a/config/locales/en_FR.yml +++ b/config/locales/en_FR.yml @@ -273,6 +273,9 @@ en_FR: on hand: "On Hand" ship: "Ship" shipping_category: "Shipping Category" + height: "Height" + width: "Width" + depth: "Depth" actions: create_and_add_another: "Create and Add Another" create: "Create" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index a65b1bb91a..15983fbc34 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -273,6 +273,9 @@ fr: on hand: "En stock" ship: "Expédier" shipping_category: "Condition de transport" + height: "Hauteur" + width: "Largeur" + depth: "Profondeur" actions: create_and_add_another: "Créer et ajouter nouveau" create: "Créer"