Skip to content

Commit badeb90

Browse files
authored
Merge pull request #680 from mozilla/Hani/cm-yellowkorner-fr
Hani/ L10n [FR] - Yellowkorner (ad + cc)
2 parents abdcdc4 + e82b99e commit badeb90

File tree

6 files changed

+49
-2
lines changed

6 files changed

+49
-2
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"url": "http://127.0.0.1:8080/yellowkorner_ad.html",
3+
"field_mapping": {
4+
"given_name": "5960cb79-1aab-4074-ae3c-764685328505",
5+
"family_name": "030cb327-9c72-4617-8a63-aa39b886ba6c",
6+
"street_address": "834b799a-5d7b-41f2-9ba0-3fe6796e34b2",
7+
"address_level_2": "7f25e3a1-4160-4d19-b2c3-9b449d7aba9d",
8+
"country": "d3b5f197-a1a1-49e3-ad6e-a7019131fd19",
9+
"postal_code": "26148b36-0fc4-4c51-aef1-4636168b65a5",
10+
"telephone": "e5aea163-2e59-4db5-a78f-f3a799ea07ed",
11+
"email": "df9be921-33a5-446c-afc3-8526f6205031"
12+
},
13+
14+
"form_field": "*[data-moz-autofill-inspect-id='{given_name}']",
15+
"fields": [
16+
"5960cb79-1aab-4074-ae3c-764685328505",
17+
"030cb327-9c72-4617-8a63-aa39b886ba6c",
18+
"834b799a-5d7b-41f2-9ba0-3fe6796e34b2",
19+
"7f25e3a1-4160-4d19-b2c3-9b449d7aba9d",
20+
"d3b5f197-a1a1-49e3-ad6e-a7019131fd19",
21+
"26148b36-0fc4-4c51-aef1-4636168b65a5",
22+
"e5aea163-2e59-4db5-a78f-f3a799ea07ed",
23+
"df9be921-33a5-446c-afc3-8526f6205031"
24+
]
25+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"url": "http://127.0.0.1:8080/yellowkorner_cc.html",
3+
"field_mapping": {
4+
"card_name": "78acaa43-767a-4b0c-9f33-843a69bbb513",
5+
"card_number": "5e681607-501f-4b81-a250-5de8fe10981e",
6+
"expiration_date": "bf493d87-1b04-4068-bd84-da672a2eb33a",
7+
"cvv": "c77b687d-b39c-4046-88d7-a5340f9ad980"
8+
},
9+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
10+
"skip": "True",
11+
"fields": [
12+
"78acaa43-767a-4b0c-9f33-843a69bbb513",
13+
"5e681607-501f-4b81-a250-5de8fe10981e",
14+
"bf493d87-1b04-4068-bd84-da672a2eb33a",
15+
"c77b687d-b39c-4046-88d7-a5340f9ad980"
16+
]
17+
}

l10n_CM/region/FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"sites": [
44
"amazon",
55
"demo",
6-
"artsper"
6+
"artsper",
7+
"yellowkorner"
78
],
89
"tests": [
910
]

l10n_CM/run_l10n.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@
3434
"cdiscount",
3535
"aldoshoes",
3636
"canadatire",
37-
"wish",
3837
"artsper",
38+
"yellowkorner"
39+
"wish"
3940
}
4041

4142
loaded_valid_sites = valid_l10n_mappings().keys()
4243
valid_sites = valid_sites.union(set(loaded_valid_sites))
4344

4445
live_sites = []
4546

47+
4648
LOCALHOST = "127.0.0.1"
4749
PORT = 8080
4850
os.environ["TEST_EXIT_CODE"] = "0"

l10n_CM/sites/yellowkorner/FR/yellowkorner_ad.html

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

l10n_CM/sites/yellowkorner/FR/yellowkorner_cc.html

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

0 commit comments

Comments
 (0)