Skip to content

Commit 90735f9

Browse files
committed
Rearange sites for better tracking
1 parent 44ea56c commit 90735f9

File tree

6 files changed

+47
-41
lines changed

6 files changed

+47
-41
lines changed

l10n_CM/region/CA.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"region": "CA",
33
"sites": [
44
"amazon",
5-
"walmart",
5+
"calvinklein",
6+
"canadatire",
67
"demo",
8+
"ebay",
79
"etsy",
10+
"movieposters",
811
"newbalance",
9-
"canadatire",
10-
"ebay",
11-
"movieposters"
12+
"walmart"
1213
],
1314
"tests": [
1415
]

l10n_CM/region/DE.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
"region": "DE",
33
"sites": [
44
"amazon",
5-
"mediamarkt",
5+
"bijoubrigitte",
66
"demo",
7+
"ebay",
78
"justspices",
8-
"bijoubrigitte"
9+
"mediamarkt",
10+
"newbalance",
11+
"thomann",
12+
"zalando"
913
],
1014
"tests": [
1115
]

l10n_CM/region/FR.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"region": "FR",
33
"sites": [
44
"amazon",
5-
"demo",
65
"artsper",
6+
"cdiscount",
7+
"decathlon",
8+
"demo",
9+
"ebay",
10+
"vans",
711
"yellowkorner"
812
],
913
"tests": [

l10n_CM/region/GB.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"region": "GB",
33
"sites": [
4-
"ebay",
4+
"assos",
55
"demo",
6-
"peacocks",
7-
"whittard",
86
"diy",
9-
"demo",
10-
"assos"
7+
"ebay",
8+
"peacocks",
9+
"whittard"
1110
],
1211
"tests": [
1312
]

l10n_CM/region/US.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"region": "US",
33
"sites": [
4+
"aldoshoes",
45
"amazon",
5-
"walmart",
6-
"lowes",
7-
"etsy",
8-
"calvinklein",
6+
"apple",
97
"bestbuy",
8+
"calvinklein",
109
"demo",
10+
"etsy",
11+
"lowes",
1112
"newegg",
12-
"aldoshoes",
13-
"apple",
13+
"walmart",
1414
"wish"
1515
],
1616
"tests": []

l10n_CM/run_l10n.py

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,35 @@
1717
flag_with_parameter = {"-n", "--reruns"}
1818
valid_region = {"US", "CA", "DE", "FR", "IT", "GB"}
1919
valid_sites = {
20-
"demo",
20+
"aldoshoes",
2121
"amazon",
22-
"walmart",
23-
"mediamarkt",
24-
"lowes",
25-
"etsy",
26-
"calvinklein",
22+
"apple",
23+
"artsper",
24+
"assos",
2725
"bestbuy",
26+
"bijoubrigitte",
27+
"calvinklein",
28+
"canadatire",
29+
"cdiscount",
2830
"decathlon",
29-
"newegg",
30-
"vans",
31+
"demo",
32+
"diy",
3133
"ebay",
32-
"newbalance",
33-
"zalando",
34-
"cdiscount",
35-
"aldoshoes",
36-
"canadatire",
37-
"apple",
38-
"thomann",
39-
"wish",
40-
"artsper",
34+
"etsy",
4135
"justspices",
42-
"yellowkorner",
43-
"wish",
44-
"bijoubrigitte",
45-
"whittard",
36+
"lowes",
37+
"mediamarkt",
4638
"movieposters",
39+
"newbalance",
40+
"newegg",
4741
"peacocks",
42+
"thomann",
43+
"vans",
44+
"walmart",
4845
"whittard",
49-
"diy",
50-
"assos",
46+
"wish",
47+
"yellowkorner",
48+
"zalando",
5149
}
5250

5351
loaded_valid_sites = valid_l10n_mappings().keys()

0 commit comments

Comments
 (0)