We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292ece8 commit a2c28b7Copy full SHA for a2c28b7
components/dash-core-components/tests/integration/dropdown/test_localization.py
@@ -11,7 +11,7 @@ def test_ddlo001_translations(dash_duo):
11
id="dropdown",
12
options=[1, 2, 3],
13
multi=True,
14
- localizations={
+ labels={
15
"select_all": "Sélectionner tout",
16
"deselect_all": "Désélectionner tout",
17
"selected_count": "{num_selected} sélections",
@@ -63,7 +63,7 @@ def test_ddlo002_partial_translations(dash_duo):
63
64
65
66
67
"search": "Lookup",
68
},
69
),
components/dash-core-components/tests/integration/input/test_a11y.py renamed to components/dash-core-components/tests/integration/input/test_a11y_input.py
0 commit comments