Skip to content

Commit

Permalink
Add plugin compatiility: WF Cookie Consent
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jacob committed Oct 2, 2024
1 parent d78992a commit be0d903
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ function wplng_data_json_to_translate() {
array( 'wc_country_select_params', 'i18n_searching' ),
array( 'wc_address_i18n_params', 'i18n_required_text' ),
array( 'wc_address_i18n_params', 'i18n_optional_text' ),

// Plugin : YITH
array( 'yith_wcwl_l10n', 'labels', 'cookie_disabled' ),

// Plugin : WF Cookie Consent
array( 'wfCookieConsentSettings', 'wf_cookietext' ),
array( 'wfCookieConsentSettings', 'wf_dismisstext' ),
array( 'wfCookieConsentSettings', 'wf_linktext' ),
)
);
}
Expand Down

0 comments on commit be0d903

Please sign in to comment.