Skip to content

Commit 8e190d4

Browse files
missing changes
1 parent b931cc0 commit 8e190d4

File tree

4 files changed

+8
-31
lines changed

4 files changed

+8
-31
lines changed

check_l10n_test_cases.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

l10n_CM/region/DE.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"sites": [
44
"amazon",
55
"mediamarkt",
6+
"zalando",
7+
"ebay",
8+
"newbalance",
69
"demo"
710
],
811
"tests": [

l10n_CM/region/FR.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"region": "FR",
33
"sites": [
44
"amazon",
5+
"vans",
6+
"ebay",
7+
"decathlon",
8+
"cdiscount",
59
"demo"
610
],
711
"tests": [

l10n_CM/run_l10n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import requests
1111

12-
from check_l10n_test_cases import valid_l10n_mappings
12+
from choose_l10n_ci_set import valid_l10n_mappings
1313

1414
current_dir = os.path.dirname(__file__)
1515
valid_flags = {"--run-headless", "-n", "--reruns", "--fx-executable", "--ci"}

0 commit comments

Comments
 (0)