-
Notifications
You must be signed in to change notification settings - Fork 0
/
wpml-config.xml
38 lines (38 loc) · 1.58 KB
/
wpml-config.xml
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
<wpml-config>
<admin-texts>
<key name="mymedi_theme_options">
<key name="ts_logo" />
<key name="ts_logo_mobile" />
<key name="ts_logo_sticky" />
<key name="ts_text_logo" />
<key name="ts_header_store_notice" />
<key name="ts_header_contact_information" />
<key name="ts_header_delivery_message" />
<key name="ts_blog_banner" />
<key name="ts_blog_banner_link" />
<key name="ts_product_new_label_text" />
<key name="ts_product_sale_label_text" />
<key name="ts_product_feature_label_text" />
<key name="ts_product_out_of_stock_label_text" />
<key name="ts_prod_cat_bottom_content" />
<key name="ts_prod_custom_tab_title" />
<key name="ts_prod_custom_tab_content" />
<key name="ts_prod_bottom_content" />
</key>
</admin-texts>
<custom-types>
<custom-type translate="1">ts_portfolio</custom-type>
<custom-type translate="1">ts_team</custom-type>
<custom-type translate="1">ts_testimonial</custom-type>
<custom-type translate="1">ts_logo</custom-type>
<custom-type translate="1">ts_footer_block</custom-type>
<custom-type translate="1">product</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">ts_portfolio_cat</taxonomy>
<taxonomy translate="1">ts_testimonial_cat</taxonomy>
<taxonomy translate="1">ts_logo_cat</taxonomy>
<taxonomy translate="1">ts_product_brand</taxonomy>
<taxonomy translate="1">product_cat</taxonomy>
</taxonomies>
</wpml-config>