Skip to content

Commit c59c67b

Browse files
authored
Merge pull request #663 from mozilla/anca/cm-fr-cdiscount
Anca/ L10n [FR] - Cdiscount (ad + cc)
2 parents 5d937c6 + 7e5f67a commit c59c67b

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"url": "http://127.0.0.1:8080/cdiscount_ad.html",
3+
"field_mapping": {
4+
"given_name": "6be28779-ec7a-413e-a02a-4c52e13c4e82",
5+
"family_name": "33a53ab7-94d4-4406-8b8e-f60fc41af203",
6+
"address_level_2": "94555611-ca46-4468-ab4e-5795616b0fd1",
7+
"street_address" : "ee3cb5a9-8100-4a31-af20-809609cdd4fb",
8+
"postal_code": "48ead2a0-c336-46eb-a533-d75511f1b0f6",
9+
"country" : "739b4de7-c7f2-4e9c-ade2-16a78af0dea6",
10+
"telephone": "9250bcbf-33d7-4fec-87bd-9614956820cd"
11+
12+
},
13+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
14+
"fields": [
15+
"6be28779-ec7a-413e-a02a-4c52e13c4e82",
16+
"33a53ab7-94d4-4406-8b8e-f60fc41af203",
17+
"94555611-ca46-4468-ab4e-5795616b0fd1",
18+
"ee3cb5a9-8100-4a31-af20-809609cdd4fb",
19+
"48ead2a0-c336-46eb-a533-d75511f1b0f6",
20+
"739b4de7-c7f2-4e9c-ade2-16a78af0dea6",
21+
"9250bcbf-33d7-4fec-87bd-9614956820cd"
22+
23+
]
24+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"url": "http://127.0.0.1:8080/cdiscount_cc.html",
3+
"field_mapping": {
4+
"card_number": "03b45e0e-3ee5-4588-bb52-11c51280b1a1",
5+
"expiration_date": "1f545e96-cf5e-4bdd-8f70-8d307f9de357",
6+
"cvv": "963fd1a5-05f5-4464-adba-71c1529dc983",
7+
"cardholder_name": "e9f9c0b6-2960-47f0-91ca-74b18b3f1056"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"fields": [
11+
"03b45e0e-3ee5-4588-bb52-11c51280b1a1",
12+
"1f545e96-cf5e-4bdd-8f70-8d307f9de357",
13+
"963fd1a5-05f5-4464-adba-71c1529dc983",
14+
"e9f9c0b6-2960-47f0-91ca-74b18b3f1056"
15+
]
16+
}

l10n_CM/run_l10n.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"ebay",
2929
"newbalance",
3030
"zalando",
31+
"cdiscount",
3132
"aldoshoes",
33+
3234
}
3335
live_sites = []
3436

l10n_CM/sites/cdiscount/FR/cdiscount_ad.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

l10n_CM/sites/cdiscount/FR/cdiscount_cc.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)