wpml-config.xml
1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<wpml-config>
<custom-types>
<custom-type translate="1">search-filter-widget</custom-type>
</custom-types>
<custom-fields>
<custom-field action="translate">_search-filter-fields</custom-field>
<custom-field action="copy">_search-filter-settings</custom-field>
<custom-field action="translate">_search-filter-results-url</custom-field>
</custom-fields>
<custom-fields-texts>
<key name="_search-filter-fields">
<key name="*">
<key name="heading" />
<key name="placeholder" />
<key name="accessibility_label" />
<key name="all_items_label" />
<key name="no_results_message" />
<key name="date_from_prefix" />
<key name="date_from_postfix" />
<key name="date_from_placeholder" />
<key name="date_to_prefix" />
<key name="date_to_postfix" />
<key name="date_to_placeholder" />
<key name="choice_heading" />
<key name="choice_accessibility_label" />
<key name="number_heading" />
<key name="number_accessibility_label" />
<key name="date_heading" />
<key name="date_accessibility_label" />
<key name="thousand_seperator" />
<key name="decimal_seperator" />
<key name="number_values_seperator" />
<key name="range_value_prefix" />
<key name="range_value_postfix" />
<key name="all_items_label_number" />
<key name="label" />
<key name="sort_options">
<key name="*">
<key name="sort_label" />
</key>
</key>
</key>
</key>
</custom-fields-texts>
</wpml-config>