Skip to content

Commit edd94d0

Browse files
committed
L10n etsy US (ad + cc)
1 parent c1627ec commit edd94d0

File tree

5 files changed

+7159
-1
lines changed

5 files changed

+7159
-1
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/etsy_ad.html",
3+
"field_mapping": {
4+
"email": "bb8ddd35-e001-4c77-9329-6e607fbbf6d7",
5+
"name": "ecab61c0-d4d3-42ba-be29-886357246718",
6+
"street_address": "799835d1-33e8-4cbd-b371-f2bb713c9a68",
7+
"address_level_2": "61e0bcf4-066a-4fb8-929a-bf68662ae565",
8+
"address_level_1": "105a1f32-58f1-45f0-9d66-36518ad0d497",
9+
"postal_code": "fa89157a-6e9b-4496-81b1-c9ba5dac6f07",
10+
"country": "6a565409-0f31-4b55-ba48-488832e27c79"
11+
12+
},
13+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
14+
"fields": [
15+
"bb8ddd35-e001-4c77-9329-6e607fbbf6d7",
16+
"ecab61c0-d4d3-42ba-be29-886357246718",
17+
"799835d1-33e8-4cbd-b371-f2bb713c9a68",
18+
"61e0bcf4-066a-4fb8-929a-bf68662ae565",
19+
"105a1f32-58f1-45f0-9d66-36518ad0d497",
20+
"fa89157a-6e9b-4496-81b1-c9ba5dac6f07",
21+
"6a565409-0f31-4b55-ba48-488832e27c79"
22+
23+
]
24+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"url": "http://127.0.0.1:8080/etsy_cc.html",
3+
"field_mapping": {
4+
"name": "399fdc51-6f1f-4c03-9a3d-9bad578189b1",
5+
"card_number": "4c7d55ac-0291-4f67-960f-5a6c62876fb7",
6+
"expiration_month": "6fb7be76-2f51-4ac5-8011-7eb1c3549f7d",
7+
"expiration_year": "dbc812c6-039e-4b03-85f7-888a5483f87a",
8+
"cvv": "5eae1ea8-978b-44cf-bf61-2dd029fe11b6"
9+
},
10+
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
11+
"fields": [
12+
"399fdc51-6f1f-4c03-9a3d-9bad578189b1",
13+
"4c7d55ac-0291-4f67-960f-5a6c62876fb7",
14+
"6fb7be76-2f51-4ac5-8011-7eb1c3549f7d",
15+
"dbc812c6-039e-4b03-85f7-888a5483f87a",
16+
"5eae1ea8-978b-44cf-bf61-2dd029fe11b6"
17+
]
18+
}

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
valid_flags = {"--run-headless", "-n", "--reruns", "--fx-executable", "--ci"}
1414
flag_with_parameter = {"-n", "--reruns"}
1515
valid_region = {"US", "CA", "DE", "FR"}
16-
valid_sites = {"demo", "amazon", "walmart", "mediamarkt", "lowes"}
16+
valid_sites = {"demo", "amazon", "walmart", "mediamarkt", "lowes", "etsy"}
1717
live_sites = []
1818

1919
LOCALHOST = "127.0.0.1"

l10n_CM/sites/etsy/US/etsy_ad.html

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

0 commit comments

Comments
 (0)