Version Description
(11/09/2019) = - Add: IE 11 compatibility with languages switcher - Add: WP-CLI compatibility - Bugfix: admin api call - Bugfix: double language when WC + multisite with subdomains - Bugfix: do not add language on external links also in JSON
Download this release
Release Info
Developer | remyb92 |
Plugin | Weglot Translate – Translate your WP website |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- app/javascripts/front.js +1 -1
- bootstrap.php +3 -1
- dist/admin-css.js +1 -1
- dist/admin-js.js +1 -1
- dist/css/admin-css.css +1 -324
- dist/css/front-amp-css.css +1 -173
- dist/css/front-css.css +1 -1076
- dist/front-amp-css.js +1 -1
- dist/front-css.js +1 -1
- dist/front-js.js +1 -1
- dist/frontamp-css.js +0 -100
- dist/metaboxes-js.js +1 -1
- dist/nav-js.js +1 -1
- readme.txt +8 -1
- src/actions/front/class-search-weglot.php +6 -0
- src/actions/front/class-translate-page-weglot.php +5 -0
- src/helpers/class-helper-is-admin.php +24 -0
- src/services/class-option-service-weglot.php +3 -2
- src/services/class-replace-link-service-weglot.php +1 -1
- src/services/class-replace-url-service-weglot.php +1 -1
- src/third/underconstructionpage/class-ucp-active.php +37 -0
- src/third/underconstructionpage/class-ucp-tracking.php +62 -0
- src/third/woocommerce/class-wc-cart-reload-weglot.php +5 -0
- templates/admin/pages/tabs/settings.php +2 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/installed.json +6 -6
- vendor/weglot/weglot-php/src/Parser/ConfigProvider/ServerConfigProvider.php +2 -2
- vendor/weglot/weglot-php/src/Util/Server.php +4 -1
- vendor/weglot/weglot-php/src/Util/Url.php +8 -0
- weglot.php +2 -2
app/javascripts/front.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
document.addEventListener("DOMContentLoaded", function(event) {
|
3 |
|
4 |
-
|
5 |
let top = 0, left = 0;
|
6 |
do {
|
7 |
top += element.offsetTop || 0;
|
1 |
|
2 |
document.addEventListener("DOMContentLoaded", function(event) {
|
3 |
|
4 |
+
function getOffset(element) {
|
5 |
let top = 0, left = 0;
|
6 |
do {
|
7 |
top += element.offsetTop || 0;
|
bootstrap.php
CHANGED
@@ -64,7 +64,8 @@ abstract class Context_Weglot {
|
|
64 |
'\WeglotWP\Third\Gravityforms\Gf_Active',
|
65 |
'\WeglotWP\Third\NinjaForms\Ninja_Active',
|
66 |
'\WeglotWP\Third\Woocommerce\Wc_Active',
|
67 |
-
|
|
|
68 |
];
|
69 |
|
70 |
self::$context->set_services( $services );
|
@@ -97,6 +98,7 @@ abstract class Context_Weglot {
|
|
97 |
'\WeglotWP\Third\Gravityforms\GF_Filter_Urls',
|
98 |
'\WeglotWP\Third\Woocommerce\WC_Filter_Urls_Weglot',
|
99 |
'\WeglotWP\Third\Woocommerce\WC_Cart_Reload_Weglot',
|
|
|
100 |
];
|
101 |
|
102 |
self::$context->set_actions( $actions );
|
64 |
'\WeglotWP\Third\Gravityforms\Gf_Active',
|
65 |
'\WeglotWP\Third\NinjaForms\Ninja_Active',
|
66 |
'\WeglotWP\Third\Woocommerce\Wc_Active',
|
67 |
+
'\WeglotWP\Third\WPForms\Wpforms_Active',
|
68 |
+
'\WeglotWP\Third\UnderConstructionPage\Ucp_Active',
|
69 |
];
|
70 |
|
71 |
self::$context->set_services( $services );
|
98 |
'\WeglotWP\Third\Gravityforms\GF_Filter_Urls',
|
99 |
'\WeglotWP\Third\Woocommerce\WC_Filter_Urls_Weglot',
|
100 |
'\WeglotWP\Third\Woocommerce\WC_Cart_Reload_Weglot',
|
101 |
+
'\WeglotWP\Third\UnderConstructionPage\Ucp_Tracking',
|
102 |
];
|
103 |
|
104 |
self::$context->set_actions( $actions );
|
dist/admin-css.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/dist/",r(r.s=
|
1 |
+
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/dist/",r(r.s=12)}({12:function(e,t){}});
|
dist/admin-js.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function o(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,o),a.l=!0,a.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)o.d(n,a,function(t){return e[t]}.bind(null,a));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="/dist/",o(o.s=4)}([function(e,t){Array.prototype.filter||(Array.prototype.filter=function(e,t){"use strict";if("Function"!=typeof e&&"function"!=typeof e||!this)throw new TypeError;var o=this.length>>>0,n=new Array(o),a=this,l=0,r=-1;if(void 0===t)for(;++r!==o;)r in this&&e(a[r],r,a)&&(n[l++]=a[r]);else for(;++r!==o;)r in this&&e.call(t,a[r],r,a)&&(n[l++]=a[r]);return n.length=l,n})},function(e,t){Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(null==this)throw new TypeError('"this" is null or not defined');var t=Object(this),o=t.length>>>0;if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var n=arguments[1],a=0;a<o;){var l=t[a];if(e.call(n,l,a,t))return l;a++}},configurable:!0,writable:!0})},,,function(e,t,o){"use strict";o.r(t);var n=function(){const e=jQuery;let t;const o=()=>{t=e(".weglot-select-destination").selectize({delimiter:"|",persist:!1,valueField:"code",labelField:"local",searchField:["code","english","local"],sortField:[{field:"english",direction:"asc"}],maxItems:weglot_languages.limit,plugins:["remove_button","drag_drop"],options:(()=>weglot_languages.available.filter(e=>e.code!==weglot_languages.original))(),render:{option:function(e,t){return'<div class="weglot__choice__language"><span class="weglot__choice__language--english">'+t(e.english)+'</span><span class="weglot__choice__language--local">'+t(e.local)+" ["+t(e.code)+"]</span></div>"}}}).on("change",o=>{const n=t[0].selectize.getValue(),a=e("#li-button-tpl");if(0===a.length)return;const l=e("#is_fullname").is(":checked"),r=e("#with_name").is(":checked");let s="";e("#with_flags").is(":checked")&&(s="weglot-flags");let c="";n.forEach(e=>{const t=weglot_languages.available.find(t=>t.code===e);let o="";r&&(o=l?t.local:e.toUpperCase()),c+=a.html().replace("{LABEL_LANGUAGE}",o).replace(new RegExp("{CODE_LANGUAGE}","g"),e).replace("{CLASSES}",s)}),e(".country-selector ul").html(c)})};document.addEventListener("DOMContentLoaded",()=>{(()=>{let n=e("#original_language").val();e("#original_language").on("change",function(o){const a=n,l=n;n=o.target.value,t[0].selectize.removeOption(n);const r=weglot_languages.available.find(e=>e.code===l),s=weglot_languages.available.find(e=>e.code===n);t[0].selectize.addOption(r);const c=e("#is_fullname").is(":checked");let i="";e("#with_name").is(":checked")&&(i=c?s.local:s.code.toUpperCase()),e(".wgcurrent.wg-li").removeClass(a).addClass(n).attr("data-code-language",n).find("span").html(i)}),o(),window.addEventListener("weglotCheckApi",e=>{let o=1e3;const n=e.detail.plan;n<=0||weglot_languages.plans.starter_free.ids.indexOf(n)>=0?o=weglot_languages.plans.starter_free.limit_language:weglot_languages.plans.business.ids.indexOf(n)>=0&&(o=weglot_languages.plans.business.limit_language),t[0].selectize.settings.maxItems=o})})()})};var a=function(){const e=jQuery;document.addEventListener("DOMContentLoaded",()=>{e("#weglot-box-first-settings .weglot-btn-close").on("click",function(t){t.preventDefault(),e("#weglot-box-first-settings").hide()})})};var l=function(){const e=()=>{const e=document.querySelector("#tpl-exclusion-url"),t=document.querySelector("#tpl-exclusion-block"),o=document.querySelector("#container-exclude_urls"),n=document.querySelector("#container-exclude_blocks");function a(e){e.preventDefault(),this.parentNode.remove()}document.querySelector("#js-add-exclude-url")&&document.querySelector("#js-add-exclude-url").addEventListener("click",t=>{t.preventDefault();const n=Math.random().toString(36).substring(7);o.insertAdjacentHTML("beforeend",e.innerHTML.replace(new RegExp("{KEY}","g"),n)),document.querySelector("#container-exclude_urls .item-exclude:last-child .js-btn-remove").addEventListener("click",a)}),document.querySelector("#js-add-exclude-block")&&document.querySelector("#js-add-exclude-block").addEventListener("click",e=>{e.preventDefault(),n.insertAdjacentHTML("beforeend",t.innerHTML),document.querySelector("#container-exclude_blocks .item-exclude:last-child .js-btn-remove-exclude").addEventListener("click",a)}),document.querySelectorAll(".js-btn-remove").forEach(e=>{e.addEventListener("click",a)})};document.addEventListener("DOMContentLoaded",()=>{e()})};var r=function(){const e=jQuery,t=()=>{let t=e("#type_flags option:selected").data("value"),o=[];o.push(e(".country-selector label").data("code-language")),e(".country-selector li").each((t,n)=>{o.push(e(n).data("code-language"))});const n=weglot_languages.available.filter(e=>o.indexOf(e.code)>=0);e("#weglot-css-inline").text(weglot_css.inline),e("#is_dropdown").on("change",function(){e(".country-selector").toggleClass("weglot-inline"),e(".country-selector").toggleClass("weglot-dropdown")}),e("#with_flags").on("change",function(){e(".country-selector label, .country-selector li").toggleClass("weglot-flags")}),e("#type_flags").on("change",function(o){e(".country-selector label, .country-selector li").removeClass(`flag-${t}`);const n=e(":selected",this).data("value");e(".country-selector label, .country-selector li").addClass(`flag-${n}`),t=n});const a=()=>{const t=n.find(t=>t.code===e(".country-selector label").data("code-language")),o=e("#is_fullname").is(":checked"),a=o?t.local:t.code.toUpperCase();e(".country-selector label a, .country-selector label span").text(a),e(".country-selector li").each((t,a)=>{const l=n.find(t=>t.code===e(a).data("code-language")),r=o?l.local:l.code.toUpperCase();e(a).find("a").text(r)})};e("#with_name").on("change",function(t){t.target.checked?a():(e(".country-selector label a, .country-selector label span").text(""),e(".country-selector li a, .country-selector li span").each((t,o)=>{e(o).text("")}))}),e("#is_fullname").on("change",function(t){if(e("#with_name").is(":checked"))if(t.target.checked)a();else{const t=n.find(t=>t.code===e(".country-selector label").data("code-language"));e(".country-selector label a, .country-selector label span").text(t.code.toUpperCase()),e(".country-selector li").each((t,o)=>{const a=n.find(t=>t.code===e(o).data("code-language"));e(o).find("a").text(a.code.toUpperCase()),e(o).find("span").text(a.code.toUpperCase())})}}),e("#override_css").on("keyup",function(t){e("#weglot-css-inline").text(t.target.value)})};document.addEventListener("DOMContentLoaded",()=>{0!==e(".weglot-preview").length&&t()})};var s=function(){const e=jQuery,t=()=>{e("#api_key_private").blur(function(){var t=e(this).val();if(0===t.length)return e(".weglot-keyres").remove(),e("#api_key_private").after('<span class="weglot-keyres weglot-nokkey"></span>'),void e("#wrap-weglot #submit").prop("disabled",!0);function o(){e(".weglot-keyres").remove(),e("#api_key_private").after('<span class="weglot-keyres weglot-nokkey"></span>'),e("#wrap-weglot #submit").prop("disabled",!0)}e.ajax({method:"POST",url:ajaxurl,data:{action:"get_user_info",api_key:t},success:({data:t,success:n})=>{n?function(t){e(".weglot-keyres").remove(),e("#api_key_private").after('<span class="weglot-keyres weglot-okkey"></span>'),e("#wrap-weglot #submit").prop("disabled",!1);const o=new CustomEvent("weglotCheckApi",{detail:t});window.dispatchEvent(o)}(t):o()}}).fail(function(){o()})})};document.addEventListener("DOMContentLoaded",()=>{t()})};var c=function(){const e=jQuery;"undefined"!=typeof weglot_css&&e("#weglot-css-flag-css").text(weglot_css.flag_css);const t=()=>{e(".flag-style-openclose").on("click",function(){e(".flag-style-wrapper").toggle()}),e("select.flag-en-type, select.flag-es-type, select.flag-pt-type, select.flag-fr-type, select.flag-ar-type").on("change",function(){!function(){var t=new Array,o=new Array,n=new Array,a=new Array,l=new Array;t[1]=[3570,7841,48,2712],t[2]=[3720,449,3048,4440],t[3]=[3840,1281,2712,4224],t[4]=[3240,5217,1224,2112],t[5]=[4050,3585,1944,2496],t[6]=[2340,3457,2016,2016],o[1]=[4320,4641,3144,3552],o[2]=[3750,353,2880,4656],o[3]=[4200,1601,2568,3192],o[4]=[3990,5793,1032,2232],o[5]=[5460,897,4104,3120],o[6]=[3810,7905,216,3888],o[7]=[3630,8065,192,2376],o[8]=[3780,1473,2496,4104],o[9]=[6120,2145,4680,2568],o[10]=[4440,3009,3240,1176],o[11]=[5280,1825,3936,2976],o[12]=[4770,2081,3624,1008],o[13]=[4080,3201,2160,2544],o[14]=[4590,5761,3432,624],o[15]=[4350,2209,3360,2688],o[16]=[5610,5249,3168,528],o[17]=[5070,1729,3792,2952],o[18]=[6870,5953,96,3408],o[19]=[4020,5697,1056,1224],n[1]=[1740,5921,528,3504],a[1]=[2760,736,2856,4416],a[2]=[3840,1280,2712,4224],a[3]=[5700,7201,5016,2400],a[4]=[2220,4160,1632,1944],l[1]=[1830,129,3096,5664],l[2]=[5100,2177,3840,2904],l[3]=[4890,3425,3648,2136],l[4]=[1320,3681,1896,4080],l[5]=[1260,3841,1824,1200],l[6]=[1020,3969,1608,312],l[7]=[4800,4065,3600,72],l[8]=[4710,4865,3504,480],l[9]=[6720,5984,5112,3792],l[10]=[4500,7233,3288,1800],l[11]=[720,7522,384,3936],l[12]=[690,7745,336,1104],l[13]=[600,8225,120,1272],l[14]=[660,5569,840,576];var r=e("select.flag-en-type").val(),s=e("select.flag-es-type").val(),c=e("select.flag-pt-type").val(),i=e("select.flag-fr-type").val(),g=e("select.flag-ar-type").val(),f=r<=0?"":".weglot-flags.en > a:before, .weglot-flags.en > span:before { background-position: -"+t[r][0]+"px 0 !important; } .weglot-flags.flag-1.en > a:before, .weglot-flags.flag-1.en > span:before { background-position: -"+t[r][1]+"px 0 !important; } .weglot-flags.flag-2.en > a:before, .weglot-flags.flag-2.en > span:before { background-position: -"+t[r][2]+"px 0 !important; } .weglot-flags.flag-3.en > a:before, .weglot-flags.flag-3.en > span:before { background-position: -"+t[r][3]+"px 0 !important; } ",u=s<=0?"":".weglot-flags.es > a:before, .weglot-flags.es > span:before { background-position: -"+o[s][0]+"px 0 !important; } .weglot-flags.flag-1.es > a:before, .weglot-flags.flag-1.es > span:before { background-position: -"+o[s][1]+"px 0 !important; } .weglot-flags.flag-2.es > a:before, .weglot-flags.flag-2.es > span:before { background-position: -"+o[s][2]+"px 0 !important; } .weglot-flags.flag-3.es > a:before, .weglot-flags.flag-3.es > span:before { background-position: -"+o[s][3]+"px 0 !important; } ",d=c<=0?"":".weglot-flags.pt > a:before, .weglot-flags.pt > span:before { background-position: -"+n[c][0]+"px 0 !important; } .weglot-flags.flag-1.pt > a:before, .weglot-flags.flag-1.pt > span:before { background-position: -"+n[c][1]+"px 0 !important; } .weglot-flags.flag-2.pt > a:before, .weglot-flags.flag-2.pt > span:before { background-position: -"+n[c][2]+"px 0 !important; } .weglot-flags.flag-3.pt > a:before, .weglot-flags.flag-3.pt > span:before { background-position: -"+n[c][3]+"px 0 !important; } ",p=i<=0?"":".weglot-flags.fr > a:before, .weglot-flags.fr > span:before { background-position: -"+a[i][0]+"px 0 !important; } .weglot-flags.flag-1.fr > a:before, .weglot-flags.flag-1.fr > span:before { background-position: -"+a[i][1]+"px 0 !important; } .weglot-flags.flag-2.fr > a:before, .weglot-flags.flag-2.fr > span:before { background-position: -"+a[i][2]+"px 0 !important; } .weglot-flags.flag-3.fr > a:before, .weglot-flags.flag-3.fr > span:before { background-position: -"+a[i][3]+"px 0 !important; } ",b=g<=0?"":".weglot-flags.ar > a:before, .weglot-flags.ar > span:before { background-position: -"+l[g][0]+"px 0 !important; } .weglot-flags.flag-1.ar > a:before, .weglot-flags.flag-1.ar > span:before { background-position: -"+l[g][1]+"px 0 !important; } .weglot-flags.flag-2.ar > a:before, .weglot-flags.flag-2.ar > span:before { background-position: -"+l[g][2]+"px 0 !important; } .weglot-flags.flag-3.ar > a:before, .weglot-flags.flag-3.ar > span:before { background-position: -"+l[g][3]+"px 0 !important; } ";e("#flag_css, #weglot-css-flag-css").text(f+u+d+p+b)}()})};document.addEventListener("DOMContentLoaded",()=>{t()})};var i=function(){jQuery;document.addEventListener("DOMContentLoaded",()=>{const e=document.querySelector("#private_mode");e&&0!=e.length&&(document.querySelector("#private_mode").addEventListener("change",function(e){document.querySelectorAll(".private-mode-lang--input").forEach(t=>{t.checked=e.target.checked})}),document.querySelectorAll(".private-mode-lang--input").forEach(e=>{e.addEventListener("change",function(e){0===document.querySelectorAll(".private-mode-lang--input:checked").length&&(document.querySelector("#private_mode").checked=!1)})}))})};o(1),o(0);n(),l(),a(),r(),s(),c(),i()}]);
|
1 |
+
!function(e){var t={};function o(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,o),a.l=!0,a.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)o.d(n,a,function(t){return e[t]}.bind(null,a));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="/dist/",o(o.s=5)}([function(e,t){Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(null==this)throw new TypeError('"this" is null or not defined');var t=Object(this),o=t.length>>>0;if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var n=arguments[1],a=0;a<o;){var l=t[a];if(e.call(n,l,a,t))return l;a++}},configurable:!0,writable:!0})},function(e,t){Array.prototype.filter||(Array.prototype.filter=function(e,t){"use strict";if("Function"!=typeof e&&"function"!=typeof e||!this)throw new TypeError;var o=this.length>>>0,n=new Array(o),a=this,l=0,r=-1;if(void 0===t)for(;++r!==o;)r in this&&e(a[r],r,a)&&(n[l++]=a[r]);else for(;++r!==o;)r in this&&e.call(t,a[r],r,a)&&(n[l++]=a[r]);return n.length=l,n})},,,,function(e,t,o){"use strict";o.r(t);var n=function(){const e=jQuery,t=()=>weglot_languages.available.filter(e=>e.code!==weglot_languages.original);let o;const n=()=>{let n=e("#original_language").val();e("#original_language").on("change",function(t){const a=n,l=n;n=t.target.value,o[0].selectize.removeOption(n);const r=weglot_languages.available.find(e=>e.code===l),s=weglot_languages.available.find(e=>e.code===n);o[0].selectize.addOption(r);const c=e("#is_fullname").is(":checked");let i="";e("#with_name").is(":checked")&&(i=c?s.local:s.code.toUpperCase()),e(".wgcurrent.wg-li").removeClass(a).addClass(n).attr("data-code-language",n).find("span").html(i)}),o=e(".weglot-select-destination").selectize({delimiter:"|",persist:!1,valueField:"code",labelField:"local",searchField:["code","english","local"],sortField:[{field:"english",direction:"asc"}],maxItems:weglot_languages.limit,plugins:["remove_button","drag_drop"],options:t(),render:{option:function(e,t){return'<div class="weglot__choice__language"><span class="weglot__choice__language--english">'+t(e.english)+'</span><span class="weglot__choice__language--local">'+t(e.local)+" ["+t(e.code)+"]</span></div>"}}}).on("change",t=>{const n=o[0].selectize.getValue(),a=e("#li-button-tpl");if(0===a.length)return;const l=e("#is_fullname").is(":checked"),r=e("#with_name").is(":checked"),s=e("#with_flags").is(":checked");let c="";s&&(c="weglot-flags");let i="";n.forEach(e=>{const t=weglot_languages.available.find(t=>t.code===e);let o="";r&&(o=l?t.local:e.toUpperCase()),i+=a.html().replace("{LABEL_LANGUAGE}",o).replace(new RegExp("{CODE_LANGUAGE}","g"),e).replace("{CLASSES}",c)}),e(".country-selector ul").html(i)}),window.addEventListener("weglotCheckApi",e=>{let t=1e3;const n=e.detail.plan;n<=0||weglot_languages.plans.starter_free.ids.indexOf(n)>=0?t=weglot_languages.plans.starter_free.limit_language:weglot_languages.plans.business.ids.indexOf(n)>=0&&(t=weglot_languages.plans.business.limit_language),o[0].selectize.settings.maxItems=t})};document.addEventListener("DOMContentLoaded",()=>{n()})};var a=function(){const e=jQuery;document.addEventListener("DOMContentLoaded",()=>{e("#weglot-box-first-settings .weglot-btn-close").on("click",function(t){t.preventDefault(),e("#weglot-box-first-settings").hide()})})};var l=function(){const e=()=>{const e=document.querySelector("#tpl-exclusion-url"),t=document.querySelector("#tpl-exclusion-block"),o=document.querySelector("#container-exclude_urls"),n=document.querySelector("#container-exclude_blocks");function a(e){e.preventDefault(),this.parentNode.remove()}document.querySelector("#js-add-exclude-url")&&document.querySelector("#js-add-exclude-url").addEventListener("click",t=>{t.preventDefault();const n=Math.random().toString(36).substring(7);o.insertAdjacentHTML("beforeend",e.innerHTML.replace(new RegExp("{KEY}","g"),n)),document.querySelector("#container-exclude_urls .item-exclude:last-child .js-btn-remove").addEventListener("click",a)}),document.querySelector("#js-add-exclude-block")&&document.querySelector("#js-add-exclude-block").addEventListener("click",e=>{e.preventDefault(),n.insertAdjacentHTML("beforeend",t.innerHTML),document.querySelector("#container-exclude_blocks .item-exclude:last-child .js-btn-remove-exclude").addEventListener("click",a)}),document.querySelectorAll(".js-btn-remove").forEach(e=>{e.addEventListener("click",a)})};document.addEventListener("DOMContentLoaded",()=>{e()})};var r=function(){const e=jQuery,t=()=>{let t=e("#type_flags option:selected").data("value"),o=[];o.push(e(".country-selector label").data("code-language")),e(".country-selector li").each((t,n)=>{o.push(e(n).data("code-language"))});const n=weglot_languages.available.filter(e=>o.indexOf(e.code)>=0);e("#weglot-css-inline").text(weglot_css.inline),e("#is_dropdown").on("change",function(){e(".country-selector").toggleClass("weglot-inline"),e(".country-selector").toggleClass("weglot-dropdown")}),e("#with_flags").on("change",function(){e(".country-selector label, .country-selector li").toggleClass("weglot-flags")}),e("#type_flags").on("change",function(o){e(".country-selector label, .country-selector li").removeClass(`flag-${t}`);const n=e(":selected",this).data("value");e(".country-selector label, .country-selector li").addClass(`flag-${n}`),t=n});const a=()=>{const t=n.find(t=>t.code===e(".country-selector label").data("code-language")),o=e("#is_fullname").is(":checked"),a=o?t.local:t.code.toUpperCase();e(".country-selector label a, .country-selector label span").text(a),e(".country-selector li").each((t,a)=>{const l=n.find(t=>t.code===e(a).data("code-language")),r=o?l.local:l.code.toUpperCase();e(a).find("a").text(r)})};e("#with_name").on("change",function(t){t.target.checked?a():(e(".country-selector label a, .country-selector label span").text(""),e(".country-selector li a, .country-selector li span").each((t,o)=>{e(o).text("")}))}),e("#is_fullname").on("change",function(t){if(e("#with_name").is(":checked"))if(t.target.checked)a();else{const t=n.find(t=>t.code===e(".country-selector label").data("code-language"));e(".country-selector label a, .country-selector label span").text(t.code.toUpperCase()),e(".country-selector li").each((t,o)=>{const a=n.find(t=>t.code===e(o).data("code-language"));e(o).find("a").text(a.code.toUpperCase()),e(o).find("span").text(a.code.toUpperCase())})}}),e("#override_css").on("keyup",function(t){e("#weglot-css-inline").text(t.target.value)})};document.addEventListener("DOMContentLoaded",()=>{0!==e(".weglot-preview").length&&t()})};var s=function(){const e=jQuery,t=()=>{e("#api_key_private").blur(function(){var t=e(this).val();if(0===t.length)return e(".weglot-keyres").remove(),e("#api_key_private").after('<span class="weglot-keyres weglot-nokkey"></span>'),void e("#wrap-weglot #submit").prop("disabled",!0);function o(){e(".weglot-keyres").remove(),e("#api_key_private").after('<span class="weglot-keyres weglot-nokkey"></span>'),e("#wrap-weglot #submit").prop("disabled",!0)}e.ajax({method:"POST",url:ajaxurl,data:{action:"get_user_info",api_key:t},success:({data:t,success:n})=>{n?function(t){e(".weglot-keyres").remove(),e("#api_key_private").after('<span class="weglot-keyres weglot-okkey"></span>'),e("#wrap-weglot #submit").prop("disabled",!1);const o=new CustomEvent("weglotCheckApi",{detail:t});window.dispatchEvent(o)}(t):o()}}).fail(function(){o()})})};document.addEventListener("DOMContentLoaded",()=>{t()})};var c=function(){const e=jQuery;"undefined"!=typeof weglot_css&&e("#weglot-css-flag-css").text(weglot_css.flag_css);const t=()=>{e(".flag-style-openclose").on("click",function(){e(".flag-style-wrapper").toggle()}),e("select.flag-en-type, select.flag-es-type, select.flag-pt-type, select.flag-fr-type, select.flag-ar-type").on("change",function(){!function(){var t=new Array,o=new Array,n=new Array,a=new Array,l=new Array;t[1]=[3570,7841,48,2712],t[2]=[3720,449,3048,4440],t[3]=[3840,1281,2712,4224],t[4]=[3240,5217,1224,2112],t[5]=[4050,3585,1944,2496],t[6]=[2340,3457,2016,2016],o[1]=[4320,4641,3144,3552],o[2]=[3750,353,2880,4656],o[3]=[4200,1601,2568,3192],o[4]=[3990,5793,1032,2232],o[5]=[5460,897,4104,3120],o[6]=[3810,7905,216,3888],o[7]=[3630,8065,192,2376],o[8]=[3780,1473,2496,4104],o[9]=[6120,2145,4680,2568],o[10]=[4440,3009,3240,1176],o[11]=[5280,1825,3936,2976],o[12]=[4770,2081,3624,1008],o[13]=[4080,3201,2160,2544],o[14]=[4590,5761,3432,624],o[15]=[4350,2209,3360,2688],o[16]=[5610,5249,3168,528],o[17]=[5070,1729,3792,2952],o[18]=[6870,5953,96,3408],o[19]=[4020,5697,1056,1224],n[1]=[1740,5921,528,3504],a[1]=[2760,736,2856,4416],a[2]=[3840,1280,2712,4224],a[3]=[5700,7201,5016,2400],a[4]=[2220,4160,1632,1944],l[1]=[1830,129,3096,5664],l[2]=[5100,2177,3840,2904],l[3]=[4890,3425,3648,2136],l[4]=[1320,3681,1896,4080],l[5]=[1260,3841,1824,1200],l[6]=[1020,3969,1608,312],l[7]=[4800,4065,3600,72],l[8]=[4710,4865,3504,480],l[9]=[6720,5984,5112,3792],l[10]=[4500,7233,3288,1800],l[11]=[720,7522,384,3936],l[12]=[690,7745,336,1104],l[13]=[600,8225,120,1272],l[14]=[660,5569,840,576];var r=e("select.flag-en-type").val(),s=e("select.flag-es-type").val(),c=e("select.flag-pt-type").val(),i=e("select.flag-fr-type").val(),g=e("select.flag-ar-type").val(),f=r<=0?"":".weglot-flags.en > a:before, .weglot-flags.en > span:before { background-position: -"+t[r][0]+"px 0 !important; } .weglot-flags.flag-1.en > a:before, .weglot-flags.flag-1.en > span:before { background-position: -"+t[r][1]+"px 0 !important; } .weglot-flags.flag-2.en > a:before, .weglot-flags.flag-2.en > span:before { background-position: -"+t[r][2]+"px 0 !important; } .weglot-flags.flag-3.en > a:before, .weglot-flags.flag-3.en > span:before { background-position: -"+t[r][3]+"px 0 !important; } ",u=s<=0?"":".weglot-flags.es > a:before, .weglot-flags.es > span:before { background-position: -"+o[s][0]+"px 0 !important; } .weglot-flags.flag-1.es > a:before, .weglot-flags.flag-1.es > span:before { background-position: -"+o[s][1]+"px 0 !important; } .weglot-flags.flag-2.es > a:before, .weglot-flags.flag-2.es > span:before { background-position: -"+o[s][2]+"px 0 !important; } .weglot-flags.flag-3.es > a:before, .weglot-flags.flag-3.es > span:before { background-position: -"+o[s][3]+"px 0 !important; } ",d=c<=0?"":".weglot-flags.pt > a:before, .weglot-flags.pt > span:before { background-position: -"+n[c][0]+"px 0 !important; } .weglot-flags.flag-1.pt > a:before, .weglot-flags.flag-1.pt > span:before { background-position: -"+n[c][1]+"px 0 !important; } .weglot-flags.flag-2.pt > a:before, .weglot-flags.flag-2.pt > span:before { background-position: -"+n[c][2]+"px 0 !important; } .weglot-flags.flag-3.pt > a:before, .weglot-flags.flag-3.pt > span:before { background-position: -"+n[c][3]+"px 0 !important; } ",p=i<=0?"":".weglot-flags.fr > a:before, .weglot-flags.fr > span:before { background-position: -"+a[i][0]+"px 0 !important; } .weglot-flags.flag-1.fr > a:before, .weglot-flags.flag-1.fr > span:before { background-position: -"+a[i][1]+"px 0 !important; } .weglot-flags.flag-2.fr > a:before, .weglot-flags.flag-2.fr > span:before { background-position: -"+a[i][2]+"px 0 !important; } .weglot-flags.flag-3.fr > a:before, .weglot-flags.flag-3.fr > span:before { background-position: -"+a[i][3]+"px 0 !important; } ",b=g<=0?"":".weglot-flags.ar > a:before, .weglot-flags.ar > span:before { background-position: -"+l[g][0]+"px 0 !important; } .weglot-flags.flag-1.ar > a:before, .weglot-flags.flag-1.ar > span:before { background-position: -"+l[g][1]+"px 0 !important; } .weglot-flags.flag-2.ar > a:before, .weglot-flags.flag-2.ar > span:before { background-position: -"+l[g][2]+"px 0 !important; } .weglot-flags.flag-3.ar > a:before, .weglot-flags.flag-3.ar > span:before { background-position: -"+l[g][3]+"px 0 !important; } ";e("#flag_css, #weglot-css-flag-css").text(f+u+d+p+b)}()})};document.addEventListener("DOMContentLoaded",()=>{t()})};var i=function(){jQuery;document.addEventListener("DOMContentLoaded",()=>{const e=document.querySelector("#private_mode");e&&0!=e.length&&(document.querySelector("#private_mode").addEventListener("change",function(e){document.querySelectorAll(".private-mode-lang--input").forEach(t=>{t.checked=e.target.checked})}),document.querySelectorAll(".private-mode-lang--input").forEach(e=>{e.addEventListener("change",function(e){0===document.querySelectorAll(".private-mode-lang--input:checked").length&&(document.querySelector("#private_mode").checked=!1)})}))})};o(0),o(1);n(),l(),a(),r(),s(),c(),i()}]);
|
dist/css/admin-css.css
CHANGED
@@ -322,327 +322,4 @@
|
|
322 |
opacity: 0.5;
|
323 |
background-color: #fafafa;
|
324 |
}
|
325 |
-
.weglot__choice__language {
|
326 |
-
border-bottom: 1px solid #eee;
|
327 |
-
margin: 5px 0px; }
|
328 |
-
.weglot__choice__language--local {
|
329 |
-
border-width: 50px;
|
330 |
-
color: #a6a6a6;
|
331 |
-
display: block; }
|
332 |
-
|
333 |
-
.weglot_text_error {
|
334 |
-
color: red; }
|
335 |
-
|
336 |
-
.weglot_reset {
|
337 |
-
text-decoration: underline;
|
338 |
-
font-style: italic; }
|
339 |
-
.weglot_reset:hover {
|
340 |
-
cursor: pointer; }
|
341 |
-
|
342 |
-
.weglot_custom_url {
|
343 |
-
border-bottom: 1px solid #ccc;
|
344 |
-
margin-bottom: 10px; }
|
345 |
-
.weglot_custom_url a {
|
346 |
-
margin: 5px 0px;
|
347 |
-
display: inline-block; }
|
348 |
-
.weglot_custom_url--text_link {
|
349 |
-
margin-bottom: 4px; }
|
350 |
-
|
351 |
-
.btn {
|
352 |
-
background: #335ee2;
|
353 |
-
display: inline-block;
|
354 |
-
padding: 8px 10px;
|
355 |
-
border-radius: 4px;
|
356 |
-
-webkit-transition: .2s background linear,.2s color linear,.2s border linear,.2s text-shadow linear;
|
357 |
-
-o-transition: .2s background linear,.2s color linear,.2s border linear,.2s text-shadow linear;
|
358 |
-
transition: .2s background linear,.2s color linear,.2s border linear,.2s text-shadow linear;
|
359 |
-
outline: 0;
|
360 |
-
-webkit-font-smoothing: antialiased;
|
361 |
-
text-rendering: optimizeLegibility;
|
362 |
-
font-weight: 700;
|
363 |
-
cursor: pointer;
|
364 |
-
text-align: center;
|
365 |
-
text-decoration: none;
|
366 |
-
-webkit-box-shadow: none;
|
367 |
-
box-shadow: none;
|
368 |
-
white-space: nowrap;
|
369 |
-
color: white;
|
370 |
-
border: 1px solid #335ee2; }
|
371 |
-
.btn.btn-soft {
|
372 |
-
background-color: #fff;
|
373 |
-
color: #24284c;
|
374 |
-
border-color: #eaeaea; }
|
375 |
-
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
|
376 |
-
border-color: #446dea;
|
377 |
-
background-color: #446dea; }
|
378 |
-
|
379 |
-
.js-btn-remove {
|
380 |
-
border: none;
|
381 |
-
background-color: #ed6657;
|
382 |
-
color: #fff;
|
383 |
-
display: inline-block;
|
384 |
-
width: 32px;
|
385 |
-
height: 32px;
|
386 |
-
position: relative;
|
387 |
-
border-radius: 50%;
|
388 |
-
cursor: pointer;
|
389 |
-
-webkit-transform: translateY(-5%);
|
390 |
-
-ms-transform: translateY(-5%);
|
391 |
-
transform: translateY(-5%);
|
392 |
-
margin-left: 10px;
|
393 |
-
-webkit-transition: opacity 175ms linear;
|
394 |
-
-o-transition: opacity 175ms linear;
|
395 |
-
transition: opacity 175ms linear;
|
396 |
-
outline: 0; }
|
397 |
-
|
398 |
-
.item-exclude {
|
399 |
-
position: relative;
|
400 |
-
margin-bottom: 10px; }
|
401 |
-
|
402 |
-
input[type='text']:focus, textarea:focus {
|
403 |
-
border-color: #446dea;
|
404 |
-
-webkit-box-shadow: none;
|
405 |
-
box-shadow: none; }
|
406 |
-
|
407 |
-
::-webkit-input-placeholder,
|
408 |
-
:-moz-placeholder,
|
409 |
-
::-moz-placeholder,
|
410 |
-
:-ms-input-placeholder {
|
411 |
-
color: #C0C0C0; }
|
412 |
-
|
413 |
-
.sub-label {
|
414 |
-
font-size: 13px;
|
415 |
-
font-weight: normal;
|
416 |
-
margin: 2px 0 0; }
|
417 |
-
|
418 |
-
.weglot-select-original {
|
419 |
-
height: 36px !important;
|
420 |
-
margin: 0; }
|
421 |
-
|
422 |
-
.original-select,
|
423 |
-
#type_flags {
|
424 |
-
padding: 8px;
|
425 |
-
height: 36px !important;
|
426 |
-
width: 300px; }
|
427 |
-
|
428 |
-
#type_flags {
|
429 |
-
width: 150px; }
|
430 |
-
|
431 |
-
.selectize-control.multi .selectize-input > div {
|
432 |
-
background-color: #eff0ff; }
|
433 |
-
|
434 |
-
input[type="text"], .wg-input-textarea {
|
435 |
-
padding: 8px; }
|
436 |
-
|
437 |
-
.wg-input-textarea::-webkit-input-placeholder {
|
438 |
-
color: #ccc; }
|
439 |
-
|
440 |
-
.wg-input-textarea:-ms-input-placeholder {
|
441 |
-
color: #ccc; }
|
442 |
-
|
443 |
-
.wg-input-textarea::-ms-input-placeholder {
|
444 |
-
color: #ccc; }
|
445 |
-
|
446 |
-
.wg-input-textarea::placeholder {
|
447 |
-
color: #ccc; }
|
448 |
-
|
449 |
-
#wrap-weglot {
|
450 |
-
display: -webkit-box;
|
451 |
-
display: -webkit-flex;
|
452 |
-
display: -ms-flexbox;
|
453 |
-
display: flex;
|
454 |
-
margin-left: 15px; }
|
455 |
-
#wrap-weglot .weglot-nokkey:before {
|
456 |
-
content: '\274C';
|
457 |
-
display: inline-block;
|
458 |
-
color: red;
|
459 |
-
padding: 0 6px 0 0;
|
460 |
-
font-size: 15px;
|
461 |
-
padding: 0 10px; }
|
462 |
-
#wrap-weglot .weglot-okkey:before {
|
463 |
-
content: '\2713';
|
464 |
-
display: inline-block;
|
465 |
-
color: green;
|
466 |
-
padding: 0 10px;
|
467 |
-
font-size: 20px;
|
468 |
-
font-weight: bold;
|
469 |
-
padding: 0 10px; }
|
470 |
-
#wrap-weglot .wrap {
|
471 |
-
-webkit-box-flex: 4;
|
472 |
-
-webkit-flex: 4;
|
473 |
-
-ms-flex: 4;
|
474 |
-
flex: 4; }
|
475 |
-
#wrap-weglot .weglot-infobox {
|
476 |
-
-webkit-box-flex: 2;
|
477 |
-
-webkit-flex: 2;
|
478 |
-
-ms-flex: 2;
|
479 |
-
flex: 2;
|
480 |
-
-webkit-align-self: start;
|
481 |
-
-ms-flex-item-align: start;
|
482 |
-
align-self: start;
|
483 |
-
margin: 10px 20px 0 2px;
|
484 |
-
background-color: #fff;
|
485 |
-
background-color: white;
|
486 |
-
border: 1px solid #e0e0e0;
|
487 |
-
border-radius: 12px;
|
488 |
-
overflow: hidden; }
|
489 |
-
#wrap-weglot .weglot-infobox h3 {
|
490 |
-
color: #18164c;
|
491 |
-
background-color: white;
|
492 |
-
padding: 30px 30px 0 30px;
|
493 |
-
margin: 0px;
|
494 |
-
font-size: 23px;
|
495 |
-
line-height: 1.3; }
|
496 |
-
#wrap-weglot .weglot-infobox div {
|
497 |
-
padding: 15px 30px 30px 30px; }
|
498 |
-
#wrap-weglot .weglot-infobox .weglot-editbtn {
|
499 |
-
-webkit-box-shadow: 0 2px 4px 0 rgba(1, 1, 2, 0.05);
|
500 |
-
box-shadow: 0 2px 4px 0 rgba(1, 1, 2, 0.05);
|
501 |
-
background-color: #3d46fb;
|
502 |
-
color: #fff;
|
503 |
-
height: 45px;
|
504 |
-
border-radius: 23px;
|
505 |
-
line-height: 45px;
|
506 |
-
font-size: 14px !important;
|
507 |
-
text-decoration: none;
|
508 |
-
padding: 0px 30px;
|
509 |
-
display: inline-block;
|
510 |
-
-webkit-transition: all .2s ease-in;
|
511 |
-
-o-transition: all .2s ease-in;
|
512 |
-
transition: all .2s ease-in; }
|
513 |
-
#wrap-weglot .weglot-infobox .weglot-editbtn:hover {
|
514 |
-
color: white;
|
515 |
-
background: #252ed7; }
|
516 |
-
#wrap-weglot .weglot-infobox .weglot-editbtn p {
|
517 |
-
font-size: 15px; }
|
518 |
-
#wrap-weglot .selectize-control,
|
519 |
-
#wrap-weglot input[type="text"],
|
520 |
-
#wrap-weglot .wg-input-textarea,
|
521 |
-
#wrap-weglot .weglot-select-original {
|
522 |
-
width: 100%;
|
523 |
-
max-width: 300px; }
|
524 |
-
#wrap-weglot #submit {
|
525 |
-
height: 50px;
|
526 |
-
padding: 0 30px !important;
|
527 |
-
font-size: 16px; }
|
528 |
-
#wrap-weglot .description {
|
529 |
-
display: inline-block; }
|
530 |
-
#wrap-weglot .wg-tooltip {
|
531 |
-
position: absolute;
|
532 |
-
display: none; }
|
533 |
-
#wrap-weglot #mainform {
|
534 |
-
margin-bottom: 50px; }
|
535 |
-
#wrap-weglot .arrow-up {
|
536 |
-
width: 0;
|
537 |
-
height: 0;
|
538 |
-
border-left: 10px solid transparent;
|
539 |
-
border-right: 10px solid transparent;
|
540 |
-
border-bottom: 10px solid #24292d;
|
541 |
-
position: absolute;
|
542 |
-
top: -10px;
|
543 |
-
left: 36px; }
|
544 |
-
#wrap-weglot .question-icon {
|
545 |
-
font-size: 17px; }
|
546 |
-
#wrap-weglot .form-table {
|
547 |
-
margin-bottom: 50px; }
|
548 |
-
#wrap-weglot .country-selector {
|
549 |
-
z-index: 1 !important; }
|
550 |
-
|
551 |
-
.weglot-info {
|
552 |
-
position: relative;
|
553 |
-
color: #3741cc;
|
554 |
-
font-weight: bold; }
|
555 |
-
.weglot-info:hover .wg-tooltip {
|
556 |
-
line-height: 1.4;
|
557 |
-
position: absolute;
|
558 |
-
top: 27px;
|
559 |
-
display: block !important;
|
560 |
-
background-color: #24292d;
|
561 |
-
width: 160px;
|
562 |
-
padding: 10px;
|
563 |
-
color: white;
|
564 |
-
font-weight: normal;
|
565 |
-
border: 1px solid #e0e0e0;
|
566 |
-
font-size: 12px; }
|
567 |
-
|
568 |
-
.weglot-box-overlay {
|
569 |
-
position: fixed;
|
570 |
-
top: 0;
|
571 |
-
left: 0;
|
572 |
-
display: -webkit-box;
|
573 |
-
display: -webkit-flex;
|
574 |
-
display: -ms-flexbox;
|
575 |
-
display: flex;
|
576 |
-
width: 100%;
|
577 |
-
height: 100%;
|
578 |
-
background-color: rgba(0, 0, 0, 0.85);
|
579 |
-
z-index: 9999;
|
580 |
-
-webkit-box-pack: center;
|
581 |
-
-webkit-justify-content: center;
|
582 |
-
-ms-flex-pack: center;
|
583 |
-
justify-content: center;
|
584 |
-
-webkit-box-align: center;
|
585 |
-
-webkit-align-items: center;
|
586 |
-
-ms-flex-align: center;
|
587 |
-
align-items: center; }
|
588 |
-
.weglot-box-overlay .weglot-box {
|
589 |
-
background-color: #fff;
|
590 |
-
padding: 25px;
|
591 |
-
text-align: center;
|
592 |
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
|
593 |
-
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
|
594 |
-
.weglot-box-overlay .weglot-box--title {
|
595 |
-
font-size: 24px;
|
596 |
-
line-height: 1.3; }
|
597 |
-
.weglot-box-overlay .weglot-box--text {
|
598 |
-
font-size: 18px; }
|
599 |
-
.weglot-box-overlay .weglot-box--subtext {
|
600 |
-
font-size: 12px;
|
601 |
-
font-style: italic; }
|
602 |
-
.weglot-box-overlay .weglot-btn-close {
|
603 |
-
float: right;
|
604 |
-
cursor: pointer; }
|
605 |
-
|
606 |
-
.flag-style-openclose {
|
607 |
-
display: inline-block;
|
608 |
-
font-size: 12px;
|
609 |
-
color: #51C7A7;
|
610 |
-
text-decoration: underline;
|
611 |
-
cursor: default;
|
612 |
-
margin-right: 20px; }
|
613 |
-
.flag-style-openclose:hover {
|
614 |
-
opacity: 0.6;
|
615 |
-
cursor: pointer; }
|
616 |
-
|
617 |
-
.flag-style-wrapper {
|
618 |
-
padding: 15px 0px; }
|
619 |
-
.flag-style-wrapper p {
|
620 |
-
font-size: 12px !important; }
|
621 |
-
.flag-style-wrapper select {
|
622 |
-
padding: 3px !important;
|
623 |
-
font-size: 12px; }
|
624 |
-
|
625 |
-
#private_mode + p + div {
|
626 |
-
display: none; }
|
627 |
-
|
628 |
-
#private_mode:checked + p + div {
|
629 |
-
display: block; }
|
630 |
-
|
631 |
-
#private-mode-detail {
|
632 |
-
margin-top: 20px; }
|
633 |
-
#private-mode-detail .private-mode-detail-lang {
|
634 |
-
display: -webkit-box;
|
635 |
-
display: -webkit-flex;
|
636 |
-
display: -ms-flexbox;
|
637 |
-
display: flex;
|
638 |
-
-webkit-box-align: center;
|
639 |
-
-webkit-align-items: center;
|
640 |
-
-ms-flex-align: center;
|
641 |
-
align-items: center;
|
642 |
-
margin-top: 15px;
|
643 |
-
margin-bottom: 15px;
|
644 |
-
margin-left: 15px; }
|
645 |
-
#private-mode-detail .private-mode-detail-lang input, #private-mode-detail .private-mode-detail-lang label {
|
646 |
-
line-height: 1.3; }
|
647 |
-
#private-mode-detail .private-mode-detail-lang input {
|
648 |
-
margin-right: 15px; }
|
322 |
opacity: 0.5;
|
323 |
background-color: #fafafa;
|
324 |
}
|
325 |
+
.weglot__choice__language{border-bottom:1px solid #eee;margin:5px 0px}.weglot__choice__language--local{border-width:50px;color:#a6a6a6;display:block}.weglot_text_error{color:red}.weglot_reset{text-decoration:underline;font-style:italic}.weglot_reset:hover{cursor:pointer}.weglot_custom_url{border-bottom:1px solid #ccc;margin-bottom:10px}.weglot_custom_url a{margin:5px 0px;display:inline-block}.weglot_custom_url--text_link{margin-bottom:4px}.btn{background:#335ee2;display:inline-block;padding:8px 10px;border-radius:4px;-webkit-transition:.2s background linear,.2s color linear,.2s border linear,.2s text-shadow linear;-o-transition:.2s background linear,.2s color linear,.2s border linear,.2s text-shadow linear;transition:.2s background linear,.2s color linear,.2s border linear,.2s text-shadow linear;outline:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;white-space:nowrap;color:white;border:1px solid #335ee2}.btn.btn-soft{background-color:#fff;color:#24284c;border-color:#eaeaea}.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover{border-color:#446dea;background-color:#446dea}.js-btn-remove{border:none;background-color:#ed6657;color:#fff;display:inline-block;width:32px;height:32px;position:relative;border-radius:50%;cursor:pointer;-webkit-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%);margin-left:10px;-webkit-transition:opacity 175ms linear;-o-transition:opacity 175ms linear;transition:opacity 175ms linear;outline:0}.item-exclude{position:relative;margin-bottom:10px}input[type='text']:focus,textarea:focus{border-color:#446dea;-webkit-box-shadow:none;box-shadow:none}::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder{color:#C0C0C0}.sub-label{font-size:13px;font-weight:normal;margin:2px 0 0}.weglot-select-original{height:36px !important;margin:0}.original-select,#type_flags{padding:8px;height:36px !important;width:300px}#type_flags{width:150px}.selectize-control.multi .selectize-input>div{background-color:#eff0ff}input[type="text"],.wg-input-textarea{padding:8px}.wg-input-textarea::-webkit-input-placeholder{color:#ccc}.wg-input-textarea::-moz-placeholder{color:#ccc}.wg-input-textarea::-ms-input-placeholder{color:#ccc}.wg-input-textarea::placeholder{color:#ccc}#wrap-weglot{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:15px}#wrap-weglot .weglot-nokkey:before{content:'\274C';display:inline-block;color:red;padding:0 6px 0 0;font-size:15px;padding:0 10px}#wrap-weglot .weglot-okkey:before{content:'\2713';display:inline-block;color:green;padding:0 10px;font-size:20px;font-weight:bold;padding:0 10px}#wrap-weglot .wrap{-webkit-box-flex:4;-ms-flex:4;flex:4}#wrap-weglot .weglot-infobox{-webkit-box-flex:2;-ms-flex:2;flex:2;-ms-flex-item-align:start;align-self:start;margin:10px 20px 0 2px;background-color:#fff;background-color:white;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden}#wrap-weglot .weglot-infobox h3{color:#18164c;background-color:white;padding:30px 30px 0 30px;margin:0px;font-size:23px;line-height:1.3}#wrap-weglot .weglot-infobox div{padding:15px 30px 30px 30px}#wrap-weglot .weglot-infobox .weglot-editbtn{-webkit-box-shadow:0 2px 4px 0 rgba(1,1,2,0.05);box-shadow:0 2px 4px 0 rgba(1,1,2,0.05);background-color:#3d46fb;color:#fff;height:45px;border-radius:23px;line-height:45px;font-size:14px !important;text-decoration:none;padding:0px 30px;display:inline-block;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}#wrap-weglot .weglot-infobox .weglot-editbtn:hover{color:white;background:#252ed7}#wrap-weglot .weglot-infobox .weglot-editbtn p{font-size:15px}#wrap-weglot .selectize-control,#wrap-weglot input[type="text"],#wrap-weglot .wg-input-textarea,#wrap-weglot .weglot-select-original{width:100%;max-width:300px}#wrap-weglot #submit{height:50px;padding:0 30px !important;font-size:16px}#wrap-weglot .description{display:inline-block}#wrap-weglot .wg-tooltip{position:absolute;display:none}#wrap-weglot #mainform{margin-bottom:50px}#wrap-weglot .arrow-up{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #24292d;position:absolute;top:-10px;left:36px}#wrap-weglot .question-icon{font-size:17px}#wrap-weglot .form-table{margin-bottom:50px}#wrap-weglot .country-selector{z-index:1 !important}.weglot-info{position:relative;color:#3741cc;font-weight:bold}.weglot-info:hover .wg-tooltip{line-height:1.4;position:absolute;top:27px;display:block !important;background-color:#24292d;width:160px;padding:10px;color:white;font-weight:normal;border:1px solid #e0e0e0;font-size:12px}.weglot-box-overlay{position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;background-color:rgba(0,0,0,0.85);z-index:9999;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.weglot-box-overlay .weglot-box{background-color:#fff;padding:25px;text-align:center;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75)}.weglot-box-overlay .weglot-box--title{font-size:24px;line-height:1.3}.weglot-box-overlay .weglot-box--text{font-size:18px}.weglot-box-overlay .weglot-box--subtext{font-size:12px;font-style:italic}.weglot-box-overlay .weglot-btn-close{float:right;cursor:pointer}.flag-style-openclose{display:inline-block;font-size:12px;color:#51C7A7;text-decoration:underline;cursor:default;margin-right:20px}.flag-style-openclose:hover{opacity:0.6;cursor:pointer}.flag-style-wrapper{padding:15px 0px}.flag-style-wrapper p{font-size:12px !important}.flag-style-wrapper select{padding:3px !important;font-size:12px}#private_mode+p+div{display:none}#private_mode:checked+p+div{display:block}#private-mode-detail{margin-top:20px}#private-mode-detail .private-mode-detail-lang{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px;margin-bottom:15px;margin-left:15px}#private-mode-detail .private-mode-detail-lang input,#private-mode-detail .private-mode-detail-lang label{line-height:1.3}#private-mode-detail .private-mode-detail-lang input{margin-right:15px}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dist/css/front-amp-css.css
CHANGED
@@ -1,173 +1 @@
|
|
1 |
-
.country-selector {
|
2 |
-
z-index: 9999;
|
3 |
-
text-align: left;
|
4 |
-
position: relative;
|
5 |
-
display: inline-block;
|
6 |
-
width: auto; }
|
7 |
-
.country-selector a {
|
8 |
-
padding: 0 10px;
|
9 |
-
outline: none;
|
10 |
-
text-decoration: none;
|
11 |
-
float: none;
|
12 |
-
white-space: nowrap;
|
13 |
-
font-weight: normal;
|
14 |
-
cursor: pointer;
|
15 |
-
color: black;
|
16 |
-
-webkit-touch-callout: none;
|
17 |
-
/* iOS Safari */
|
18 |
-
-webkit-user-select: none;
|
19 |
-
-moz-user-select: none;
|
20 |
-
-ms-user-select: none;
|
21 |
-
user-select: none; }
|
22 |
-
.country-selector a:focus {
|
23 |
-
outline: none; }
|
24 |
-
.country-selector ul {
|
25 |
-
padding: 0px;
|
26 |
-
z-index: 1010;
|
27 |
-
list-style: none;
|
28 |
-
margin: 0; }
|
29 |
-
.country-selector li {
|
30 |
-
margin: 0px;
|
31 |
-
padding: 0px; }
|
32 |
-
.country-selector.weglot-dropdown {
|
33 |
-
background-color: white; }
|
34 |
-
.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
|
35 |
-
display: block;
|
36 |
-
height: 37px;
|
37 |
-
line-height: 36px;
|
38 |
-
font-size: 13px;
|
39 |
-
padding: 0 10px;
|
40 |
-
width: 100%;
|
41 |
-
-webkit-box-sizing: border-box;
|
42 |
-
box-sizing: border-box;
|
43 |
-
font-weight: normal; }
|
44 |
-
.country-selector.weglot-dropdown a:hover, .country-selector.weglot-dropdown span:hover {
|
45 |
-
cursor: pointer; }
|
46 |
-
.country-selector.weglot-dropdown .wgcurrent {
|
47 |
-
border: 1px solid #e0e0e0;
|
48 |
-
list-style: none;
|
49 |
-
display: block;
|
50 |
-
margin: 0; }
|
51 |
-
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
|
52 |
-
padding-right: 60px; }
|
53 |
-
.country-selector.weglot-dropdown .wgcurrent:after {
|
54 |
-
display: inline-block;
|
55 |
-
position: absolute;
|
56 |
-
top: 17px;
|
57 |
-
right: 8px;
|
58 |
-
width: 13px;
|
59 |
-
height: 7px;
|
60 |
-
-ms-interpolation-mode: nearest-neighbor;
|
61 |
-
image-rendering: -webkit-optimize-contrast;
|
62 |
-
image-rendering: -moz-crisp-edges;
|
63 |
-
image-rendering: -o-pixelated;
|
64 |
-
image-rendering: pixelated;
|
65 |
-
background: url("../images/wgarrowdown.png") no-repeat;
|
66 |
-
content: '';
|
67 |
-
-webkit-transition: all 200ms;
|
68 |
-
-o-transition: all 200ms;
|
69 |
-
transition: all 200ms;
|
70 |
-
-webkit-transform: rotate(-90deg);
|
71 |
-
-ms-transform: rotate(-90deg);
|
72 |
-
transform: rotate(-90deg); }
|
73 |
-
.country-selector.weglot-dropdown ul {
|
74 |
-
position: absolute;
|
75 |
-
min-width: 100%;
|
76 |
-
border: 1px solid #ebeef0;
|
77 |
-
background: white;
|
78 |
-
left: 0;
|
79 |
-
top: initial;
|
80 |
-
-webkit-box-sizing: border-box;
|
81 |
-
box-sizing: border-box;
|
82 |
-
display: none;
|
83 |
-
padding: 0; }
|
84 |
-
.country-selector.weglot-dropdown input:checked ~ ul {
|
85 |
-
display: block; }
|
86 |
-
.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
|
87 |
-
-webkit-transform: rotate(0deg);
|
88 |
-
-ms-transform: rotate(0deg);
|
89 |
-
transform: rotate(0deg); }
|
90 |
-
.country-selector.weglot-dropdown li {
|
91 |
-
width: 100%; }
|
92 |
-
.country-selector.weglot-dropdown.weglot-invert ul {
|
93 |
-
bottom: 38px; }
|
94 |
-
.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after {
|
95 |
-
-webkit-transform: rotate(-180deg);
|
96 |
-
-ms-transform: rotate(-180deg);
|
97 |
-
transform: rotate(-180deg); }
|
98 |
-
.country-selector.weglot-default {
|
99 |
-
position: fixed;
|
100 |
-
bottom: 0px;
|
101 |
-
right: 40px; }
|
102 |
-
.country-selector.weglot-inline a:hover {
|
103 |
-
text-decoration: underline;
|
104 |
-
color: #00a0d2; }
|
105 |
-
.country-selector.weglot-inline .wgcurrent a {
|
106 |
-
text-decoration: underline; }
|
107 |
-
.country-selector.weglot-inline label {
|
108 |
-
margin-bottom: 0;
|
109 |
-
display: inline-block;
|
110 |
-
vertical-align: middle; }
|
111 |
-
.country-selector.weglot-inline ul {
|
112 |
-
display: inline-block;
|
113 |
-
vertical-align: middle; }
|
114 |
-
.country-selector.weglot-inline li {
|
115 |
-
line-height: 1;
|
116 |
-
display: inline-block;
|
117 |
-
margin: 2px 0px;
|
118 |
-
vertical-align: middle; }
|
119 |
-
.country-selector.weglot-inline.weglot-default {
|
120 |
-
bottom: 5px; }
|
121 |
-
.country-selector input {
|
122 |
-
display: none; }
|
123 |
-
|
124 |
-
.navbar .navbar-nav li.weglot-flags a.weglot-lang:before {
|
125 |
-
position: static;
|
126 |
-
-webkit-transform: none;
|
127 |
-
-ms-transform: none;
|
128 |
-
transform: none;
|
129 |
-
-webkit-transition: none;
|
130 |
-
-o-transition: none;
|
131 |
-
transition: none; }
|
132 |
-
|
133 |
-
html[dir="rtl"] .weglot-flags a:before, html[dir="rtl"] .weglot-flags span:before {
|
134 |
-
margin-right: 0;
|
135 |
-
margin-left: 10px; }
|
136 |
-
|
137 |
-
.weglot-flags a:before, .weglot-flags span:before {
|
138 |
-
background-image: url("../images/rect_mate.png");
|
139 |
-
-webkit-background-size: auto 20px;
|
140 |
-
background-size: auto 20px;
|
141 |
-
border-radius: 0px;
|
142 |
-
width: 30px;
|
143 |
-
height: 20px;
|
144 |
-
content: "";
|
145 |
-
vertical-align: middle;
|
146 |
-
margin-right: 10px;
|
147 |
-
display: inline-block;
|
148 |
-
overflow: hidden; }
|
149 |
-
|
150 |
-
.weglot-flags.flag-1 a:before, .weglot-flags.flag-1 span:before {
|
151 |
-
background-image: url("../images/rect_bright.png"); }
|
152 |
-
|
153 |
-
.weglot-flags.flag-2 a:before, .weglot-flags.flag-2 span:before {
|
154 |
-
background-image: url("../images/square_flag.png");
|
155 |
-
width: 24px;
|
156 |
-
height: 24px;
|
157 |
-
-webkit-background-size: auto 24px;
|
158 |
-
background-size: auto 24px; }
|
159 |
-
|
160 |
-
.weglot-flags.flag-3 a:before, .weglot-flags.flag-3 span:before {
|
161 |
-
background-image: url("../images/circular_flag.png");
|
162 |
-
width: 24px;
|
163 |
-
height: 24px;
|
164 |
-
-webkit-background-size: auto 24px;
|
165 |
-
background-size: auto 24px; }
|
166 |
-
|
167 |
-
.weglot-flags a span:before {
|
168 |
-
background-image: none;
|
169 |
-
display: none; }
|
170 |
-
|
171 |
-
.weglot-flags span a:before {
|
172 |
-
background-image: none;
|
173 |
-
display: none; }
|
1 |
+
.country-selector{z-index:9999;text-align:left;position:relative;display:inline-block;width:auto}.country-selector a{padding:0 10px;outline:none;text-decoration:none;float:none;white-space:nowrap;font-weight:normal;cursor:pointer;color:black;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.country-selector a:focus{outline:none}.country-selector ul{padding:0px;z-index:1010;list-style:none;margin:0}.country-selector li{margin:0px;padding:0px}.country-selector.weglot-dropdown{background-color:white}.country-selector.weglot-dropdown a,.country-selector.weglot-dropdown span{display:block;height:37px;line-height:36px;font-size:13px;padding:0 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:normal}.country-selector.weglot-dropdown a:hover,.country-selector.weglot-dropdown span:hover{cursor:pointer}.country-selector.weglot-dropdown .wgcurrent{border:1px solid #e0e0e0;list-style:none;display:block;margin:0}.country-selector.weglot-dropdown .wgcurrent a,.country-selector.weglot-dropdown .wgcurrent span{padding-right:60px}.country-selector.weglot-dropdown .wgcurrent:after{display:inline-block;position:absolute;top:17px;right:8px;width:13px;height:7px;-ms-interpolation-mode:nearest-neighbor;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:-o-pixelated;image-rendering:pixelated;background:url("../images/wgarrowdown.png") no-repeat;content:'';-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.country-selector.weglot-dropdown ul{position:absolute;min-width:100%;border:1px solid #ebeef0;background:white;left:0;top:initial;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;padding:0}.country-selector.weglot-dropdown input:checked ~ ul{display:block}.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.country-selector.weglot-dropdown li{width:100%}.country-selector.weglot-dropdown.weglot-invert ul{bottom:38px}.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.country-selector.weglot-default{position:fixed;bottom:0px;right:40px}.country-selector.weglot-inline a:hover{text-decoration:underline;color:#00a0d2}.country-selector.weglot-inline .wgcurrent a{text-decoration:underline}.country-selector.weglot-inline label{margin-bottom:0;display:inline-block;vertical-align:middle}.country-selector.weglot-inline ul{display:inline-block;vertical-align:middle}.country-selector.weglot-inline li{line-height:1;display:inline-block;margin:2px 0px;vertical-align:middle}.country-selector.weglot-inline.weglot-default{bottom:5px}.country-selector input{display:none}.navbar .navbar-nav li.weglot-flags a.weglot-lang:before{position:static;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}html[dir="rtl"] .weglot-flags a:before,html[dir="rtl"] .weglot-flags span:before{margin-right:0;margin-left:10px}.weglot-flags a:before,.weglot-flags span:before{background-image:url("../images/rect_mate.png");-webkit-background-size:auto 20px;background-size:auto 20px;border-radius:0px;width:30px;height:20px;content:"";vertical-align:middle;margin-right:10px;display:inline-block;overflow:hidden}.weglot-flags.flag-1 a:before,.weglot-flags.flag-1 span:before{background-image:url("../images/rect_bright.png")}.weglot-flags.flag-2 a:before,.weglot-flags.flag-2 span:before{background-image:url("../images/square_flag.png");width:24px;height:24px;-webkit-background-size:auto 24px;background-size:auto 24px}.weglot-flags.flag-3 a:before,.weglot-flags.flag-3 span:before{background-image:url("../images/circular_flag.png");width:24px;height:24px;-webkit-background-size:auto 24px;background-size:auto 24px}.weglot-flags a span:before{background-image:none;display:none}.weglot-flags span a:before{background-image:none;display:none}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dist/css/front-css.css
CHANGED
@@ -1,1076 +1 @@
|
|
1 |
-
body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags a.mega-menu-link:before {
|
2 |
-
background-image: url("../images/rect_mate.png") !important;
|
3 |
-
background-size: auto 20px !important;
|
4 |
-
border-radius: 0px !important;
|
5 |
-
width: 30px !important;
|
6 |
-
height: 20px !important;
|
7 |
-
content: "";
|
8 |
-
vertical-align: middle;
|
9 |
-
margin-right: 10px;
|
10 |
-
display: inline-block;
|
11 |
-
overflow: hidden; }
|
12 |
-
|
13 |
-
body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags.flag-1 .mega-menu-link:before {
|
14 |
-
background-image: url("../images/rect_bright.png") !important; }
|
15 |
-
|
16 |
-
body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags.flag-2 .mega-menu-link:before {
|
17 |
-
background-image: url("../images/square_flag.png") !important;
|
18 |
-
width: 24px !important;
|
19 |
-
height: 24px !important;
|
20 |
-
background-size: auto 24px !important; }
|
21 |
-
|
22 |
-
body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags.flag-3 .mega-menu-link:before {
|
23 |
-
background-image: url("../images/circular_flag.png") !important;
|
24 |
-
width: 24px !important;
|
25 |
-
height: 24px !important;
|
26 |
-
background-size: auto 24px !important; }
|
27 |
-
|
28 |
-
li.weglot-hide, .weglot-hide {
|
29 |
-
display: none !important; }
|
30 |
-
|
31 |
-
.country-selector {
|
32 |
-
z-index: 9999;
|
33 |
-
text-align: left;
|
34 |
-
position: relative;
|
35 |
-
display: inline-block;
|
36 |
-
width: auto; }
|
37 |
-
.country-selector a {
|
38 |
-
padding: 0 10px;
|
39 |
-
outline: none;
|
40 |
-
text-decoration: none;
|
41 |
-
float: none !important;
|
42 |
-
white-space: nowrap;
|
43 |
-
font-weight: normal;
|
44 |
-
cursor: pointer;
|
45 |
-
color: black;
|
46 |
-
-webkit-touch-callout: none;
|
47 |
-
/* iOS Safari */
|
48 |
-
-webkit-user-select: none;
|
49 |
-
-moz-user-select: none;
|
50 |
-
-ms-user-select: none;
|
51 |
-
user-select: none; }
|
52 |
-
.country-selector a:focus {
|
53 |
-
outline: none; }
|
54 |
-
.country-selector ul {
|
55 |
-
padding: 0px;
|
56 |
-
z-index: 1010;
|
57 |
-
list-style: none;
|
58 |
-
margin: 0; }
|
59 |
-
.country-selector li {
|
60 |
-
margin: 0px;
|
61 |
-
padding: 0px; }
|
62 |
-
.country-selector.weglot-dropdown {
|
63 |
-
background-color: white; }
|
64 |
-
.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
|
65 |
-
display: block;
|
66 |
-
height: 37px;
|
67 |
-
line-height: 36px;
|
68 |
-
font-size: 13px;
|
69 |
-
padding: 0 10px;
|
70 |
-
width: 100%;
|
71 |
-
-webkit-box-sizing: border-box;
|
72 |
-
box-sizing: border-box;
|
73 |
-
font-weight: normal; }
|
74 |
-
.country-selector.weglot-dropdown a:hover, .country-selector.weglot-dropdown span:hover {
|
75 |
-
cursor: pointer; }
|
76 |
-
.country-selector.weglot-dropdown .wgcurrent {
|
77 |
-
border: 1px solid #e0e0e0;
|
78 |
-
list-style: none;
|
79 |
-
display: block;
|
80 |
-
margin: 0; }
|
81 |
-
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
|
82 |
-
padding-right: 60px; }
|
83 |
-
.country-selector.weglot-dropdown .wgcurrent:after {
|
84 |
-
display: inline-block;
|
85 |
-
position: absolute;
|
86 |
-
top: 17px;
|
87 |
-
right: 8px;
|
88 |
-
width: 13px;
|
89 |
-
height: 7px;
|
90 |
-
-ms-interpolation-mode: nearest-neighbor;
|
91 |
-
image-rendering: -webkit-optimize-contrast;
|
92 |
-
image-rendering: -moz-crisp-edges;
|
93 |
-
image-rendering: -o-pixelated;
|
94 |
-
image-rendering: pixelated;
|
95 |
-
background: url("../images/wgarrowdown.png") no-repeat;
|
96 |
-
content: '';
|
97 |
-
-webkit-transition: all 200ms;
|
98 |
-
-o-transition: all 200ms;
|
99 |
-
transition: all 200ms;
|
100 |
-
-webkit-transform: rotate(-90deg);
|
101 |
-
-ms-transform: rotate(-90deg);
|
102 |
-
transform: rotate(-90deg); }
|
103 |
-
.country-selector.weglot-dropdown ul {
|
104 |
-
position: absolute;
|
105 |
-
min-width: 100%;
|
106 |
-
border: 1px solid #ebeef0;
|
107 |
-
background: white;
|
108 |
-
left: 0;
|
109 |
-
top: initial;
|
110 |
-
-webkit-box-sizing: border-box;
|
111 |
-
box-sizing: border-box;
|
112 |
-
display: none;
|
113 |
-
padding: 0; }
|
114 |
-
.country-selector.weglot-dropdown input:checked ~ ul {
|
115 |
-
display: block; }
|
116 |
-
.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
|
117 |
-
-webkit-transform: rotate(0deg);
|
118 |
-
-ms-transform: rotate(0deg);
|
119 |
-
transform: rotate(0deg); }
|
120 |
-
.country-selector.weglot-dropdown li {
|
121 |
-
width: 100%; }
|
122 |
-
.country-selector.weglot-dropdown.weglot-invert ul {
|
123 |
-
bottom: 38px; }
|
124 |
-
.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after {
|
125 |
-
-webkit-transform: rotate(-180deg);
|
126 |
-
-ms-transform: rotate(-180deg);
|
127 |
-
transform: rotate(-180deg); }
|
128 |
-
.country-selector.weglot-default {
|
129 |
-
position: fixed;
|
130 |
-
bottom: 0px;
|
131 |
-
right: 40px; }
|
132 |
-
.country-selector.weglot-inline a:hover {
|
133 |
-
text-decoration: underline;
|
134 |
-
color: #00a0d2; }
|
135 |
-
.country-selector.weglot-inline .wgcurrent a {
|
136 |
-
text-decoration: underline; }
|
137 |
-
.country-selector.weglot-inline label {
|
138 |
-
margin-bottom: 0;
|
139 |
-
display: inline-block;
|
140 |
-
vertical-align: middle; }
|
141 |
-
.country-selector.weglot-inline ul {
|
142 |
-
display: inline-block;
|
143 |
-
vertical-align: middle; }
|
144 |
-
.country-selector.weglot-inline li {
|
145 |
-
line-height: 1 !important;
|
146 |
-
display: inline-block;
|
147 |
-
margin: 2px 0px;
|
148 |
-
vertical-align: middle; }
|
149 |
-
.country-selector.weglot-inline.weglot-default {
|
150 |
-
bottom: 5px; }
|
151 |
-
.country-selector input {
|
152 |
-
display: none !important; }
|
153 |
-
|
154 |
-
.navbar .navbar-nav li.weglot-flags a.weglot-lang:before {
|
155 |
-
position: static;
|
156 |
-
-webkit-transform: none;
|
157 |
-
-ms-transform: none;
|
158 |
-
transform: none;
|
159 |
-
-webkit-transition: none;
|
160 |
-
-o-transition: none;
|
161 |
-
transition: none; }
|
162 |
-
|
163 |
-
.js .main-navigation .country-selector ul {
|
164 |
-
display: none; }
|
165 |
-
|
166 |
-
html[dir="rtl"] .weglot-flags a:before, html[dir="rtl"] .weglot-flags span:before {
|
167 |
-
margin-right: 0;
|
168 |
-
margin-left: 10px; }
|
169 |
-
|
170 |
-
.weglot-flags {
|
171 |
-
/* a faire !important */
|
172 |
-
/* a faire !important */
|
173 |
-
/* a faire !important */
|
174 |
-
/* a faire !important */ }
|
175 |
-
.weglot-flags > a:before, .weglot-flags > span:before {
|
176 |
-
background-image: url("../images/rect_mate.png");
|
177 |
-
-webkit-background-size: auto 20px !important;
|
178 |
-
background-size: auto 20px !important;
|
179 |
-
border-radius: 0px !important;
|
180 |
-
width: 30px !important;
|
181 |
-
height: 20px !important;
|
182 |
-
content: "";
|
183 |
-
vertical-align: middle;
|
184 |
-
margin-right: 10px;
|
185 |
-
display: inline-block;
|
186 |
-
overflow: hidden; }
|
187 |
-
.weglot-flags.flag-1 > a:before, .weglot-flags.flag-1 > span:before {
|
188 |
-
background-image: url("../images/rect_bright.png"); }
|
189 |
-
.weglot-flags.flag-2 > a:before, .weglot-flags.flag-2 > span:before {
|
190 |
-
background-image: url("../images/square_flag.png");
|
191 |
-
width: 24px !important;
|
192 |
-
height: 24px !important;
|
193 |
-
-webkit-background-size: auto 24px !important;
|
194 |
-
background-size: auto 24px !important; }
|
195 |
-
.weglot-flags.flag-3 a:before, .weglot-flags.flag-3 span:before {
|
196 |
-
background-image: url("../images/circular_flag.png");
|
197 |
-
width: 24px !important;
|
198 |
-
height: 24px !important;
|
199 |
-
-webkit-background-size: auto 24px !important;
|
200 |
-
background-size: auto 24px !important; }
|
201 |
-
.weglot-flags > a span:before {
|
202 |
-
background-image: none !important;
|
203 |
-
display: none !important; }
|
204 |
-
.weglot-flags > span a:before {
|
205 |
-
background-image: none !important;
|
206 |
-
display: none !important; }
|
207 |
-
.weglot-flags.hw > a:before, .weglot-flags.hw > span:before {
|
208 |
-
background-position: -3570px 0 !important; }
|
209 |
-
.weglot-flags.af > a:before, .weglot-flags.af > span:before {
|
210 |
-
background-position: -6570px 0 !important; }
|
211 |
-
.weglot-flags.fl > a:before, .weglot-flags.fl > span:before {
|
212 |
-
background-position: -3060px 0px !important; }
|
213 |
-
.weglot-flags.sq > a:before, .weglot-flags.sq > span:before {
|
214 |
-
background-position: -2580px 0 !important; }
|
215 |
-
.weglot-flags.am > a:before, .weglot-flags.am > span:before {
|
216 |
-
background-position: -5130px 0 !important; }
|
217 |
-
.weglot-flags.ar > a:before, .weglot-flags.ar > span:before {
|
218 |
-
background-position: -510px 0 !important; }
|
219 |
-
.weglot-flags.hy > a:before, .weglot-flags.hy > span:before {
|
220 |
-
background-position: -1800px 0 !important; }
|
221 |
-
.weglot-flags.az > a:before, .weglot-flags.az > span:before {
|
222 |
-
background-position: -6840px 0 !important; }
|
223 |
-
.weglot-flags.ba > a:before, .weglot-flags.ba > span:before {
|
224 |
-
background-position: -2040px 0 !important; }
|
225 |
-
.weglot-flags.eu > a:before, .weglot-flags.eu > span:before {
|
226 |
-
background-position: -7260px 0 !important; }
|
227 |
-
.weglot-flags.be > a:before, .weglot-flags.be > span:before {
|
228 |
-
background-position: -5310px 0 !important; }
|
229 |
-
.weglot-flags.bn > a:before, .weglot-flags.bn > span:before {
|
230 |
-
background-position: -5400px 0 !important; }
|
231 |
-
.weglot-flags.bs > a:before, .weglot-flags.bs > span:before {
|
232 |
-
background-position: -6390px 0 !important; }
|
233 |
-
.weglot-flags.bg > a:before, .weglot-flags.bg > span:before {
|
234 |
-
background-position: -2730px 0 !important; }
|
235 |
-
.weglot-flags.my > a:before, .weglot-flags.my > span:before {
|
236 |
-
background-position: -3299px 0 !important; }
|
237 |
-
.weglot-flags.ca > a:before, .weglot-flags.ca > span:before {
|
238 |
-
background-position: -7230px 0 !important; }
|
239 |
-
.weglot-flags.zh > a:before, .weglot-flags.zh > span:before {
|
240 |
-
background-position: -3690px 0 !important; }
|
241 |
-
.weglot-flags.tw > a:before, .weglot-flags.tw > span:before {
|
242 |
-
background-position: -2970px 0 !important; }
|
243 |
-
.weglot-flags.km > a:before, .weglot-flags.km > span:before {
|
244 |
-
background-position: -6930px 0 !important; }
|
245 |
-
.weglot-flags.ny > a:before, .weglot-flags.ny > span:before {
|
246 |
-
background-position: -1140px 0 !important; }
|
247 |
-
.weglot-flags.co > a:before, .weglot-flags.co > span:before {
|
248 |
-
background-position: -2520px 0; }
|
249 |
-
.weglot-flags.hr > a:before, .weglot-flags.hr > span:before {
|
250 |
-
background-position: -5910px 0 !important; }
|
251 |
-
.weglot-flags.cs > a:before, .weglot-flags.cs > span:before {
|
252 |
-
background-position: -2700px 0 !important; }
|
253 |
-
.weglot-flags.da > a:before, .weglot-flags.da > span:before {
|
254 |
-
background-position: -2670px 0 !important; }
|
255 |
-
.weglot-flags.nl > a:before, .weglot-flags.nl > span:before {
|
256 |
-
background-position: -2100px 0 !important; }
|
257 |
-
.weglot-flags.en > a:before, .weglot-flags.en > span:before {
|
258 |
-
background-position: -1920px 0 !important; }
|
259 |
-
.weglot-flags.eo > a:before, .weglot-flags.eo > span:before {
|
260 |
-
background-position: -1920px 0; }
|
261 |
-
.weglot-flags.et > a:before, .weglot-flags.et > span:before {
|
262 |
-
background-position: -2640px 0 !important; }
|
263 |
-
.weglot-flags.fj > a:before, .weglot-flags.fj > span:before {
|
264 |
-
background-position: -1710px 0 !important; }
|
265 |
-
.weglot-flags.fi > a:before, .weglot-flags.fi > span:before {
|
266 |
-
background-position: -2550px 0 !important; }
|
267 |
-
.weglot-flags.fr > a:before, .weglot-flags.fr > span:before {
|
268 |
-
background-position: -2520px 0 !important; }
|
269 |
-
.weglot-flags.gl > a:before, .weglot-flags.gl > span:before {
|
270 |
-
background-position: -7290px 0 !important; }
|
271 |
-
.weglot-flags.ka > a:before, .weglot-flags.ka > span:before {
|
272 |
-
background-position: -5040px 0 !important; }
|
273 |
-
.weglot-flags.de > a:before, .weglot-flags.de > span:before {
|
274 |
-
background-position: -2490px 0 !important; }
|
275 |
-
.weglot-flags.el > a:before, .weglot-flags.el > span:before {
|
276 |
-
background-position: -2460px 0 !important; }
|
277 |
-
.weglot-flags.gu > a:before, .weglot-flags.gu > span:before {
|
278 |
-
background-position: -1170px 0 !important; }
|
279 |
-
.weglot-flags.ht > a:before, .weglot-flags.ht > span:before {
|
280 |
-
background-position: -4650px 0 !important; }
|
281 |
-
.weglot-flags.ha > a:before, .weglot-flags.ha > span:before {
|
282 |
-
background-position: -900px 0 !important; }
|
283 |
-
.weglot-flags.he > a:before, .weglot-flags.he > span:before {
|
284 |
-
background-position: -1050px 0 !important; }
|
285 |
-
.weglot-flags.hi > a:before, .weglot-flags.hi > span:before {
|
286 |
-
background-position: -1170px 0 !important; }
|
287 |
-
.weglot-flags.hu > a:before, .weglot-flags.hu > span:before {
|
288 |
-
background-position: -2430px 0 !important; }
|
289 |
-
.weglot-flags.is > a:before, .weglot-flags.is > span:before {
|
290 |
-
background-position: -2400px 0 !important; }
|
291 |
-
.weglot-flags.ig > a:before, .weglot-flags.ig > span:before {
|
292 |
-
background-position: -870px 0 !important; }
|
293 |
-
.weglot-flags.id > a:before, .weglot-flags.id > span:before {
|
294 |
-
background-position: -3510px 0 !important; }
|
295 |
-
.weglot-flags.ga > a:before, .weglot-flags.ga > span:before {
|
296 |
-
background-position: -2340px 0 !important; }
|
297 |
-
.weglot-flags.it > a:before, .weglot-flags.it > span:before {
|
298 |
-
background-position: -2310px 0 !important; }
|
299 |
-
.weglot-flags.ja > a:before, .weglot-flags.ja > span:before {
|
300 |
-
background-position: -3480px 0 !important; }
|
301 |
-
.weglot-flags.jv > a:before, .weglot-flags.jv > span:before {
|
302 |
-
background-position: -3360px 0 !important; }
|
303 |
-
.weglot-flags.kn > a:before, .weglot-flags.kn > span:before {
|
304 |
-
background-position: -1170px 0 !important; }
|
305 |
-
.weglot-flags.kk > a:before, .weglot-flags.kk > span:before {
|
306 |
-
background-position: -3150px 0 !important; }
|
307 |
-
.weglot-flags.ko > a:before, .weglot-flags.ko > span:before {
|
308 |
-
background-position: -6990px 0 !important; }
|
309 |
-
.weglot-flags.ku > a:before, .weglot-flags.ku > span:before {
|
310 |
-
background-position: -2430px 0; }
|
311 |
-
.weglot-flags.ky > a:before, .weglot-flags.ky > span:before {
|
312 |
-
background-position: -3420px 0 !important; }
|
313 |
-
.weglot-flags.lo > a:before, .weglot-flags.lo > span:before {
|
314 |
-
background-position: -3450px 0; }
|
315 |
-
.weglot-flags.la > a:before, .weglot-flags.la > span:before {
|
316 |
-
background-position: -2310px 0 !important; }
|
317 |
-
.weglot-flags.lv > a:before, .weglot-flags.lv > span:before {
|
318 |
-
background-position: -2280px 0 !important; }
|
319 |
-
.weglot-flags.lt > a:before, .weglot-flags.lt > span:before {
|
320 |
-
background-position: -2250px 0 !important; }
|
321 |
-
.weglot-flags.lb > a:before, .weglot-flags.lb > span:before {
|
322 |
-
background-position: -2220px 0 !important; }
|
323 |
-
.weglot-flags.mk > a:before, .weglot-flags.mk > span:before {
|
324 |
-
background-position: -2190px 0 !important; }
|
325 |
-
.weglot-flags.mg > a:before, .weglot-flags.mg > span:before {
|
326 |
-
background-position: -1200px 0 !important; }
|
327 |
-
.weglot-flags.ms > a:before, .weglot-flags.ms > span:before {
|
328 |
-
background-position: -3360px 0 !important; }
|
329 |
-
.weglot-flags.ml > a:before, .weglot-flags.ml > span:before {
|
330 |
-
background-position: -1170px 0 !important; }
|
331 |
-
.weglot-flags.mt > a:before, .weglot-flags.mt > span:before {
|
332 |
-
background-position: -2130px 0 !important; }
|
333 |
-
.weglot-flags.mi > a:before, .weglot-flags.mi > span:before {
|
334 |
-
background-position: -3240px 0 !important; }
|
335 |
-
.weglot-flags.mr > a:before, .weglot-flags.mr > span:before {
|
336 |
-
background-position: -1170px 0 !important; }
|
337 |
-
.weglot-flags.mn > a:before, .weglot-flags.mn > span:before {
|
338 |
-
background-position: -6000px 0 !important; }
|
339 |
-
.weglot-flags.ne > a:before, .weglot-flags.ne > span:before {
|
340 |
-
background-position: -3270px 0 !important; }
|
341 |
-
.weglot-flags.no > a:before, .weglot-flags.no > span:before {
|
342 |
-
background-position: -5850px 0 !important; }
|
343 |
-
.weglot-flags.ps > a:before, .weglot-flags.ps > span:before {
|
344 |
-
background-position: -5189px 0 !important; }
|
345 |
-
.weglot-flags.fa > a:before, .weglot-flags.fa > span:before {
|
346 |
-
background-position: -6690px 0 !important; }
|
347 |
-
.weglot-flags.pl > a:before, .weglot-flags.pl > span:before {
|
348 |
-
background-position: -2160px 0 !important; }
|
349 |
-
.weglot-flags.pt > a:before, .weglot-flags.pt > span:before {
|
350 |
-
background-position: -6630px 0 !important; }
|
351 |
-
.weglot-flags.pa > a:before, .weglot-flags.pa > span:before {
|
352 |
-
background-position: -3180px 0 !important; }
|
353 |
-
.weglot-flags.ro > a:before, .weglot-flags.ro > span:before {
|
354 |
-
background-position: -2070px 0 !important; }
|
355 |
-
.weglot-flags.ru > a:before, .weglot-flags.ru > span:before {
|
356 |
-
background-position: -2040px 0 !important; }
|
357 |
-
.weglot-flags.sm > a:before, .weglot-flags.sm > span:before {
|
358 |
-
background-position: -4620px 0 !important; }
|
359 |
-
.weglot-flags.gd > a:before, .weglot-flags.gd > span:before {
|
360 |
-
background-position: -30px 0 !important; }
|
361 |
-
.weglot-flags.sr > a:before, .weglot-flags.sr > span:before {
|
362 |
-
background-position: -4290px 0 !important; }
|
363 |
-
.weglot-flags.sn > a:before, .weglot-flags.sn > span:before {
|
364 |
-
background-position: -540px 0 !important; }
|
365 |
-
.weglot-flags.sd > a:before, .weglot-flags.sd > span:before {
|
366 |
-
background-position: -3180px 0 !important; }
|
367 |
-
.weglot-flags.si > a:before, .weglot-flags.si > span:before {
|
368 |
-
background-position: -2820px 0 !important; }
|
369 |
-
.weglot-flags.sk > a:before, .weglot-flags.sk > span:before {
|
370 |
-
background-position: -6810px 0 !important; }
|
371 |
-
.weglot-flags.sl > a:before, .weglot-flags.sl > span:before {
|
372 |
-
background-position: -2010px 0 !important; }
|
373 |
-
.weglot-flags.so > a:before, .weglot-flags.so > span:before {
|
374 |
-
background-position: -4560px 0 !important; }
|
375 |
-
.weglot-flags.st > a:before, .weglot-flags.st > span:before {
|
376 |
-
background-position: -4830px 0 !important; }
|
377 |
-
.weglot-flags.es > a:before, .weglot-flags.es > span:before {
|
378 |
-
background-position: -480px 0 !important; }
|
379 |
-
.weglot-flags.su > a:before, .weglot-flags.su > span:before {
|
380 |
-
background-position: -4530px 0 !important; }
|
381 |
-
.weglot-flags.sw > a:before, .weglot-flags.sw > span:before {
|
382 |
-
background-position: -1290px 0 !important; }
|
383 |
-
.weglot-flags.sv > a:before, .weglot-flags.sv > span:before {
|
384 |
-
background-position: -1980px 0 !important; }
|
385 |
-
.weglot-flags.tl > a:before, .weglot-flags.tl > span:before {
|
386 |
-
background-position: -3060px 0 !important; }
|
387 |
-
.weglot-flags.ty > a:before, .weglot-flags.ty > span:before {
|
388 |
-
background-position: -6270px 0 !important; }
|
389 |
-
.weglot-flags.tg > a:before, .weglot-flags.tg > span:before {
|
390 |
-
background-position: -2940px 0 !important; }
|
391 |
-
.weglot-flags.ta > a:before, .weglot-flags.ta > span:before {
|
392 |
-
background-position: -1170px 0 !important; }
|
393 |
-
.weglot-flags.tt > a:before, .weglot-flags.tt > span:before {
|
394 |
-
background-position: -2040px 0 !important; }
|
395 |
-
.weglot-flags.te > a:before, .weglot-flags.te > span:before {
|
396 |
-
background-position: -1170px 0 !important; }
|
397 |
-
.weglot-flags.th > a:before, .weglot-flags.th > span:before {
|
398 |
-
background-position: -2910px 0 !important; }
|
399 |
-
.weglot-flags.to > a:before, .weglot-flags.to > span:before {
|
400 |
-
background-position: -6540px 0 !important; }
|
401 |
-
.weglot-flags.tr > a:before, .weglot-flags.tr > span:before {
|
402 |
-
background-position: -1950px 0 !important; }
|
403 |
-
.weglot-flags.uk > a:before, .weglot-flags.uk > span:before {
|
404 |
-
background-position: -1890px 0 !important; }
|
405 |
-
.weglot-flags.ur > a:before, .weglot-flags.ur > span:before {
|
406 |
-
background-position: -3180px 0 !important; }
|
407 |
-
.weglot-flags.uz > a:before, .weglot-flags.uz > span:before {
|
408 |
-
background-position: -2880px 0 !important; }
|
409 |
-
.weglot-flags.vi > a:before, .weglot-flags.vi > span:before {
|
410 |
-
background-position: -2850px 0 !important; }
|
411 |
-
.weglot-flags.cy > a:before, .weglot-flags.cy > span:before {
|
412 |
-
background-position: -6420px 0 !important; }
|
413 |
-
.weglot-flags.fy > a:before, .weglot-flags.fy > span:before {
|
414 |
-
background-position: -2100px 0 !important; }
|
415 |
-
.weglot-flags.xh > a:before, .weglot-flags.xh > span:before {
|
416 |
-
background-position: -6570px 0 !important; }
|
417 |
-
.weglot-flags.yi > a:before, .weglot-flags.yi > span:before {
|
418 |
-
background-position: -1050px 0 !important; }
|
419 |
-
.weglot-flags.yo > a:before, .weglot-flags.yo > span:before {
|
420 |
-
background-position: -870px 0 !important; }
|
421 |
-
.weglot-flags.zu > a:before, .weglot-flags.zu > span:before {
|
422 |
-
background-position: -6570px 0 !important; }
|
423 |
-
.weglot-flags.flag-1.hw > a:before, .weglot-flags.flag-1.hw > span:before {
|
424 |
-
background-position: -7840px 0 !important; }
|
425 |
-
.weglot-flags.flag-1.fl > a:before, .weglot-flags.flag-1.fl > span:before {
|
426 |
-
background-position: 2560px 0 !important; }
|
427 |
-
.weglot-flags.flag-1.af > a:before, .weglot-flags.flag-1.af > span:before {
|
428 |
-
background-position: -6848px 0 !important; }
|
429 |
-
.weglot-flags.flag-1.sq > a:before, .weglot-flags.flag-1.sq > span:before {
|
430 |
-
background-position: -97px 0 !important; }
|
431 |
-
.weglot-flags.flag-1.am > a:before, .weglot-flags.flag-1.am > span:before {
|
432 |
-
background-position: -2369px 0 !important; }
|
433 |
-
.weglot-flags.flag-1.ar > a:before, .weglot-flags.flag-1.ar > span:before {
|
434 |
-
background-position: -6465px 0 !important; }
|
435 |
-
.weglot-flags.flag-1.hy > a:before, .weglot-flags.flag-1.hy > span:before {
|
436 |
-
background-position: -385px 0 !important; }
|
437 |
-
.weglot-flags.flag-1.az > a:before, .weglot-flags.flag-1.az > span:before {
|
438 |
-
background-position: -513px 0 !important; }
|
439 |
-
.weglot-flags.flag-1.ba > a:before, .weglot-flags.flag-1.ba > span:before {
|
440 |
-
background-position: -6113px 0 !important; }
|
441 |
-
.weglot-flags.flag-1.eu > a:before, .weglot-flags.flag-1.eu > span:before {
|
442 |
-
background-position: -8353px 0 !important; }
|
443 |
-
.weglot-flags.flag-1.be > a:before, .weglot-flags.flag-1.be > span:before {
|
444 |
-
background-position: -705px 0 !important; }
|
445 |
-
.weglot-flags.flag-1.bn > a:before, .weglot-flags.flag-1.bn > span:before {
|
446 |
-
background-position: -609px 0 !important; }
|
447 |
-
.weglot-flags.flag-1.bs > a:before, .weglot-flags.flag-1.bs > span:before {
|
448 |
-
background-position: -929px 0 !important; }
|
449 |
-
.weglot-flags.flag-1.bg > a:before, .weglot-flags.flag-1.bg > span:before {
|
450 |
-
background-position: -1121px 0 !important; }
|
451 |
-
.weglot-flags.flag-1.my > a:before, .weglot-flags.flag-1.my > span:before {
|
452 |
-
background-position: -4929px 0 !important; }
|
453 |
-
.weglot-flags.flag-1.ca > a:before, .weglot-flags.flag-1.ca > span:before {
|
454 |
-
background-position: -8321px 0 !important; }
|
455 |
-
.weglot-flags.flag-1.zh > a:before, .weglot-flags.flag-1.zh > span:before {
|
456 |
-
background-position: -1505px 0 !important; }
|
457 |
-
.weglot-flags.flag-1.tw > a:before, .weglot-flags.flag-1.tw > span:before {
|
458 |
-
background-position: -6369px 0 !important; }
|
459 |
-
.weglot-flags.flag-1.km > a:before, .weglot-flags.flag-1.km > span:before {
|
460 |
-
background-position: -1217px 0 !important; }
|
461 |
-
.weglot-flags.flag-1.ny > a:before, .weglot-flags.flag-1.ny > span:before {
|
462 |
-
background-position: -4289px 0 !important; }
|
463 |
-
.weglot-flags.flag-1.co > a:before, .weglot-flags.flag-1.co > span:before {
|
464 |
-
background-position: -2561px 0 !important; }
|
465 |
-
.weglot-flags.flag-1.hr > a:before, .weglot-flags.flag-1.hr > span:before {
|
466 |
-
background-position: -1793px 0 !important; }
|
467 |
-
.weglot-flags.flag-1.cs > a:before, .weglot-flags.flag-1.cs > span:before {
|
468 |
-
background-position: -1921px 0 !important; }
|
469 |
-
.weglot-flags.flag-1.da > a:before, .weglot-flags.flag-1.da > span:before {
|
470 |
-
background-position: -1985px 0 !important; }
|
471 |
-
.weglot-flags.flag-1.nl > a:before, .weglot-flags.flag-1.nl > span:before {
|
472 |
-
background-position: -5121px 0 !important; }
|
473 |
-
.weglot-flags.flag-1.en > a:before, .weglot-flags.flag-1.en > span:before {
|
474 |
-
background-position: -7777px 0 !important; }
|
475 |
-
.weglot-flags.flag-1.eo > a:before, .weglot-flags.flag-1.eo > span:before {
|
476 |
-
background-position: -7777px 0 !important; }
|
477 |
-
.weglot-flags.flag-1.et > a:before, .weglot-flags.flag-1.et > span:before {
|
478 |
-
background-position: -2337px 0 !important; }
|
479 |
-
.weglot-flags.flag-1.fj > a:before, .weglot-flags.flag-1.fj > span:before {
|
480 |
-
background-position: -2497px 0 !important; }
|
481 |
-
.weglot-flags.flag-1.fi > a:before, .weglot-flags.flag-1.fi > span:before {
|
482 |
-
background-position: -2529px 0 !important; }
|
483 |
-
.weglot-flags.flag-1.fr > a:before, .weglot-flags.flag-1.fr > span:before {
|
484 |
-
background-position: -2561px 0 !important; }
|
485 |
-
.weglot-flags.flag-1.gl > a:before, .weglot-flags.flag-1.gl > span:before {
|
486 |
-
background-position: -8383px 0 !important; }
|
487 |
-
.weglot-flags.flag-1.ka > a:before, .weglot-flags.flag-1.ka > span:before {
|
488 |
-
background-position: -2721px 0 !important; }
|
489 |
-
.weglot-flags.flag-1.de > a:before, .weglot-flags.flag-1.de > span:before {
|
490 |
-
background-position: -2753px 0 !important; }
|
491 |
-
.weglot-flags.flag-1.el > a:before, .weglot-flags.flag-1.el > span:before {
|
492 |
-
background-position: -2881px 0 !important; }
|
493 |
-
.weglot-flags.flag-1.gu > a:before, .weglot-flags.flag-1.gu > span:before {
|
494 |
-
background-position: -3329px 0 !important; }
|
495 |
-
.weglot-flags.flag-1.ht > a:before, .weglot-flags.flag-1.ht > span:before {
|
496 |
-
background-position: -3169px 0 !important; }
|
497 |
-
.weglot-flags.flag-1.ha > a:before, .weglot-flags.flag-1.ha > span:before {
|
498 |
-
background-position: -5281px 0 !important; }
|
499 |
-
.weglot-flags.flag-1.he > a:before, .weglot-flags.flag-1.he > span:before {
|
500 |
-
background-position: -3521px 0 !important; }
|
501 |
-
.weglot-flags.flag-1.hi > a:before, .weglot-flags.flag-1.hi > span:before {
|
502 |
-
background-position: -3329px 0 !important; }
|
503 |
-
.weglot-flags.flag-1.hu > a:before, .weglot-flags.flag-1.hu > span:before {
|
504 |
-
background-position: -3265px 0 !important; }
|
505 |
-
.weglot-flags.flag-1.is > a:before, .weglot-flags.flag-1.is > span:before {
|
506 |
-
background-position: -3297px 0 !important; }
|
507 |
-
.weglot-flags.flag-1.ig > a:before, .weglot-flags.flag-1.ig > span:before {
|
508 |
-
background-position: -5313px 0 !important; }
|
509 |
-
.weglot-flags.flag-1.id > a:before, .weglot-flags.flag-1.id > span:before {
|
510 |
-
background-position: -3361px 0 !important; }
|
511 |
-
.weglot-flags.flag-1.ga > a:before, .weglot-flags.flag-1.ga > span:before {
|
512 |
-
background-position: -3457px 0 !important; }
|
513 |
-
.weglot-flags.flag-1.it > a:before, .weglot-flags.flag-1.it > span:before {
|
514 |
-
background-position: -3553px 0 !important; }
|
515 |
-
.weglot-flags.flag-1.ja > a:before, .weglot-flags.flag-1.ja > span:before {
|
516 |
-
background-position: -3617px 0 !important; }
|
517 |
-
.weglot-flags.flag-1.jv > a:before, .weglot-flags.flag-1.jv > span:before {
|
518 |
-
background-position: -4321px 0 !important; }
|
519 |
-
.weglot-flags.flag-1.kn > a:before, .weglot-flags.flag-1.kn > span:before {
|
520 |
-
background-position: -3329px 0 !important; }
|
521 |
-
.weglot-flags.flag-1.kk > a:before, .weglot-flags.flag-1.kk > span:before {
|
522 |
-
background-position: -3713px 0 !important; }
|
523 |
-
.weglot-flags.flag-1.ko > a:before, .weglot-flags.flag-1.ko > span:before {
|
524 |
-
background-position: -6913px 0 !important; }
|
525 |
-
.weglot-flags.flag-1.ku > a:before, .weglot-flags.flag-1.ku > span:before {
|
526 |
-
background-position: -3265px 0 !important; }
|
527 |
-
.weglot-flags.flag-1.ky > a:before, .weglot-flags.flag-1.ky > span:before {
|
528 |
-
background-position: -3873px 0 !important; }
|
529 |
-
.weglot-flags.flag-1.lo > a:before, .weglot-flags.flag-1.lo > span:before {
|
530 |
-
background-position: -3904px 0 !important; }
|
531 |
-
.weglot-flags.flag-1.la > a:before, .weglot-flags.flag-1.la > span:before {
|
532 |
-
background-position: -3553px 0 !important; }
|
533 |
-
.weglot-flags.flag-1.lv > a:before, .weglot-flags.flag-1.lv > span:before {
|
534 |
-
background-position: -3937px 0 !important; }
|
535 |
-
.weglot-flags.flag-1.lt > a:before, .weglot-flags.flag-1.lt > span:before {
|
536 |
-
background-position: -4129px 0 !important; }
|
537 |
-
.weglot-flags.flag-1.lb > a:before, .weglot-flags.flag-1.lb > span:before {
|
538 |
-
background-position: -4161px 0 !important; }
|
539 |
-
.weglot-flags.flag-1.mk > a:before, .weglot-flags.flag-1.mk > span:before {
|
540 |
-
background-position: -4225px 0 !important; }
|
541 |
-
.weglot-flags.flag-1.mg > a:before, .weglot-flags.flag-1.mg > span:before {
|
542 |
-
background-position: -4257px 0 !important; }
|
543 |
-
.weglot-flags.flag-1.ms > a:before, .weglot-flags.flag-1.ms > span:before {
|
544 |
-
background-position: -4321px 0 !important; }
|
545 |
-
.weglot-flags.flag-1.ml > a:before, .weglot-flags.flag-1.ml > span:before {
|
546 |
-
background-position: -3329px 0 !important; }
|
547 |
-
.weglot-flags.flag-1.mt > a:before, .weglot-flags.flag-1.mt > span:before {
|
548 |
-
background-position: -4417px 0 !important; }
|
549 |
-
.weglot-flags.flag-1.mi > a:before, .weglot-flags.flag-1.mi > span:before {
|
550 |
-
background-position: -5217px 0 !important; }
|
551 |
-
.weglot-flags.flag-1.mr > a:before, .weglot-flags.flag-1.mr > span:before {
|
552 |
-
background-position: -3329px 0 !important; }
|
553 |
-
.weglot-flags.flag-1.mn > a:before, .weglot-flags.flag-1.mn > span:before {
|
554 |
-
background-position: -4769px 0 !important; }
|
555 |
-
.weglot-flags.flag-1.ne > a:before, .weglot-flags.flag-1.ne > span:before {
|
556 |
-
background-position: -5091px 0 !important; }
|
557 |
-
.weglot-flags.flag-1.no > a:before, .weglot-flags.flag-1.no > span:before {
|
558 |
-
background-position: -5505px 0 !important; }
|
559 |
-
.weglot-flags.flag-1.ps > a:before, .weglot-flags.flag-1.ps > span:before {
|
560 |
-
background-position: -33px 0 !important; }
|
561 |
-
.weglot-flags.flag-1.fa > a:before, .weglot-flags.flag-1.fa > span:before {
|
562 |
-
background-position: -3393px 0 !important; }
|
563 |
-
.weglot-flags.flag-1.pl > a:before, .weglot-flags.flag-1.pl > span:before {
|
564 |
-
background-position: -5889px 0 !important; }
|
565 |
-
.weglot-flags.flag-1.pt > a:before, .weglot-flags.flag-1.pt > span:before {
|
566 |
-
background-position: -993px 0 !important; }
|
567 |
-
.weglot-flags.flag-1.pa > a:before, .weglot-flags.flag-1.pa > span:before {
|
568 |
-
background-position: -3329px 0 !important; }
|
569 |
-
.weglot-flags.flag-1.ro > a:before, .weglot-flags.flag-1.ro > span:before {
|
570 |
-
background-position: -6081px 0 !important; }
|
571 |
-
.weglot-flags.flag-1.ru > a:before, .weglot-flags.flag-1.ru > span:before {
|
572 |
-
background-position: -6113px 0 !important; }
|
573 |
-
.weglot-flags.flag-1.sm > a:before, .weglot-flags.flag-1.sm > span:before {
|
574 |
-
background-position: -6369px 0 !important; }
|
575 |
-
.weglot-flags.flag-1.gd > a:before, .weglot-flags.flag-1.gd > span:before {
|
576 |
-
background-position: -6497px 0 !important; }
|
577 |
-
.weglot-flags.flag-1.sr > a:before, .weglot-flags.flag-1.sr > span:before {
|
578 |
-
background-position: -6561px 0 !important; }
|
579 |
-
.weglot-flags.flag-1.sn > a:before, .weglot-flags.flag-1.sn > span:before {
|
580 |
-
background-position: -8287px 0 !important; }
|
581 |
-
.weglot-flags.flag-1.sd > a:before, .weglot-flags.flag-1.sd > span:before {
|
582 |
-
background-position: -5601px 0 !important; }
|
583 |
-
.weglot-flags.flag-1.si > a:before, .weglot-flags.flag-1.si > span:before {
|
584 |
-
background-position: -7039px 0 !important; }
|
585 |
-
.weglot-flags.flag-1.sk > a:before, .weglot-flags.flag-1.sk > span:before {
|
586 |
-
background-position: -6689px 0 !important; }
|
587 |
-
.weglot-flags.flag-1.sl > a:before, .weglot-flags.flag-1.sl > span:before {
|
588 |
-
background-position: -6721px 0 !important; }
|
589 |
-
.weglot-flags.flag-1.so > a:before, .weglot-flags.flag-1.so > span:before {
|
590 |
-
background-position: -6785px 0 !important; }
|
591 |
-
.weglot-flags.flag-1.st > a:before, .weglot-flags.flag-1.st > span:before {
|
592 |
-
background-position: -4001px 0 !important; }
|
593 |
-
.weglot-flags.flag-1.es > a:before, .weglot-flags.flag-1.es > span:before {
|
594 |
-
background-position: -7009px 0 !important; }
|
595 |
-
.weglot-flags.flag-1.su > a:before, .weglot-flags.flag-1.su > span:before {
|
596 |
-
background-position: -7073px 0 !important; }
|
597 |
-
.weglot-flags.flag-1.sw > a:before, .weglot-flags.flag-1.sw > span:before {
|
598 |
-
background-position: -3745px 0 !important; }
|
599 |
-
.weglot-flags.flag-1.sv > a:before, .weglot-flags.flag-1.sv > span:before {
|
600 |
-
background-position: -7169px 0 !important; }
|
601 |
-
.weglot-flags.flag-1.tl > a:before, .weglot-flags.flag-1.tl > span:before {
|
602 |
-
background-position: -5823px 0 !important; }
|
603 |
-
.weglot-flags.flag-1.ty > a:before, .weglot-flags.flag-1.ty > span:before {
|
604 |
-
background-position: -2593px 0 !important; }
|
605 |
-
.weglot-flags.flag-1.tg > a:before, .weglot-flags.flag-1.tg > span:before {
|
606 |
-
background-position: -7297px 0 !important; }
|
607 |
-
.weglot-flags.flag-1.ta > a:before, .weglot-flags.flag-1.ta > span:before {
|
608 |
-
background-position: -3329px 0 !important; }
|
609 |
-
.weglot-flags.flag-1.tt > a:before, .weglot-flags.flag-1.tt > span:before {
|
610 |
-
background-position: -6113px 0 !important; }
|
611 |
-
.weglot-flags.flag-1.te > a:before, .weglot-flags.flag-1.te > span:before {
|
612 |
-
background-position: -3329px 0 !important; }
|
613 |
-
.weglot-flags.flag-1.th > a:before, .weglot-flags.flag-1.th > span:before {
|
614 |
-
background-position: -7361px 0 !important; }
|
615 |
-
.weglot-flags.flag-1.to > a:before, .weglot-flags.flag-1.to > span:before {
|
616 |
-
background-position: -7456px 0 !important; }
|
617 |
-
.weglot-flags.flag-1.tr > a:before, .weglot-flags.flag-1.tr > span:before {
|
618 |
-
background-position: -7553px 0 !important; }
|
619 |
-
.weglot-flags.flag-1.uk > a:before, .weglot-flags.flag-1.uk > span:before {
|
620 |
-
background-position: -7713px 0 !important; }
|
621 |
-
.weglot-flags.flag-1.ur > a:before, .weglot-flags.flag-1.ur > span:before {
|
622 |
-
background-position: -5600px 0 !important; }
|
623 |
-
.weglot-flags.flag-1.uz > a:before, .weglot-flags.flag-1.uz > span:before {
|
624 |
-
background-position: -7969px 0 !important; }
|
625 |
-
.weglot-flags.flag-1.vi > a:before, .weglot-flags.flag-1.vi > span:before {
|
626 |
-
background-position: -8097px 0 !important; }
|
627 |
-
.weglot-flags.flag-1.cy > a:before, .weglot-flags.flag-1.cy > span:before {
|
628 |
-
background-position: -8129px 0 !important; }
|
629 |
-
.weglot-flags.flag-1.fy > a:before, .weglot-flags.flag-1.fy > span:before {
|
630 |
-
background-position: -5121px 0 !important; }
|
631 |
-
.weglot-flags.flag-1.xh > a:before, .weglot-flags.flag-1.xh > span:before {
|
632 |
-
background-position: -6848px 0 !important; }
|
633 |
-
.weglot-flags.flag-1.yi > a:before, .weglot-flags.flag-1.yi > span:before {
|
634 |
-
background-position: -3521px 0 !important; }
|
635 |
-
.weglot-flags.flag-1.yo > a:before, .weglot-flags.flag-1.yo > span:before {
|
636 |
-
background-position: -5313px 0 !important; }
|
637 |
-
.weglot-flags.flag-1.zu > a:before, .weglot-flags.flag-1.zu > span:before {
|
638 |
-
background-position: -6848px 0 !important; }
|
639 |
-
.weglot-flags.flag-2 {
|
640 |
-
/* a faire !important */ }
|
641 |
-
.weglot-flags.flag-2.hw > a:before, .weglot-flags.flag-2.hw > span:before {
|
642 |
-
background-position: -5448px 0 !important; }
|
643 |
-
.weglot-flags.flag-2.fl > a:before, .weglot-flags.flag-2.fl > span:before {
|
644 |
-
background-position: -1008px 0 !important; }
|
645 |
-
.weglot-flags.flag-2.af > a:before, .weglot-flags.flag-2.af > span:before {
|
646 |
-
background-position: -4968px 0 !important; }
|
647 |
-
.weglot-flags.flag-2.sq > a:before, .weglot-flags.flag-2.sq > span:before {
|
648 |
-
background-position: -2976px 0 !important; }
|
649 |
-
.weglot-flags.flag-2.am > a:before, .weglot-flags.flag-2.am > span:before {
|
650 |
-
background-position: -3816px 0 !important; }
|
651 |
-
.weglot-flags.flag-2.ar > a:before, .weglot-flags.flag-2.ar > span:before {
|
652 |
-
background-position: -768px 0 !important; }
|
653 |
-
.weglot-flags.flag-2.hy > a:before, .weglot-flags.flag-2.hy > span:before {
|
654 |
-
background-position: 0 0 !important; }
|
655 |
-
.weglot-flags.flag-2.az > a:before, .weglot-flags.flag-2.az > span:before {
|
656 |
-
background-position: -5136px 0 !important; }
|
657 |
-
.weglot-flags.flag-2.ba > a:before, .weglot-flags.flag-2.ba > span:before {
|
658 |
-
background-position: -936px 0 !important; }
|
659 |
-
.weglot-flags.flag-2.eu > a:before, .weglot-flags.flag-2.eu > span:before {
|
660 |
-
background-position: -5376px 0 !important; }
|
661 |
-
.weglot-flags.flag-2.be > a:before, .weglot-flags.flag-2.be > span:before {
|
662 |
-
background-position: -4224px 0 !important; }
|
663 |
-
.weglot-flags.flag-2.bn > a:before, .weglot-flags.flag-2.bn > span:before {
|
664 |
-
background-position: -4056px 0 !important; }
|
665 |
-
.weglot-flags.flag-2.bs > a:before, .weglot-flags.flag-2.bs > span:before {
|
666 |
-
background-position: -3984px 0 !important; }
|
667 |
-
.weglot-flags.flag-2.bg > a:before, .weglot-flags.flag-2.bg > span:before {
|
668 |
-
background-position: -5040px 0 !important; }
|
669 |
-
.weglot-flags.flag-2.my > a:before, .weglot-flags.flag-2.my > span:before {
|
670 |
-
background-position: -1248px 0 !important; }
|
671 |
-
.weglot-flags.flag-2.ca > a:before, .weglot-flags.flag-2.ca > span:before {
|
672 |
-
background-position: -5352px 0 !important; }
|
673 |
-
.weglot-flags.flag-2.zh > a:before, .weglot-flags.flag-2.zh > span:before {
|
674 |
-
background-position: -2592px 0 !important; }
|
675 |
-
.weglot-flags.flag-2.tw > a:before, .weglot-flags.flag-2.tw > span:before {
|
676 |
-
background-position: -3408px 0 !important; }
|
677 |
-
.weglot-flags.flag-2.km > a:before, .weglot-flags.flag-2.km > span:before {
|
678 |
-
background-position: -5160px 0 !important; }
|
679 |
-
.weglot-flags.flag-2.ny > a:before, .weglot-flags.flag-2.ny > span:before {
|
680 |
-
background-position: -1392px 0 !important; }
|
681 |
-
.weglot-flags.flag-2.co > a:before, .weglot-flags.flag-2.co > span:before {
|
682 |
-
background-position: -2304px 0 !important; }
|
683 |
-
.weglot-flags.flag-2.hr > a:before, .weglot-flags.flag-2.hr > span:before {
|
684 |
-
background-position: -4416px 0 !important; }
|
685 |
-
.weglot-flags.flag-2.cs > a:before, .weglot-flags.flag-2.cs > span:before {
|
686 |
-
background-position: -2472px 0 !important; }
|
687 |
-
.weglot-flags.flag-2.da > a:before, .weglot-flags.flag-2.da > span:before {
|
688 |
-
background-position: -2448px 0 !important; }
|
689 |
-
.weglot-flags.flag-2.nl > a:before, .weglot-flags.flag-2.nl > span:before {
|
690 |
-
background-position: -1296px 0 !important; }
|
691 |
-
.weglot-flags.flag-2.en > a:before, .weglot-flags.flag-2.en > span:before {
|
692 |
-
background-position: -312px 0 !important; }
|
693 |
-
.weglot-flags.flag-2.eo > a:before, .weglot-flags.flag-2.eo > span:before {
|
694 |
-
background-position: -312px 0; }
|
695 |
-
.weglot-flags.flag-2.et > a:before, .weglot-flags.flag-2.et > span:before {
|
696 |
-
background-position: -2424px 0 !important; }
|
697 |
-
.weglot-flags.flag-2.fj > a:before, .weglot-flags.flag-2.fj > span:before {
|
698 |
-
background-position: -576px 0 !important; }
|
699 |
-
.weglot-flags.flag-2.fi > a:before, .weglot-flags.flag-2.fi > span:before {
|
700 |
-
background-position: -2328px 0 !important; }
|
701 |
-
.weglot-flags.flag-2.fr > a:before, .weglot-flags.flag-2.fr > span:before {
|
702 |
-
background-position: -2304px 0 !important; }
|
703 |
-
.weglot-flags.flag-2.gl > a:before, .weglot-flags.flag-2.gl > span:before {
|
704 |
-
background-position: -5400px 0 !important; }
|
705 |
-
.weglot-flags.flag-2.ka > a:before, .weglot-flags.flag-2.ka > span:before {
|
706 |
-
background-position: -3744px 0 !important; }
|
707 |
-
.weglot-flags.flag-2.de > a:before, .weglot-flags.flag-2.de > span:before {
|
708 |
-
background-position: -2256px 0 !important; }
|
709 |
-
.weglot-flags.flag-2.el > a:before, .weglot-flags.flag-2.el > span:before {
|
710 |
-
background-position: -2208px 0 !important; }
|
711 |
-
.weglot-flags.flag-2.gu > a:before, .weglot-flags.flag-2.gu > span:before {
|
712 |
-
background-position: -1728px 0 !important; }
|
713 |
-
.weglot-flags.flag-2.ht > a:before, .weglot-flags.flag-2.ht > span:before {
|
714 |
-
background-position: -3528px 0 !important; }
|
715 |
-
.weglot-flags.flag-2.ha > a:before, .weglot-flags.flag-2.ha > span:before {
|
716 |
-
background-position: -1176px 0 !important; }
|
717 |
-
.weglot-flags.flag-2.he > a:before, .weglot-flags.flag-2.he > span:before {
|
718 |
-
background-position: -1992px 0 !important; }
|
719 |
-
.weglot-flags.flag-2.hi > a:before, .weglot-flags.flag-2.hi > span:before {
|
720 |
-
background-position: -1728px 0 !important; }
|
721 |
-
.weglot-flags.flag-2.hu > a:before, .weglot-flags.flag-2.hu > span:before {
|
722 |
-
background-position: -2088px 0 !important; }
|
723 |
-
.weglot-flags.flag-2.is > a:before, .weglot-flags.flag-2.is > span:before {
|
724 |
-
background-position: -2064px 0 !important; }
|
725 |
-
.weglot-flags.flag-2.ig > a:before, .weglot-flags.flag-2.ig > span:before {
|
726 |
-
background-position: -1103px 0 !important; }
|
727 |
-
.weglot-flags.flag-2.id > a:before, .weglot-flags.flag-2.id > span:before {
|
728 |
-
background-position: -2040px 0 !important; }
|
729 |
-
.weglot-flags.flag-2.ga > a:before, .weglot-flags.flag-2.ga > span:before {
|
730 |
-
background-position: -2016px 0 !important; }
|
731 |
-
.weglot-flags.flag-2.it > a:before, .weglot-flags.flag-2.it > span:before {
|
732 |
-
background-position: -1968px 0 !important; }
|
733 |
-
.weglot-flags.flag-2.ja > a:before, .weglot-flags.flag-2.ja > span:before {
|
734 |
-
background-position: -1920px 0 !important; }
|
735 |
-
.weglot-flags.flag-2.jv > a:before, .weglot-flags.flag-2.jv > span:before {
|
736 |
-
background-position: -1536px 0 !important; }
|
737 |
-
.weglot-flags.flag-2.kn > a:before, .weglot-flags.flag-2.kn > span:before {
|
738 |
-
background-position: -1728px 0 !important; }
|
739 |
-
.weglot-flags.flag-2.kk > a:before, .weglot-flags.flag-2.kk > span:before {
|
740 |
-
background-position: -1704px 0 !important; }
|
741 |
-
.weglot-flags.flag-2.ko > a:before, .weglot-flags.flag-2.ko > span:before {
|
742 |
-
background-position: -1848px 0 !important; }
|
743 |
-
.weglot-flags.flag-2.ku > a:before, .weglot-flags.flag-2.ku > span:before {
|
744 |
-
background-position: -2088px 0 !important; }
|
745 |
-
.weglot-flags.flag-2.ky > a:before, .weglot-flags.flag-2.ky > span:before {
|
746 |
-
background-position: -1800px 0 !important; }
|
747 |
-
.weglot-flags.flag-2.lo > a:before, .weglot-flags.flag-2.lo > span:before {
|
748 |
-
background-position: -1776px 0 !important; }
|
749 |
-
.weglot-flags.flag-2.la > a:before, .weglot-flags.flag-2.la > span:before {
|
750 |
-
background-position: -1968px 0 !important; }
|
751 |
-
.weglot-flags.flag-2.lv > a:before, .weglot-flags.flag-2.lv > span:before {
|
752 |
-
background-position: -1752px 0 !important; }
|
753 |
-
.weglot-flags.flag-2.lt > a:before, .weglot-flags.flag-2.lt > span:before {
|
754 |
-
background-position: -1656px 0 !important; }
|
755 |
-
.weglot-flags.flag-2.lb > a:before, .weglot-flags.flag-2.lb > span:before {
|
756 |
-
background-position: -1632px 0 !important; }
|
757 |
-
.weglot-flags.flag-2.mk > a:before, .weglot-flags.flag-2.mk > span:before {
|
758 |
-
background-position: -1440px 0 !important; }
|
759 |
-
.weglot-flags.flag-2.mg > a:before, .weglot-flags.flag-2.mg > span:before {
|
760 |
-
background-position: -1560px 0 !important; }
|
761 |
-
.weglot-flags.flag-2.ms > a:before, .weglot-flags.flag-2.ms > span:before {
|
762 |
-
background-position: -1536px 0 !important; }
|
763 |
-
.weglot-flags.flag-2.ml > a:before, .weglot-flags.flag-2.ml > span:before {
|
764 |
-
background-position: -1728px 0 !important; }
|
765 |
-
.weglot-flags.flag-2.mt > a:before, .weglot-flags.flag-2.mt > span:before {
|
766 |
-
background-position: -1200px 0 !important; }
|
767 |
-
.weglot-flags.flag-2.mi > a:before, .weglot-flags.flag-2.mi > span:before {
|
768 |
-
background-position: -1224px 0 !important; }
|
769 |
-
.weglot-flags.flag-2.mr > a:before, .weglot-flags.flag-2.mr > span:before {
|
770 |
-
background-position: -1728px 0 !important; }
|
771 |
-
.weglot-flags.flag-2.mn > a:before, .weglot-flags.flag-2.mn > span:before {
|
772 |
-
background-position: -4800px 0 !important; }
|
773 |
-
.weglot-flags.flag-2.ne > a:before, .weglot-flags.flag-2.ne > span:before {
|
774 |
-
background-position: -1320px 0 !important; }
|
775 |
-
.weglot-flags.flag-2.no > a:before, .weglot-flags.flag-2.no > span:before {
|
776 |
-
background-position: -4776px 0 !important; }
|
777 |
-
.weglot-flags.flag-2.ps > a:before, .weglot-flags.flag-2.ps > span:before {
|
778 |
-
background-position: -4008px 0 !important; }
|
779 |
-
.weglot-flags.flag-2.fa > a:before, .weglot-flags.flag-2.fa > span:before {
|
780 |
-
background-position: -5088px 0 !important; }
|
781 |
-
.weglot-flags.flag-2.pl > a:before, .weglot-flags.flag-2.pl > span:before {
|
782 |
-
background-position: -984px 0 !important; }
|
783 |
-
.weglot-flags.flag-2.pt > a:before, .weglot-flags.flag-2.pt > span:before {
|
784 |
-
background-position: -2784px 0 !important; }
|
785 |
-
.weglot-flags.flag-2.pa > a:before, .weglot-flags.flag-2.pa > span:before {
|
786 |
-
background-position: -1728px 0 !important; }
|
787 |
-
.weglot-flags.flag-2.ro > a:before, .weglot-flags.flag-2.ro > span:before {
|
788 |
-
background-position: -960px 0 !important; }
|
789 |
-
.weglot-flags.flag-2.ru > a:before, .weglot-flags.flag-2.ru > span:before {
|
790 |
-
background-position: -936px 0 !important; }
|
791 |
-
.weglot-flags.flag-2.sm > a:before, .weglot-flags.flag-2.sm > span:before {
|
792 |
-
background-position: -3408px 0 !important; }
|
793 |
-
.weglot-flags.flag-2.gd > a:before, .weglot-flags.flag-2.gd > span:before {
|
794 |
-
background-position: -4872px 0 !important; }
|
795 |
-
.weglot-flags.flag-2.sr > a:before, .weglot-flags.flag-2.sr > span:before {
|
796 |
-
background-position: -3120px 0 !important; }
|
797 |
-
.weglot-flags.flag-2.sn > a:before, .weglot-flags.flag-2.sn > span:before {
|
798 |
-
background-position: -72px 0 !important; }
|
799 |
-
.weglot-flags.flag-2.sd > a:before, .weglot-flags.flag-2.sd > span:before {
|
800 |
-
background-position: -1128px 0 !important; }
|
801 |
-
.weglot-flags.flag-2.si > a:before, .weglot-flags.flag-2.si > span:before {
|
802 |
-
background-position: -480px 0 !important; }
|
803 |
-
.weglot-flags.flag-2.sk > a:before, .weglot-flags.flag-2.sk > span:before {
|
804 |
-
background-position: -4152px 0 !important; }
|
805 |
-
.weglot-flags.flag-2.sl > a:before, .weglot-flags.flag-2.sl > span:before {
|
806 |
-
background-position: -696px 0 !important; }
|
807 |
-
.weglot-flags.flag-2.so > a:before, .weglot-flags.flag-2.so > span:before {
|
808 |
-
background-position: -3336px 0 !important; }
|
809 |
-
.weglot-flags.flag-2.st > a:before, .weglot-flags.flag-2.st > span:before {
|
810 |
-
background-position: -3552px 0 !important; }
|
811 |
-
.weglot-flags.flag-2.es > a:before, .weglot-flags.flag-2.es > span:before {
|
812 |
-
background-position: -96px 0 !important; }
|
813 |
-
.weglot-flags.flag-2.su > a:before, .weglot-flags.flag-2.su > span:before {
|
814 |
-
background-position: -3312px 0 !important; }
|
815 |
-
.weglot-flags.flag-2.sw > a:before, .weglot-flags.flag-2.sw > span:before {
|
816 |
-
background-position: -1872px 0 !important; }
|
817 |
-
.weglot-flags.flag-2.sv > a:before, .weglot-flags.flag-2.sv > span:before {
|
818 |
-
background-position: -552px 0 !important; }
|
819 |
-
.weglot-flags.flag-2.tl > a:before, .weglot-flags.flag-2.tl > span:before {
|
820 |
-
background-position: -1008px 0 !important; }
|
821 |
-
.weglot-flags.flag-2.ty > a:before, .weglot-flags.flag-2.ty > span:before {
|
822 |
-
background-position: -4512px 0 !important; }
|
823 |
-
.weglot-flags.flag-2.tg > a:before, .weglot-flags.flag-2.tg > span:before {
|
824 |
-
background-position: -264px 0 !important; }
|
825 |
-
.weglot-flags.flag-2.ta > a:before, .weglot-flags.flag-2.ta > span:before {
|
826 |
-
background-position: -1728px 0 !important; }
|
827 |
-
.weglot-flags.flag-2.tt > a:before, .weglot-flags.flag-2.tt > span:before {
|
828 |
-
background-position: -936px 0 !important; }
|
829 |
-
.weglot-flags.flag-2.te > a:before, .weglot-flags.flag-2.te > span:before {
|
830 |
-
background-position: -1728px 0 !important; }
|
831 |
-
.weglot-flags.flag-2.th > a:before, .weglot-flags.flag-2.th > span:before {
|
832 |
-
background-position: -456px 0 !important; }
|
833 |
-
.weglot-flags.flag-2.to > a:before, .weglot-flags.flag-2.to > span:before {
|
834 |
-
background-position: -3264px 0 !important; }
|
835 |
-
.weglot-flags.flag-2.tr > a:before, .weglot-flags.flag-2.tr > span:before {
|
836 |
-
background-position: -360px 0 !important; }
|
837 |
-
.weglot-flags.flag-2.uk > a:before, .weglot-flags.flag-2.uk > span:before {
|
838 |
-
background-position: -288px 0 !important; }
|
839 |
-
.weglot-flags.flag-2.ur > a:before, .weglot-flags.flag-2.ur > span:before {
|
840 |
-
background-position: -1128px 0 !important; }
|
841 |
-
.weglot-flags.flag-2.uz > a:before, .weglot-flags.flag-2.uz > span:before {
|
842 |
-
background-position: -240px 0 !important; }
|
843 |
-
.weglot-flags.flag-2.vi > a:before, .weglot-flags.flag-2.vi > span:before {
|
844 |
-
background-position: -144px 0 !important; }
|
845 |
-
.weglot-flags.flag-2.cy > a:before, .weglot-flags.flag-2.cy > span:before {
|
846 |
-
background-position: -4848px 0 !important; }
|
847 |
-
.weglot-flags.flag-2.fy > a:before, .weglot-flags.flag-2.fy > span:before {
|
848 |
-
background-position: -1296px 0 !important; }
|
849 |
-
.weglot-flags.flag-2.xh > a:before, .weglot-flags.flag-2.xh > span:before {
|
850 |
-
background-position: -4968px 0 !important; }
|
851 |
-
.weglot-flags.flag-2.yi > a:before, .weglot-flags.flag-2.yi > span:before {
|
852 |
-
background-position: -1992px 0 !important; }
|
853 |
-
.weglot-flags.flag-2.yo > a:before, .weglot-flags.flag-2.yo > span:before {
|
854 |
-
background-position: -1103px 0 !important; }
|
855 |
-
.weglot-flags.flag-2.zu > a:before, .weglot-flags.flag-2.zu > span:before {
|
856 |
-
background-position: -4968px 0 !important; }
|
857 |
-
.weglot-flags.flag-3 {
|
858 |
-
/* a faire !important */
|
859 |
-
/* a faire !important */
|
860 |
-
/* a faire !important */ }
|
861 |
-
.weglot-flags.flag-3.hw > a:before, .weglot-flags.flag-3.hw > span:before {
|
862 |
-
background-position: -2711px 0 !important; }
|
863 |
-
.weglot-flags.flag-3.fl > a:before, .weglot-flags.flag-3.fl > span:before {
|
864 |
-
background-position: -5232px 0 !important; }
|
865 |
-
.weglot-flags.flag-3.af > a:before, .weglot-flags.flag-3.af > span:before {
|
866 |
-
background-position: -5496px 0 !important; }
|
867 |
-
.weglot-flags.flag-3.sq > a:before, .weglot-flags.flag-3.sq > span:before {
|
868 |
-
background-position: -4776px 0 !important; }
|
869 |
-
.weglot-flags.flag-3.am > a:before, .weglot-flags.flag-3.am > span:before {
|
870 |
-
background-position: -192px 0 !important; }
|
871 |
-
.weglot-flags.flag-3.ar > a:before, .weglot-flags.flag-3.ar > span:before {
|
872 |
-
background-position: -3336px 0 !important; }
|
873 |
-
.weglot-flags.flag-3.hy > a:before, .weglot-flags.flag-3.hy > span:before {
|
874 |
-
background-position: -4632px 0 !important; }
|
875 |
-
.weglot-flags.flag-3.az > a:before, .weglot-flags.flag-3.az > span:before {
|
876 |
-
background-position: -4536px 0 !important; }
|
877 |
-
.weglot-flags.flag-3.ba > a:before, .weglot-flags.flag-3.ba > span:before {
|
878 |
-
background-position: -2664px 0 !important; }
|
879 |
-
.weglot-flags.flag-3.eu > a:before, .weglot-flags.flag-3.eu > span:before {
|
880 |
-
background-position: -5808px 0 !important; }
|
881 |
-
.weglot-flags.flag-3.be > a:before, .weglot-flags.flag-3.be > span:before {
|
882 |
-
background-position: -144px 0 !important; }
|
883 |
-
.weglot-flags.flag-3.bn > a:before, .weglot-flags.flag-3.bn > span:before {
|
884 |
-
background-position: -4488px 0 !important; }
|
885 |
-
.weglot-flags.flag-3.bs > a:before, .weglot-flags.flag-3.bs > span:before {
|
886 |
-
background-position: -4392px 0 !important; }
|
887 |
-
.weglot-flags.flag-3.bg > a:before, .weglot-flags.flag-3.bg > span:before {
|
888 |
-
background-position: -4296px 0 !important; }
|
889 |
-
.weglot-flags.flag-3.my > a:before, .weglot-flags.flag-3.my > span:before {
|
890 |
-
background-position: -3769px 0 !important; }
|
891 |
-
.weglot-flags.flag-3.ca > a:before, .weglot-flags.flag-3.ca > span:before {
|
892 |
-
background-position: -5784px 0 !important; }
|
893 |
-
.weglot-flags.flag-3.zh > a:before, .weglot-flags.flag-3.zh > span:before {
|
894 |
-
background-position: -3240px 0 !important; }
|
895 |
-
.weglot-flags.flag-3.tw > a:before, .weglot-flags.flag-3.tw > span:before {
|
896 |
-
background-position: -4008px 0 !important; }
|
897 |
-
.weglot-flags.flag-3.km > a:before, .weglot-flags.flag-3.km > span:before {
|
898 |
-
background-position: -4201px 0 !important; }
|
899 |
-
.weglot-flags.flag-3.ny > a:before, .weglot-flags.flag-3.ny > span:before {
|
900 |
-
background-position: -384px 0 !important; }
|
901 |
-
.weglot-flags.flag-3.co > a:before, .weglot-flags.flag-3.co > span:before {
|
902 |
-
background-position: -2760px 0; }
|
903 |
-
.weglot-flags.flag-3.hr > a:before, .weglot-flags.flag-3.hr > span:before {
|
904 |
-
background-position: -3048px 0 !important; }
|
905 |
-
.weglot-flags.flag-3.cs > a:before, .weglot-flags.flag-3.cs > span:before {
|
906 |
-
background-position: -5280px 0 !important; }
|
907 |
-
.weglot-flags.flag-3.da > a:before, .weglot-flags.flag-3.da > span:before {
|
908 |
-
background-position: -3024px 0 !important; }
|
909 |
-
.weglot-flags.flag-3.nl > a:before, .weglot-flags.flag-3.nl > span:before {
|
910 |
-
background-position: -3360px 0 !important; }
|
911 |
-
.weglot-flags.flag-3.en > a:before, .weglot-flags.flag-3.en > span:before {
|
912 |
-
background-position: -2520px 0 !important; }
|
913 |
-
.weglot-flags.flag-3.eo > a:before, .weglot-flags.flag-3.eo > span:before {
|
914 |
-
background-position: -2520px 0; }
|
915 |
-
.weglot-flags.flag-3.et > a:before, .weglot-flags.flag-3.et > span:before {
|
916 |
-
background-position: -2856px 0 !important; }
|
917 |
-
.weglot-flags.flag-3.fj > a:before, .weglot-flags.flag-3.fj > span:before {
|
918 |
-
background-position: -0px 0 !important; }
|
919 |
-
.weglot-flags.flag-3.fi > a:before, .weglot-flags.flag-3.fi > span:before {
|
920 |
-
background-position: -2784px 0 !important; }
|
921 |
-
.weglot-flags.flag-3.fr > a:before, .weglot-flags.flag-3.fr > span:before {
|
922 |
-
background-position: -2760px 0 !important; }
|
923 |
-
.weglot-flags.flag-3.gl > a:before, .weglot-flags.flag-3.gl > span:before {
|
924 |
-
background-position: -5832px 0 !important; }
|
925 |
-
.weglot-flags.flag-3.ka > a:before, .weglot-flags.flag-3.ka > span:before {
|
926 |
-
background-position: -1536px 0 !important; }
|
927 |
-
.weglot-flags.flag-3.de > a:before, .weglot-flags.flag-3.de > span:before {
|
928 |
-
background-position: -1488px 0 !important; }
|
929 |
-
.weglot-flags.flag-3.el > a:before, .weglot-flags.flag-3.el > span:before {
|
930 |
-
background-position: -1416px 0 !important; }
|
931 |
-
.weglot-flags.flag-3.gu > a:before, .weglot-flags.flag-3.gu > span:before {
|
932 |
-
background-position: -2304px 0 !important; }
|
933 |
-
.weglot-flags.flag-3.ht > a:before, .weglot-flags.flag-3.ht > span:before {
|
934 |
-
background-position: -5160px 0 !important; }
|
935 |
-
.weglot-flags.flag-3.ha > a:before, .weglot-flags.flag-3.ha > span:before {
|
936 |
-
background-position: -361px 0 !important; }
|
937 |
-
.weglot-flags.flag-3.he > a:before, .weglot-flags.flag-3.he > span:before {
|
938 |
-
background-position: -1608px 0 !important; }
|
939 |
-
.weglot-flags.flag-3.hi > a:before, .weglot-flags.flag-3.hi > span:before {
|
940 |
-
background-position: -2304px 0 !important; }
|
941 |
-
.weglot-flags.flag-3.hu > a:before, .weglot-flags.flag-3.hu > span:before {
|
942 |
-
background-position: -1920px 0 !important; }
|
943 |
-
.weglot-flags.flag-3.is > a:before, .weglot-flags.flag-3.is > span:before {
|
944 |
-
background-position: -840px 0 !important; }
|
945 |
-
.weglot-flags.flag-3.ig > a:before, .weglot-flags.flag-3.ig > span:before {
|
946 |
-
background-position: -3457px 0 !important; }
|
947 |
-
.weglot-flags.flag-3.id > a:before, .weglot-flags.flag-3.id > span:before {
|
948 |
-
background-position: -4992px 0 !important; }
|
949 |
-
.weglot-flags.flag-3.ga > a:before, .weglot-flags.flag-3.ga > span:before {
|
950 |
-
background-position: -2016px 0 !important; }
|
951 |
-
.weglot-flags.flag-3.it > a:before, .weglot-flags.flag-3.it > span:before {
|
952 |
-
background-position: -336px 0 !important; }
|
953 |
-
.weglot-flags.flag-3.ja > a:before, .weglot-flags.flag-3.ja > span:before {
|
954 |
-
background-position: -2448px 0 !important; }
|
955 |
-
.weglot-flags.flag-3.jv > a:before, .weglot-flags.flag-3.jv > span:before {
|
956 |
-
background-position: -864px 0 !important; }
|
957 |
-
.weglot-flags.flag-3.kn > a:before, .weglot-flags.flag-3.kn > span:before {
|
958 |
-
background-position: -2304px 0 !important; }
|
959 |
-
.weglot-flags.flag-3.kk > a:before, .weglot-flags.flag-3.kk > span:before {
|
960 |
-
background-position: -3912px 0 !important; }
|
961 |
-
.weglot-flags.flag-3.ko > a:before, .weglot-flags.flag-3.ko > span:before {
|
962 |
-
background-position: -2256px 0 !important; }
|
963 |
-
.weglot-flags.flag-3.ku > a:before, .weglot-flags.flag-3.ku > span:before {
|
964 |
-
background-position: -1920px 0 !important; }
|
965 |
-
.weglot-flags.flag-3.ky > a:before, .weglot-flags.flag-3.ky > span:before {
|
966 |
-
background-position: -744px 0 !important; }
|
967 |
-
.weglot-flags.flag-3.lo > a:before, .weglot-flags.flag-3.lo > span:before {
|
968 |
-
background-position: -3816px 0 !important; }
|
969 |
-
.weglot-flags.flag-3.la > a:before, .weglot-flags.flag-3.la > span:before {
|
970 |
-
background-position: -336px 0 !important; }
|
971 |
-
.weglot-flags.flag-3.lv > a:before, .weglot-flags.flag-3.lv > span:before {
|
972 |
-
background-position: -216px 0 !important; }
|
973 |
-
.weglot-flags.flag-3.lt > a:before, .weglot-flags.flag-3.lt > span:before {
|
974 |
-
background-position: -1776px 0 !important; }
|
975 |
-
.weglot-flags.flag-3.lb > a:before, .weglot-flags.flag-3.lb > span:before {
|
976 |
-
background-position: -1945px 0 !important; }
|
977 |
-
.weglot-flags.flag-3.mk > a:before, .weglot-flags.flag-3.mk > span:before {
|
978 |
-
background-position: -2208px 0 !important; }
|
979 |
-
.weglot-flags.flag-3.mg > a:before, .weglot-flags.flag-3.mg > span:before {
|
980 |
-
background-position: -5064px 0 !important; }
|
981 |
-
.weglot-flags.flag-3.ms > a:before, .weglot-flags.flag-3.ms > span:before {
|
982 |
-
background-position: -864px 0 !important; }
|
983 |
-
.weglot-flags.flag-3.ml > a:before, .weglot-flags.flag-3.ml > span:before {
|
984 |
-
background-position: -2304px 0 !important; }
|
985 |
-
.weglot-flags.flag-3.mt > a:before, .weglot-flags.flag-3.mt > span:before {
|
986 |
-
background-position: -4920px 0 !important; }
|
987 |
-
.weglot-flags.flag-3.mi > a:before, .weglot-flags.flag-3.mi > span:before {
|
988 |
-
background-position: -2113px 0 !important; }
|
989 |
-
.weglot-flags.flag-3.mr > a:before, .weglot-flags.flag-3.mr > span:before {
|
990 |
-
background-position: -2304px 0 !important; }
|
991 |
-
.weglot-flags.flag-3.mn > a:before, .weglot-flags.flag-3.mn > span:before {
|
992 |
-
background-position: -24px 0 !important; }
|
993 |
-
.weglot-flags.flag-3.ne > a:before, .weglot-flags.flag-3.ne > span:before {
|
994 |
-
background-position: -5642px 0 !important; }
|
995 |
-
.weglot-flags.flag-3.no > a:before, .weglot-flags.flag-3.no > span:before {
|
996 |
-
background-position: -984px 0 !important; }
|
997 |
-
.weglot-flags.flag-3.ps > a:before, .weglot-flags.flag-3.ps > span:before {
|
998 |
-
background-position: -4753px 0 !important; }
|
999 |
-
.weglot-flags.flag-3.fa > a:before, .weglot-flags.flag-3.fa > span:before {
|
1000 |
-
background-position: -816px 0 !important; }
|
1001 |
-
.weglot-flags.flag-3.pl > a:before, .weglot-flags.flag-3.pl > span:before {
|
1002 |
-
background-position: -4944px 0 !important; }
|
1003 |
-
.weglot-flags.flag-3.pt > a:before, .weglot-flags.flag-3.pt > span:before {
|
1004 |
-
background-position: -4344px 0 !important; }
|
1005 |
-
.weglot-flags.flag-3.pa > a:before, .weglot-flags.flag-3.pa > span:before {
|
1006 |
-
background-position: -2304px 0 !important; }
|
1007 |
-
.weglot-flags.flag-3.ro > a:before, .weglot-flags.flag-3.ro > span:before {
|
1008 |
-
background-position: -3744px 0 !important; }
|
1009 |
-
.weglot-flags.flag-3.ru > a:before, .weglot-flags.flag-3.ru > span:before {
|
1010 |
-
background-position: -2664px 0 !important; }
|
1011 |
-
.weglot-flags.flag-3.sm > a:before, .weglot-flags.flag-3.sm > span:before {
|
1012 |
-
background-position: -1248px 0 !important; }
|
1013 |
-
.weglot-flags.flag-3.gd > a:before, .weglot-flags.flag-3.gd > span:before {
|
1014 |
-
background-position: -3841px 0 !important; }
|
1015 |
-
.weglot-flags.flag-3.sr > a:before, .weglot-flags.flag-3.sr > span:before {
|
1016 |
-
background-position: -3312px 0 !important; }
|
1017 |
-
.weglot-flags.flag-3.sn > a:before, .weglot-flags.flag-3.sn > span:before {
|
1018 |
-
background-position: -5521px 0 !important; }
|
1019 |
-
.weglot-flags.flag-3.sd > a:before, .weglot-flags.flag-3.sd > span:before {
|
1020 |
-
background-position: -1993px 0 !important; }
|
1021 |
-
.weglot-flags.flag-3.si > a:before, .weglot-flags.flag-3.si > span:before {
|
1022 |
-
background-position: -2833px 0; }
|
1023 |
-
.weglot-flags.flag-3.sk > a:before, .weglot-flags.flag-3.sk > span:before {
|
1024 |
-
background-position: -552px 0 !important; }
|
1025 |
-
.weglot-flags.flag-3.sl > a:before, .weglot-flags.flag-3.sl > span:before {
|
1026 |
-
background-position: -936px 0 !important; }
|
1027 |
-
.weglot-flags.flag-3.so > a:before, .weglot-flags.flag-3.so > span:before {
|
1028 |
-
background-position: -4032px 0 !important; }
|
1029 |
-
.weglot-flags.flag-3.st > a:before, .weglot-flags.flag-3.st > span:before {
|
1030 |
-
background-position: -3961px 0 !important; }
|
1031 |
-
.weglot-flags.flag-3.es > a:before, .weglot-flags.flag-3.es > span:before {
|
1032 |
-
background-position: -3576px 0 !important; }
|
1033 |
-
.weglot-flags.flag-3.su > a:before, .weglot-flags.flag-3.su > span:before {
|
1034 |
-
background-position: -3985px 0 !important; }
|
1035 |
-
.weglot-flags.flag-3.sw > a:before, .weglot-flags.flag-3.sw > span:before {
|
1036 |
-
background-position: -912px 0 !important; }
|
1037 |
-
.weglot-flags.flag-3.sv > a:before, .weglot-flags.flag-3.sv > span:before {
|
1038 |
-
background-position: -264px 0 !important; }
|
1039 |
-
.weglot-flags.flag-3.tl > a:before, .weglot-flags.flag-3.tl > span:before {
|
1040 |
-
background-position: -5232px 0 !important; }
|
1041 |
-
.weglot-flags.flag-3.ty > a:before, .weglot-flags.flag-3.ty > span:before {
|
1042 |
-
background-position: -1512px 0 !important; }
|
1043 |
-
.weglot-flags.flag-3.tg > a:before, .weglot-flags.flag-3.tg > span:before {
|
1044 |
-
background-position: -3720px 0 !important; }
|
1045 |
-
.weglot-flags.flag-3.ta > a:before, .weglot-flags.flag-3.ta > span:before {
|
1046 |
-
background-position: -2304px 0 !important; }
|
1047 |
-
.weglot-flags.flag-3.tt > a:before, .weglot-flags.flag-3.tt > span:before {
|
1048 |
-
background-position: -2664px 0 !important; }
|
1049 |
-
.weglot-flags.flag-3.te > a:before, .weglot-flags.flag-3.te > span:before {
|
1050 |
-
background-position: -2304px 0 !important; }
|
1051 |
-
.weglot-flags.flag-3.th > a:before, .weglot-flags.flag-3.th > span:before {
|
1052 |
-
background-position: -4848px 0 !important; }
|
1053 |
-
.weglot-flags.flag-3.to > a:before, .weglot-flags.flag-3.to > span:before {
|
1054 |
-
background-position: -1680px 0 !important; }
|
1055 |
-
.weglot-flags.flag-3.tr > a:before, .weglot-flags.flag-3.tr > span:before {
|
1056 |
-
background-position: -432px 0 !important; }
|
1057 |
-
.weglot-flags.flag-3.uk > a:before, .weglot-flags.flag-3.uk > span:before {
|
1058 |
-
background-position: -5736px 0 !important; }
|
1059 |
-
.weglot-flags.flag-3.ur > a:before, .weglot-flags.flag-3.ur > span:before {
|
1060 |
-
background-position: -1992px 0 !important; }
|
1061 |
-
.weglot-flags.flag-3.uz > a:before, .weglot-flags.flag-3.uz > span:before {
|
1062 |
-
background-position: -2160px 0 !important; }
|
1063 |
-
.weglot-flags.flag-3.vi > a:before, .weglot-flags.flag-3.vi > span:before {
|
1064 |
-
background-position: -3384px 0 !important; }
|
1065 |
-
.weglot-flags.flag-3.cy > a:before, .weglot-flags.flag-3.cy > span:before {
|
1066 |
-
background-position: -5040px 0 !important; }
|
1067 |
-
.weglot-flags.flag-3.fy > a:before, .weglot-flags.flag-3.fy > span:before {
|
1068 |
-
background-position: -3360px 0 !important; }
|
1069 |
-
.weglot-flags.flag-3.xh > a:before, .weglot-flags.flag-3.xh > span:before {
|
1070 |
-
background-position: -5496px 0 !important; }
|
1071 |
-
.weglot-flags.flag-3.yi > a:before, .weglot-flags.flag-3.yi > span:before {
|
1072 |
-
background-position: -1608px 0 !important; }
|
1073 |
-
.weglot-flags.flag-3.yo > a:before, .weglot-flags.flag-3.yo > span:before {
|
1074 |
-
background-position: -3457px 0 !important; }
|
1075 |
-
.weglot-flags.flag-3.zu > a:before, .weglot-flags.flag-3.zu > span:before {
|
1076 |
-
background-position: -5496px 0 !important; }
|
1 |
+
body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags a.mega-menu-link:before{background-image:url("../images/rect_mate.png") !important;background-size:auto 20px !important;border-radius:0px !important;width:30px !important;height:20px !important;content:"";vertical-align:middle;margin-right:10px;display:inline-block;overflow:hidden}body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags.flag-1 .mega-menu-link:before{background-image:url("../images/rect_bright.png") !important}body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags.flag-2 .mega-menu-link:before{background-image:url("../images/square_flag.png") !important;width:24px !important;height:24px !important;background-size:auto 24px !important}body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags.flag-3 .mega-menu-link:before{background-image:url("../images/circular_flag.png") !important;width:24px !important;height:24px !important;background-size:auto 24px !important}li.weglot-hide,.weglot-hide{display:none !important}.country-selector{z-index:9999;text-align:left;position:relative;display:inline-block;width:auto}.country-selector a{padding:0 10px;outline:none;text-decoration:none;float:none !important;white-space:nowrap;font-weight:normal;cursor:pointer;color:black;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.country-selector a:focus{outline:none}.country-selector ul{padding:0px;z-index:1010;list-style:none;margin:0}.country-selector li{margin:0px;padding:0px}.country-selector.weglot-dropdown{background-color:white}.country-selector.weglot-dropdown a,.country-selector.weglot-dropdown span{display:block;height:37px;line-height:36px;font-size:13px;padding:0 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:normal}.country-selector.weglot-dropdown a:hover,.country-selector.weglot-dropdown span:hover{cursor:pointer}.country-selector.weglot-dropdown .wgcurrent{border:1px solid #e0e0e0;list-style:none;display:block;margin:0}.country-selector.weglot-dropdown .wgcurrent a,.country-selector.weglot-dropdown .wgcurrent span{padding-right:60px}.country-selector.weglot-dropdown .wgcurrent:after{display:inline-block;position:absolute;top:17px;right:8px;width:13px;height:7px;-ms-interpolation-mode:nearest-neighbor;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:-o-pixelated;image-rendering:pixelated;background:url("../images/wgarrowdown.png") no-repeat;content:'';-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.country-selector.weglot-dropdown ul{position:absolute;min-width:100%;border:1px solid #ebeef0;background:white;left:0;top:initial;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;padding:0}.country-selector.weglot-dropdown input:checked ~ ul{display:block}.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.country-selector.weglot-dropdown li{width:100%}.country-selector.weglot-dropdown.weglot-invert ul{bottom:38px}.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.country-selector.weglot-default{position:fixed;bottom:0px;right:40px}.country-selector.weglot-inline a:hover{text-decoration:underline;color:#00a0d2}.country-selector.weglot-inline .wgcurrent a{text-decoration:underline}.country-selector.weglot-inline label{margin-bottom:0;display:inline-block;vertical-align:middle}.country-selector.weglot-inline ul{display:inline-block;vertical-align:middle}.country-selector.weglot-inline li{line-height:1 !important;display:inline-block;margin:2px 0px;vertical-align:middle}.country-selector.weglot-inline.weglot-default{bottom:5px}.country-selector input{display:none !important}.navbar .navbar-nav li.weglot-flags a.weglot-lang:before{position:static;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.js .main-navigation .country-selector ul{display:none}html[dir="rtl"] .weglot-flags a:before,html[dir="rtl"] .weglot-flags span:before{margin-right:0;margin-left:10px}.weglot-flags>a:before,.weglot-flags>span:before{background-image:url("../images/rect_mate.png");-webkit-background-size:auto 20px !important;background-size:auto 20px !important;border-radius:0px !important;width:30px !important;height:20px !important;content:"";vertical-align:middle;margin-right:10px;display:inline-block;overflow:hidden}.weglot-flags.flag-1>a:before,.weglot-flags.flag-1>span:before{background-image:url("../images/rect_bright.png")}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url("../images/square_flag.png");width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags.flag-3 a:before,.weglot-flags.flag-3 span:before{background-image:url("../images/circular_flag.png");width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags>a span:before{background-image:none !important;display:none !important}.weglot-flags>span a:before{background-image:none !important;display:none !important}.weglot-flags.hw>a:before,.weglot-flags.hw>span:before{background-position:-3570px 0 !important}.weglot-flags.af>a:before,.weglot-flags.af>span:before{background-position:-6570px 0 !important}.weglot-flags.fl>a:before,.weglot-flags.fl>span:before{background-position:-3060px 0px !important}.weglot-flags.sq>a:before,.weglot-flags.sq>span:before{background-position:-2580px 0 !important}.weglot-flags.am>a:before,.weglot-flags.am>span:before{background-position:-5130px 0 !important}.weglot-flags.ar>a:before,.weglot-flags.ar>span:before{background-position:-510px 0 !important}.weglot-flags.hy>a:before,.weglot-flags.hy>span:before{background-position:-1800px 0 !important}.weglot-flags.az>a:before,.weglot-flags.az>span:before{background-position:-6840px 0 !important}.weglot-flags.ba>a:before,.weglot-flags.ba>span:before{background-position:-2040px 0 !important}.weglot-flags.eu>a:before,.weglot-flags.eu>span:before{background-position:-7260px 0 !important}.weglot-flags.be>a:before,.weglot-flags.be>span:before{background-position:-5310px 0 !important}.weglot-flags.bn>a:before,.weglot-flags.bn>span:before{background-position:-5400px 0 !important}.weglot-flags.bs>a:before,.weglot-flags.bs>span:before{background-position:-6390px 0 !important}.weglot-flags.bg>a:before,.weglot-flags.bg>span:before{background-position:-2730px 0 !important}.weglot-flags.my>a:before,.weglot-flags.my>span:before{background-position:-3299px 0 !important}.weglot-flags.ca>a:before,.weglot-flags.ca>span:before{background-position:-7230px 0 !important}.weglot-flags.zh>a:before,.weglot-flags.zh>span:before{background-position:-3690px 0 !important}.weglot-flags.tw>a:before,.weglot-flags.tw>span:before{background-position:-2970px 0 !important}.weglot-flags.km>a:before,.weglot-flags.km>span:before{background-position:-6930px 0 !important}.weglot-flags.ny>a:before,.weglot-flags.ny>span:before{background-position:-1140px 0 !important}.weglot-flags.co>a:before,.weglot-flags.co>span:before{background-position:-2520px 0}.weglot-flags.hr>a:before,.weglot-flags.hr>span:before{background-position:-5910px 0 !important}.weglot-flags.cs>a:before,.weglot-flags.cs>span:before{background-position:-2700px 0 !important}.weglot-flags.da>a:before,.weglot-flags.da>span:before{background-position:-2670px 0 !important}.weglot-flags.nl>a:before,.weglot-flags.nl>span:before{background-position:-2100px 0 !important}.weglot-flags.en>a:before,.weglot-flags.en>span:before{background-position:-1920px 0 !important}.weglot-flags.eo>a:before,.weglot-flags.eo>span:before{background-position:-1920px 0}.weglot-flags.et>a:before,.weglot-flags.et>span:before{background-position:-2640px 0 !important}.weglot-flags.fj>a:before,.weglot-flags.fj>span:before{background-position:-1710px 0 !important}.weglot-flags.fi>a:before,.weglot-flags.fi>span:before{background-position:-2550px 0 !important}.weglot-flags.fr>a:before,.weglot-flags.fr>span:before{background-position:-2520px 0 !important}.weglot-flags.gl>a:before,.weglot-flags.gl>span:before{background-position:-7290px 0 !important}.weglot-flags.ka>a:before,.weglot-flags.ka>span:before{background-position:-5040px 0 !important}.weglot-flags.de>a:before,.weglot-flags.de>span:before{background-position:-2490px 0 !important}.weglot-flags.el>a:before,.weglot-flags.el>span:before{background-position:-2460px 0 !important}.weglot-flags.gu>a:before,.weglot-flags.gu>span:before{background-position:-1170px 0 !important}.weglot-flags.ht>a:before,.weglot-flags.ht>span:before{background-position:-4650px 0 !important}.weglot-flags.ha>a:before,.weglot-flags.ha>span:before{background-position:-900px 0 !important}.weglot-flags.he>a:before,.weglot-flags.he>span:before{background-position:-1050px 0 !important}.weglot-flags.hi>a:before,.weglot-flags.hi>span:before{background-position:-1170px 0 !important}.weglot-flags.hu>a:before,.weglot-flags.hu>span:before{background-position:-2430px 0 !important}.weglot-flags.is>a:before,.weglot-flags.is>span:before{background-position:-2400px 0 !important}.weglot-flags.ig>a:before,.weglot-flags.ig>span:before{background-position:-870px 0 !important}.weglot-flags.id>a:before,.weglot-flags.id>span:before{background-position:-3510px 0 !important}.weglot-flags.ga>a:before,.weglot-flags.ga>span:before{background-position:-2340px 0 !important}.weglot-flags.it>a:before,.weglot-flags.it>span:before{background-position:-2310px 0 !important}.weglot-flags.ja>a:before,.weglot-flags.ja>span:before{background-position:-3480px 0 !important}.weglot-flags.jv>a:before,.weglot-flags.jv>span:before{background-position:-3360px 0 !important}.weglot-flags.kn>a:before,.weglot-flags.kn>span:before{background-position:-1170px 0 !important}.weglot-flags.kk>a:before,.weglot-flags.kk>span:before{background-position:-3150px 0 !important}.weglot-flags.ko>a:before,.weglot-flags.ko>span:before{background-position:-6990px 0 !important}.weglot-flags.ku>a:before,.weglot-flags.ku>span:before{background-position:-2430px 0}.weglot-flags.ky>a:before,.weglot-flags.ky>span:before{background-position:-3420px 0 !important}.weglot-flags.lo>a:before,.weglot-flags.lo>span:before{background-position:-3450px 0}.weglot-flags.la>a:before,.weglot-flags.la>span:before{background-position:-2310px 0 !important}.weglot-flags.lv>a:before,.weglot-flags.lv>span:before{background-position:-2280px 0 !important}.weglot-flags.lt>a:before,.weglot-flags.lt>span:before{background-position:-2250px 0 !important}.weglot-flags.lb>a:before,.weglot-flags.lb>span:before{background-position:-2220px 0 !important}.weglot-flags.mk>a:before,.weglot-flags.mk>span:before{background-position:-2190px 0 !important}.weglot-flags.mg>a:before,.weglot-flags.mg>span:before{background-position:-1200px 0 !important}.weglot-flags.ms>a:before,.weglot-flags.ms>span:before{background-position:-3360px 0 !important}.weglot-flags.ml>a:before,.weglot-flags.ml>span:before{background-position:-1170px 0 !important}.weglot-flags.mt>a:before,.weglot-flags.mt>span:before{background-position:-2130px 0 !important}.weglot-flags.mi>a:before,.weglot-flags.mi>span:before{background-position:-3240px 0 !important}.weglot-flags.mr>a:before,.weglot-flags.mr>span:before{background-position:-1170px 0 !important}.weglot-flags.mn>a:before,.weglot-flags.mn>span:before{background-position:-6000px 0 !important}.weglot-flags.ne>a:before,.weglot-flags.ne>span:before{background-position:-3270px 0 !important}.weglot-flags.no>a:before,.weglot-flags.no>span:before{background-position:-5850px 0 !important}.weglot-flags.ps>a:before,.weglot-flags.ps>span:before{background-position:-5189px 0 !important}.weglot-flags.fa>a:before,.weglot-flags.fa>span:before{background-position:-6690px 0 !important}.weglot-flags.pl>a:before,.weglot-flags.pl>span:before{background-position:-2160px 0 !important}.weglot-flags.pt>a:before,.weglot-flags.pt>span:before{background-position:-6630px 0 !important}.weglot-flags.pa>a:before,.weglot-flags.pa>span:before{background-position:-3180px 0 !important}.weglot-flags.ro>a:before,.weglot-flags.ro>span:before{background-position:-2070px 0 !important}.weglot-flags.ru>a:before,.weglot-flags.ru>span:before{background-position:-2040px 0 !important}.weglot-flags.sm>a:before,.weglot-flags.sm>span:before{background-position:-4620px 0 !important}.weglot-flags.gd>a:before,.weglot-flags.gd>span:before{background-position:-30px 0 !important}.weglot-flags.sr>a:before,.weglot-flags.sr>span:before{background-position:-4290px 0 !important}.weglot-flags.sn>a:before,.weglot-flags.sn>span:before{background-position:-540px 0 !important}.weglot-flags.sd>a:before,.weglot-flags.sd>span:before{background-position:-3180px 0 !important}.weglot-flags.si>a:before,.weglot-flags.si>span:before{background-position:-2820px 0 !important}.weglot-flags.sk>a:before,.weglot-flags.sk>span:before{background-position:-6810px 0 !important}.weglot-flags.sl>a:before,.weglot-flags.sl>span:before{background-position:-2010px 0 !important}.weglot-flags.so>a:before,.weglot-flags.so>span:before{background-position:-4560px 0 !important}.weglot-flags.st>a:before,.weglot-flags.st>span:before{background-position:-4830px 0 !important}.weglot-flags.es>a:before,.weglot-flags.es>span:before{background-position:-480px 0 !important}.weglot-flags.su>a:before,.weglot-flags.su>span:before{background-position:-4530px 0 !important}.weglot-flags.sw>a:before,.weglot-flags.sw>span:before{background-position:-1290px 0 !important}.weglot-flags.sv>a:before,.weglot-flags.sv>span:before{background-position:-1980px 0 !important}.weglot-flags.tl>a:before,.weglot-flags.tl>span:before{background-position:-3060px 0 !important}.weglot-flags.ty>a:before,.weglot-flags.ty>span:before{background-position:-6270px 0 !important}.weglot-flags.tg>a:before,.weglot-flags.tg>span:before{background-position:-2940px 0 !important}.weglot-flags.ta>a:before,.weglot-flags.ta>span:before{background-position:-1170px 0 !important}.weglot-flags.tt>a:before,.weglot-flags.tt>span:before{background-position:-2040px 0 !important}.weglot-flags.te>a:before,.weglot-flags.te>span:before{background-position:-1170px 0 !important}.weglot-flags.th>a:before,.weglot-flags.th>span:before{background-position:-2910px 0 !important}.weglot-flags.to>a:before,.weglot-flags.to>span:before{background-position:-6540px 0 !important}.weglot-flags.tr>a:before,.weglot-flags.tr>span:before{background-position:-1950px 0 !important}.weglot-flags.uk>a:before,.weglot-flags.uk>span:before{background-position:-1890px 0 !important}.weglot-flags.ur>a:before,.weglot-flags.ur>span:before{background-position:-3180px 0 !important}.weglot-flags.uz>a:before,.weglot-flags.uz>span:before{background-position:-2880px 0 !important}.weglot-flags.vi>a:before,.weglot-flags.vi>span:before{background-position:-2850px 0 !important}.weglot-flags.cy>a:before,.weglot-flags.cy>span:before{background-position:-6420px 0 !important}.weglot-flags.fy>a:before,.weglot-flags.fy>span:before{background-position:-2100px 0 !important}.weglot-flags.xh>a:before,.weglot-flags.xh>span:before{background-position:-6570px 0 !important}.weglot-flags.yi>a:before,.weglot-flags.yi>span:before{background-position:-1050px 0 !important}.weglot-flags.yo>a:before,.weglot-flags.yo>span:before{background-position:-870px 0 !important}.weglot-flags.zu>a:before,.weglot-flags.zu>span:before{background-position:-6570px 0 !important}.weglot-flags.flag-1.hw>a:before,.weglot-flags.flag-1.hw>span:before{background-position:-7840px 0 !important}.weglot-flags.flag-1.fl>a:before,.weglot-flags.flag-1.fl>span:before{background-position:2560px 0 !important}.weglot-flags.flag-1.af>a:before,.weglot-flags.flag-1.af>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.sq>a:before,.weglot-flags.flag-1.sq>span:before{background-position:-97px 0 !important}.weglot-flags.flag-1.am>a:before,.weglot-flags.flag-1.am>span:before{background-position:-2369px 0 !important}.weglot-flags.flag-1.ar>a:before,.weglot-flags.flag-1.ar>span:before{background-position:-6465px 0 !important}.weglot-flags.flag-1.hy>a:before,.weglot-flags.flag-1.hy>span:before{background-position:-385px 0 !important}.weglot-flags.flag-1.az>a:before,.weglot-flags.flag-1.az>span:before{background-position:-513px 0 !important}.weglot-flags.flag-1.ba>a:before,.weglot-flags.flag-1.ba>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.eu>a:before,.weglot-flags.flag-1.eu>span:before{background-position:-8353px 0 !important}.weglot-flags.flag-1.be>a:before,.weglot-flags.flag-1.be>span:before{background-position:-705px 0 !important}.weglot-flags.flag-1.bn>a:before,.weglot-flags.flag-1.bn>span:before{background-position:-609px 0 !important}.weglot-flags.flag-1.bs>a:before,.weglot-flags.flag-1.bs>span:before{background-position:-929px 0 !important}.weglot-flags.flag-1.bg>a:before,.weglot-flags.flag-1.bg>span:before{background-position:-1121px 0 !important}.weglot-flags.flag-1.my>a:before,.weglot-flags.flag-1.my>span:before{background-position:-4929px 0 !important}.weglot-flags.flag-1.ca>a:before,.weglot-flags.flag-1.ca>span:before{background-position:-8321px 0 !important}.weglot-flags.flag-1.zh>a:before,.weglot-flags.flag-1.zh>span:before{background-position:-1505px 0 !important}.weglot-flags.flag-1.tw>a:before,.weglot-flags.flag-1.tw>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.km>a:before,.weglot-flags.flag-1.km>span:before{background-position:-1217px 0 !important}.weglot-flags.flag-1.ny>a:before,.weglot-flags.flag-1.ny>span:before{background-position:-4289px 0 !important}.weglot-flags.flag-1.co>a:before,.weglot-flags.flag-1.co>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.hr>a:before,.weglot-flags.flag-1.hr>span:before{background-position:-1793px 0 !important}.weglot-flags.flag-1.cs>a:before,.weglot-flags.flag-1.cs>span:before{background-position:-1921px 0 !important}.weglot-flags.flag-1.da>a:before,.weglot-flags.flag-1.da>span:before{background-position:-1985px 0 !important}.weglot-flags.flag-1.nl>a:before,.weglot-flags.flag-1.nl>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.eo>a:before,.weglot-flags.flag-1.eo>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.et>a:before,.weglot-flags.flag-1.et>span:before{background-position:-2337px 0 !important}.weglot-flags.flag-1.fj>a:before,.weglot-flags.flag-1.fj>span:before{background-position:-2497px 0 !important}.weglot-flags.flag-1.fi>a:before,.weglot-flags.flag-1.fi>span:before{background-position:-2529px 0 !important}.weglot-flags.flag-1.fr>a:before,.weglot-flags.flag-1.fr>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.gl>a:before,.weglot-flags.flag-1.gl>span:before{background-position:-8383px 0 !important}.weglot-flags.flag-1.ka>a:before,.weglot-flags.flag-1.ka>span:before{background-position:-2721px 0 !important}.weglot-flags.flag-1.de>a:before,.weglot-flags.flag-1.de>span:before{background-position:-2753px 0 !important}.weglot-flags.flag-1.el>a:before,.weglot-flags.flag-1.el>span:before{background-position:-2881px 0 !important}.weglot-flags.flag-1.gu>a:before,.weglot-flags.flag-1.gu>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ht>a:before,.weglot-flags.flag-1.ht>span:before{background-position:-3169px 0 !important}.weglot-flags.flag-1.ha>a:before,.weglot-flags.flag-1.ha>span:before{background-position:-5281px 0 !important}.weglot-flags.flag-1.he>a:before,.weglot-flags.flag-1.he>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.hi>a:before,.weglot-flags.flag-1.hi>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.hu>a:before,.weglot-flags.flag-1.hu>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.is>a:before,.weglot-flags.flag-1.is>span:before{background-position:-3297px 0 !important}.weglot-flags.flag-1.ig>a:before,.weglot-flags.flag-1.ig>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.id>a:before,.weglot-flags.flag-1.id>span:before{background-position:-3361px 0 !important}.weglot-flags.flag-1.ga>a:before,.weglot-flags.flag-1.ga>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-1.it>a:before,.weglot-flags.flag-1.it>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.ja>a:before,.weglot-flags.flag-1.ja>span:before{background-position:-3617px 0 !important}.weglot-flags.flag-1.jv>a:before,.weglot-flags.flag-1.jv>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.kn>a:before,.weglot-flags.flag-1.kn>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.kk>a:before,.weglot-flags.flag-1.kk>span:before{background-position:-3713px 0 !important}.weglot-flags.flag-1.ko>a:before,.weglot-flags.flag-1.ko>span:before{background-position:-6913px 0 !important}.weglot-flags.flag-1.ku>a:before,.weglot-flags.flag-1.ku>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.ky>a:before,.weglot-flags.flag-1.ky>span:before{background-position:-3873px 0 !important}.weglot-flags.flag-1.lo>a:before,.weglot-flags.flag-1.lo>span:before{background-position:-3904px 0 !important}.weglot-flags.flag-1.la>a:before,.weglot-flags.flag-1.la>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.lv>a:before,.weglot-flags.flag-1.lv>span:before{background-position:-3937px 0 !important}.weglot-flags.flag-1.lt>a:before,.weglot-flags.flag-1.lt>span:before{background-position:-4129px 0 !important}.weglot-flags.flag-1.lb>a:before,.weglot-flags.flag-1.lb>span:before{background-position:-4161px 0 !important}.weglot-flags.flag-1.mk>a:before,.weglot-flags.flag-1.mk>span:before{background-position:-4225px 0 !important}.weglot-flags.flag-1.mg>a:before,.weglot-flags.flag-1.mg>span:before{background-position:-4257px 0 !important}.weglot-flags.flag-1.ms>a:before,.weglot-flags.flag-1.ms>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.ml>a:before,.weglot-flags.flag-1.ml>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mt>a:before,.weglot-flags.flag-1.mt>span:before{background-position:-4417px 0 !important}.weglot-flags.flag-1.mi>a:before,.weglot-flags.flag-1.mi>span:before{background-position:-5217px 0 !important}.weglot-flags.flag-1.mr>a:before,.weglot-flags.flag-1.mr>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mn>a:before,.weglot-flags.flag-1.mn>span:before{background-position:-4769px 0 !important}.weglot-flags.flag-1.ne>a:before,.weglot-flags.flag-1.ne>span:before{background-position:-5091px 0 !important}.weglot-flags.flag-1.no>a:before,.weglot-flags.flag-1.no>span:before{background-position:-5505px 0 !important}.weglot-flags.flag-1.ps>a:before,.weglot-flags.flag-1.ps>span:before{background-position:-33px 0 !important}.weglot-flags.flag-1.fa>a:before,.weglot-flags.flag-1.fa>span:before{background-position:-3393px 0 !important}.weglot-flags.flag-1.pl>a:before,.weglot-flags.flag-1.pl>span:before{background-position:-5889px 0 !important}.weglot-flags.flag-1.pt>a:before,.weglot-flags.flag-1.pt>span:before{background-position:-993px 0 !important}.weglot-flags.flag-1.pa>a:before,.weglot-flags.flag-1.pa>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ro>a:before,.weglot-flags.flag-1.ro>span:before{background-position:-6081px 0 !important}.weglot-flags.flag-1.ru>a:before,.weglot-flags.flag-1.ru>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.sm>a:before,.weglot-flags.flag-1.sm>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.gd>a:before,.weglot-flags.flag-1.gd>span:before{background-position:-6497px 0 !important}.weglot-flags.flag-1.sr>a:before,.weglot-flags.flag-1.sr>span:before{background-position:-6561px 0 !important}.weglot-flags.flag-1.sn>a:before,.weglot-flags.flag-1.sn>span:before{background-position:-8287px 0 !important}.weglot-flags.flag-1.sd>a:before,.weglot-flags.flag-1.sd>span:before{background-position:-5601px 0 !important}.weglot-flags.flag-1.si>a:before,.weglot-flags.flag-1.si>span:before{background-position:-7039px 0 !important}.weglot-flags.flag-1.sk>a:before,.weglot-flags.flag-1.sk>span:before{background-position:-6689px 0 !important}.weglot-flags.flag-1.sl>a:before,.weglot-flags.flag-1.sl>span:before{background-position:-6721px 0 !important}.weglot-flags.flag-1.so>a:before,.weglot-flags.flag-1.so>span:before{background-position:-6785px 0 !important}.weglot-flags.flag-1.st>a:before,.weglot-flags.flag-1.st>span:before{background-position:-4001px 0 !important}.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before{background-position:-7009px 0 !important}.weglot-flags.flag-1.su>a:before,.weglot-flags.flag-1.su>span:before{background-position:-7073px 0 !important}.weglot-flags.flag-1.sw>a:before,.weglot-flags.flag-1.sw>span:before{background-position:-3745px 0 !important}.weglot-flags.flag-1.sv>a:before,.weglot-flags.flag-1.sv>span:before{background-position:-7169px 0 !important}.weglot-flags.flag-1.tl>a:before,.weglot-flags.flag-1.tl>span:before{background-position:-5823px 0 !important}.weglot-flags.flag-1.ty>a:before,.weglot-flags.flag-1.ty>span:before{background-position:-2593px 0 !important}.weglot-flags.flag-1.tg>a:before,.weglot-flags.flag-1.tg>span:before{background-position:-7297px 0 !important}.weglot-flags.flag-1.ta>a:before,.weglot-flags.flag-1.ta>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.tt>a:before,.weglot-flags.flag-1.tt>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.te>a:before,.weglot-flags.flag-1.te>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.th>a:before,.weglot-flags.flag-1.th>span:before{background-position:-7361px 0 !important}.weglot-flags.flag-1.to>a:before,.weglot-flags.flag-1.to>span:before{background-position:-7456px 0 !important}.weglot-flags.flag-1.tr>a:before,.weglot-flags.flag-1.tr>span:before{background-position:-7553px 0 !important}.weglot-flags.flag-1.uk>a:before,.weglot-flags.flag-1.uk>span:before{background-position:-7713px 0 !important}.weglot-flags.flag-1.ur>a:before,.weglot-flags.flag-1.ur>span:before{background-position:-5600px 0 !important}.weglot-flags.flag-1.uz>a:before,.weglot-flags.flag-1.uz>span:before{background-position:-7969px 0 !important}.weglot-flags.flag-1.vi>a:before,.weglot-flags.flag-1.vi>span:before{background-position:-8097px 0 !important}.weglot-flags.flag-1.cy>a:before,.weglot-flags.flag-1.cy>span:before{background-position:-8129px 0 !important}.weglot-flags.flag-1.fy>a:before,.weglot-flags.flag-1.fy>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.xh>a:before,.weglot-flags.flag-1.xh>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.yi>a:before,.weglot-flags.flag-1.yi>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.yo>a:before,.weglot-flags.flag-1.yo>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.zu>a:before,.weglot-flags.flag-1.zu>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-2.hw>a:before,.weglot-flags.flag-2.hw>span:before{background-position:-5448px 0 !important}.weglot-flags.flag-2.fl>a:before,.weglot-flags.flag-2.fl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.af>a:before,.weglot-flags.flag-2.af>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.sq>a:before,.weglot-flags.flag-2.sq>span:before{background-position:-2976px 0 !important}.weglot-flags.flag-2.am>a:before,.weglot-flags.flag-2.am>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-2.ar>a:before,.weglot-flags.flag-2.ar>span:before{background-position:-768px 0 !important}.weglot-flags.flag-2.hy>a:before,.weglot-flags.flag-2.hy>span:before{background-position:0 0 !important}.weglot-flags.flag-2.az>a:before,.weglot-flags.flag-2.az>span:before{background-position:-5136px 0 !important}.weglot-flags.flag-2.ba>a:before,.weglot-flags.flag-2.ba>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.eu>a:before,.weglot-flags.flag-2.eu>span:before{background-position:-5376px 0 !important}.weglot-flags.flag-2.be>a:before,.weglot-flags.flag-2.be>span:before{background-position:-4224px 0 !important}.weglot-flags.flag-2.bn>a:before,.weglot-flags.flag-2.bn>span:before{background-position:-4056px 0 !important}.weglot-flags.flag-2.bs>a:before,.weglot-flags.flag-2.bs>span:before{background-position:-3984px 0 !important}.weglot-flags.flag-2.bg>a:before,.weglot-flags.flag-2.bg>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-2.my>a:before,.weglot-flags.flag-2.my>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-2.ca>a:before,.weglot-flags.flag-2.ca>span:before{background-position:-5352px 0 !important}.weglot-flags.flag-2.zh>a:before,.weglot-flags.flag-2.zh>span:before{background-position:-2592px 0 !important}.weglot-flags.flag-2.tw>a:before,.weglot-flags.flag-2.tw>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.km>a:before,.weglot-flags.flag-2.km>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-2.ny>a:before,.weglot-flags.flag-2.ny>span:before{background-position:-1392px 0 !important}.weglot-flags.flag-2.co>a:before,.weglot-flags.flag-2.co>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.hr>a:before,.weglot-flags.flag-2.hr>span:before{background-position:-4416px 0 !important}.weglot-flags.flag-2.cs>a:before,.weglot-flags.flag-2.cs>span:before{background-position:-2472px 0 !important}.weglot-flags.flag-2.da>a:before,.weglot-flags.flag-2.da>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-2.nl>a:before,.weglot-flags.flag-2.nl>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before{background-position:-312px 0 !important}.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-position:-312px 0}.weglot-flags.flag-2.et>a:before,.weglot-flags.flag-2.et>span:before{background-position:-2424px 0 !important}.weglot-flags.flag-2.fj>a:before,.weglot-flags.flag-2.fj>span:before{background-position:-576px 0 !important}.weglot-flags.flag-2.fi>a:before,.weglot-flags.flag-2.fi>span:before{background-position:-2328px 0 !important}.weglot-flags.flag-2.fr>a:before,.weglot-flags.flag-2.fr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.gl>a:before,.weglot-flags.flag-2.gl>span:before{background-position:-5400px 0 !important}.weglot-flags.flag-2.ka>a:before,.weglot-flags.flag-2.ka>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-2.de>a:before,.weglot-flags.flag-2.de>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-2.el>a:before,.weglot-flags.flag-2.el>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-2.gu>a:before,.weglot-flags.flag-2.gu>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ht>a:before,.weglot-flags.flag-2.ht>span:before{background-position:-3528px 0 !important}.weglot-flags.flag-2.ha>a:before,.weglot-flags.flag-2.ha>span:before{background-position:-1176px 0 !important}.weglot-flags.flag-2.he>a:before,.weglot-flags.flag-2.he>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.hi>a:before,.weglot-flags.flag-2.hi>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.hu>a:before,.weglot-flags.flag-2.hu>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.is>a:before,.weglot-flags.flag-2.is>span:before{background-position:-2064px 0 !important}.weglot-flags.flag-2.ig>a:before,.weglot-flags.flag-2.ig>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.id>a:before,.weglot-flags.flag-2.id>span:before{background-position:-2040px 0 !important}.weglot-flags.flag-2.ga>a:before,.weglot-flags.flag-2.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-2.it>a:before,.weglot-flags.flag-2.it>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.ja>a:before,.weglot-flags.flag-2.ja>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-2.jv>a:before,.weglot-flags.flag-2.jv>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.kn>a:before,.weglot-flags.flag-2.kn>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.kk>a:before,.weglot-flags.flag-2.kk>span:before{background-position:-1704px 0 !important}.weglot-flags.flag-2.ko>a:before,.weglot-flags.flag-2.ko>span:before{background-position:-1848px 0 !important}.weglot-flags.flag-2.ku>a:before,.weglot-flags.flag-2.ku>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.ky>a:before,.weglot-flags.flag-2.ky>span:before{background-position:-1800px 0 !important}.weglot-flags.flag-2.lo>a:before,.weglot-flags.flag-2.lo>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-2.la>a:before,.weglot-flags.flag-2.la>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.lv>a:before,.weglot-flags.flag-2.lv>span:before{background-position:-1752px 0 !important}.weglot-flags.flag-2.lt>a:before,.weglot-flags.flag-2.lt>span:before{background-position:-1656px 0 !important}.weglot-flags.flag-2.lb>a:before,.weglot-flags.flag-2.lb>span:before{background-position:-1632px 0 !important}.weglot-flags.flag-2.mk>a:before,.weglot-flags.flag-2.mk>span:before{background-position:-1440px 0 !important}.weglot-flags.flag-2.mg>a:before,.weglot-flags.flag-2.mg>span:before{background-position:-1560px 0 !important}.weglot-flags.flag-2.ms>a:before,.weglot-flags.flag-2.ms>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.ml>a:before,.weglot-flags.flag-2.ml>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mt>a:before,.weglot-flags.flag-2.mt>span:before{background-position:-1200px 0 !important}.weglot-flags.flag-2.mi>a:before,.weglot-flags.flag-2.mi>span:before{background-position:-1224px 0 !important}.weglot-flags.flag-2.mr>a:before,.weglot-flags.flag-2.mr>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mn>a:before,.weglot-flags.flag-2.mn>span:before{background-position:-4800px 0 !important}.weglot-flags.flag-2.ne>a:before,.weglot-flags.flag-2.ne>span:before{background-position:-1320px 0 !important}.weglot-flags.flag-2.no>a:before,.weglot-flags.flag-2.no>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-2.ps>a:before,.weglot-flags.flag-2.ps>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-2.fa>a:before,.weglot-flags.flag-2.fa>span:before{background-position:-5088px 0 !important}.weglot-flags.flag-2.pl>a:before,.weglot-flags.flag-2.pl>span:before{background-position:-984px 0 !important}.weglot-flags.flag-2.pt>a:before,.weglot-flags.flag-2.pt>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-2.pa>a:before,.weglot-flags.flag-2.pa>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ro>a:before,.weglot-flags.flag-2.ro>span:before{background-position:-960px 0 !important}.weglot-flags.flag-2.ru>a:before,.weglot-flags.flag-2.ru>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.sm>a:before,.weglot-flags.flag-2.sm>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.gd>a:before,.weglot-flags.flag-2.gd>span:before{background-position:-4872px 0 !important}.weglot-flags.flag-2.sr>a:before,.weglot-flags.flag-2.sr>span:before{background-position:-3120px 0 !important}.weglot-flags.flag-2.sn>a:before,.weglot-flags.flag-2.sn>span:before{background-position:-72px 0 !important}.weglot-flags.flag-2.sd>a:before,.weglot-flags.flag-2.sd>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.si>a:before,.weglot-flags.flag-2.si>span:before{background-position:-480px 0 !important}.weglot-flags.flag-2.sk>a:before,.weglot-flags.flag-2.sk>span:before{background-position:-4152px 0 !important}.weglot-flags.flag-2.sl>a:before,.weglot-flags.flag-2.sl>span:before{background-position:-696px 0 !important}.weglot-flags.flag-2.so>a:before,.weglot-flags.flag-2.so>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-2.st>a:before,.weglot-flags.flag-2.st>span:before{background-position:-3552px 0 !important}.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before{background-position:-96px 0 !important}.weglot-flags.flag-2.su>a:before,.weglot-flags.flag-2.su>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-2.sw>a:before,.weglot-flags.flag-2.sw>span:before{background-position:-1872px 0 !important}.weglot-flags.flag-2.sv>a:before,.weglot-flags.flag-2.sv>span:before{background-position:-552px 0 !important}.weglot-flags.flag-2.tl>a:before,.weglot-flags.flag-2.tl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.ty>a:before,.weglot-flags.flag-2.ty>span:before{background-position:-4512px 0 !important}.weglot-flags.flag-2.tg>a:before,.weglot-flags.flag-2.tg>span:before{background-position:-264px 0 !important}.weglot-flags.flag-2.ta>a:before,.weglot-flags.flag-2.ta>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.tt>a:before,.weglot-flags.flag-2.tt>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.te>a:before,.weglot-flags.flag-2.te>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.th>a:before,.weglot-flags.flag-2.th>span:before{background-position:-456px 0 !important}.weglot-flags.flag-2.to>a:before,.weglot-flags.flag-2.to>span:before{background-position:-3264px 0 !important}.weglot-flags.flag-2.tr>a:before,.weglot-flags.flag-2.tr>span:before{background-position:-360px 0 !important}.weglot-flags.flag-2.uk>a:before,.weglot-flags.flag-2.uk>span:before{background-position:-288px 0 !important}.weglot-flags.flag-2.ur>a:before,.weglot-flags.flag-2.ur>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.uz>a:before,.weglot-flags.flag-2.uz>span:before{background-position:-240px 0 !important}.weglot-flags.flag-2.vi>a:before,.weglot-flags.flag-2.vi>span:before{background-position:-144px 0 !important}.weglot-flags.flag-2.cy>a:before,.weglot-flags.flag-2.cy>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-2.fy>a:before,.weglot-flags.flag-2.fy>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.xh>a:before,.weglot-flags.flag-2.xh>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.yi>a:before,.weglot-flags.flag-2.yi>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.yo>a:before,.weglot-flags.flag-2.yo>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.zu>a:before,.weglot-flags.flag-2.zu>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-3.hw>a:before,.weglot-flags.flag-3.hw>span:before{background-position:-2711px 0 !important}.weglot-flags.flag-3.fl>a:before,.weglot-flags.flag-3.fl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.af>a:before,.weglot-flags.flag-3.af>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.sq>a:before,.weglot-flags.flag-3.sq>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-3.am>a:before,.weglot-flags.flag-3.am>span:before{background-position:-192px 0 !important}.weglot-flags.flag-3.ar>a:before,.weglot-flags.flag-3.ar>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-3.hy>a:before,.weglot-flags.flag-3.hy>span:before{background-position:-4632px 0 !important}.weglot-flags.flag-3.az>a:before,.weglot-flags.flag-3.az>span:before{background-position:-4536px 0 !important}.weglot-flags.flag-3.ba>a:before,.weglot-flags.flag-3.ba>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.eu>a:before,.weglot-flags.flag-3.eu>span:before{background-position:-5808px 0 !important}.weglot-flags.flag-3.be>a:before,.weglot-flags.flag-3.be>span:before{background-position:-144px 0 !important}.weglot-flags.flag-3.bn>a:before,.weglot-flags.flag-3.bn>span:before{background-position:-4488px 0 !important}.weglot-flags.flag-3.bs>a:before,.weglot-flags.flag-3.bs>span:before{background-position:-4392px 0 !important}.weglot-flags.flag-3.bg>a:before,.weglot-flags.flag-3.bg>span:before{background-position:-4296px 0 !important}.weglot-flags.flag-3.my>a:before,.weglot-flags.flag-3.my>span:before{background-position:-3769px 0 !important}.weglot-flags.flag-3.ca>a:before,.weglot-flags.flag-3.ca>span:before{background-position:-5784px 0 !important}.weglot-flags.flag-3.zh>a:before,.weglot-flags.flag-3.zh>span:before{background-position:-3240px 0 !important}.weglot-flags.flag-3.tw>a:before,.weglot-flags.flag-3.tw>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-3.km>a:before,.weglot-flags.flag-3.km>span:before{background-position:-4201px 0 !important}.weglot-flags.flag-3.ny>a:before,.weglot-flags.flag-3.ny>span:before{background-position:-384px 0 !important}.weglot-flags.flag-3.co>a:before,.weglot-flags.flag-3.co>span:before{background-position:-2760px 0}.weglot-flags.flag-3.hr>a:before,.weglot-flags.flag-3.hr>span:before{background-position:-3048px 0 !important}.weglot-flags.flag-3.cs>a:before,.weglot-flags.flag-3.cs>span:before{background-position:-5280px 0 !important}.weglot-flags.flag-3.da>a:before,.weglot-flags.flag-3.da>span:before{background-position:-3024px 0 !important}.weglot-flags.flag-3.nl>a:before,.weglot-flags.flag-3.nl>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.en>a:before,.weglot-flags.flag-3.en>span:before{background-position:-2520px 0 !important}.weglot-flags.flag-3.eo>a:before,.weglot-flags.flag-3.eo>span:before{background-position:-2520px 0}.weglot-flags.flag-3.et>a:before,.weglot-flags.flag-3.et>span:before{background-position:-2856px 0 !important}.weglot-flags.flag-3.fj>a:before,.weglot-flags.flag-3.fj>span:before{background-position:-0px 0 !important}.weglot-flags.flag-3.fi>a:before,.weglot-flags.flag-3.fi>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-3.fr>a:before,.weglot-flags.flag-3.fr>span:before{background-position:-2760px 0 !important}.weglot-flags.flag-3.gl>a:before,.weglot-flags.flag-3.gl>span:before{background-position:-5832px 0 !important}.weglot-flags.flag-3.ka>a:before,.weglot-flags.flag-3.ka>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-3.de>a:before,.weglot-flags.flag-3.de>span:before{background-position:-1488px 0 !important}.weglot-flags.flag-3.el>a:before,.weglot-flags.flag-3.el>span:before{background-position:-1416px 0 !important}.weglot-flags.flag-3.gu>a:before,.weglot-flags.flag-3.gu>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ht>a:before,.weglot-flags.flag-3.ht>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-3.ha>a:before,.weglot-flags.flag-3.ha>span:before{background-position:-361px 0 !important}.weglot-flags.flag-3.he>a:before,.weglot-flags.flag-3.he>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.hi>a:before,.weglot-flags.flag-3.hi>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.hu>a:before,.weglot-flags.flag-3.hu>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.is>a:before,.weglot-flags.flag-3.is>span:before{background-position:-840px 0 !important}.weglot-flags.flag-3.ig>a:before,.weglot-flags.flag-3.ig>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.id>a:before,.weglot-flags.flag-3.id>span:before{background-position:-4992px 0 !important}.weglot-flags.flag-3.ga>a:before,.weglot-flags.flag-3.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-3.it>a:before,.weglot-flags.flag-3.it>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.ja>a:before,.weglot-flags.flag-3.ja>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-3.jv>a:before,.weglot-flags.flag-3.jv>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.kn>a:before,.weglot-flags.flag-3.kn>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.kk>a:before,.weglot-flags.flag-3.kk>span:before{background-position:-3912px 0 !important}.weglot-flags.flag-3.ko>a:before,.weglot-flags.flag-3.ko>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-3.ku>a:before,.weglot-flags.flag-3.ku>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.ky>a:before,.weglot-flags.flag-3.ky>span:before{background-position:-744px 0 !important}.weglot-flags.flag-3.lo>a:before,.weglot-flags.flag-3.lo>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-3.la>a:before,.weglot-flags.flag-3.la>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.lv>a:before,.weglot-flags.flag-3.lv>span:before{background-position:-216px 0 !important}.weglot-flags.flag-3.lt>a:before,.weglot-flags.flag-3.lt>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-3.lb>a:before,.weglot-flags.flag-3.lb>span:before{background-position:-1945px 0 !important}.weglot-flags.flag-3.mk>a:before,.weglot-flags.flag-3.mk>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-3.mg>a:before,.weglot-flags.flag-3.mg>span:before{background-position:-5064px 0 !important}.weglot-flags.flag-3.ms>a:before,.weglot-flags.flag-3.ms>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.ml>a:before,.weglot-flags.flag-3.ml>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mt>a:before,.weglot-flags.flag-3.mt>span:before{background-position:-4920px 0 !important}.weglot-flags.flag-3.mi>a:before,.weglot-flags.flag-3.mi>span:before{background-position:-2113px 0 !important}.weglot-flags.flag-3.mr>a:before,.weglot-flags.flag-3.mr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mn>a:before,.weglot-flags.flag-3.mn>span:before{background-position:-24px 0 !important}.weglot-flags.flag-3.ne>a:before,.weglot-flags.flag-3.ne>span:before{background-position:-5642px 0 !important}.weglot-flags.flag-3.no>a:before,.weglot-flags.flag-3.no>span:before{background-position:-984px 0 !important}.weglot-flags.flag-3.ps>a:before,.weglot-flags.flag-3.ps>span:before{background-position:-4753px 0 !important}.weglot-flags.flag-3.fa>a:before,.weglot-flags.flag-3.fa>span:before{background-position:-816px 0 !important}.weglot-flags.flag-3.pl>a:before,.weglot-flags.flag-3.pl>span:before{background-position:-4944px 0 !important}.weglot-flags.flag-3.pt>a:before,.weglot-flags.flag-3.pt>span:before{background-position:-4344px 0 !important}.weglot-flags.flag-3.pa>a:before,.weglot-flags.flag-3.pa>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ro>a:before,.weglot-flags.flag-3.ro>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-3.ru>a:before,.weglot-flags.flag-3.ru>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.sm>a:before,.weglot-flags.flag-3.sm>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-3.gd>a:before,.weglot-flags.flag-3.gd>span:before{background-position:-3841px 0 !important}.weglot-flags.flag-3.sr>a:before,.weglot-flags.flag-3.sr>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-3.sn>a:before,.weglot-flags.flag-3.sn>span:before{background-position:-5521px 0 !important}.weglot-flags.flag-3.sd>a:before,.weglot-flags.flag-3.sd>span:before{background-position:-1993px 0 !important}.weglot-flags.flag-3.si>a:before,.weglot-flags.flag-3.si>span:before{background-position:-2833px 0}.weglot-flags.flag-3.sk>a:before,.weglot-flags.flag-3.sk>span:before{background-position:-552px 0 !important}.weglot-flags.flag-3.sl>a:before,.weglot-flags.flag-3.sl>span:before{background-position:-936px 0 !important}.weglot-flags.flag-3.so>a:before,.weglot-flags.flag-3.so>span:before{background-position:-4032px 0 !important}.weglot-flags.flag-3.st>a:before,.weglot-flags.flag-3.st>span:before{background-position:-3961px 0 !important}.weglot-flags.flag-3.es>a:before,.weglot-flags.flag-3.es>span:before{background-position:-3576px 0 !important}.weglot-flags.flag-3.su>a:before,.weglot-flags.flag-3.su>span:before{background-position:-3985px 0 !important}.weglot-flags.flag-3.sw>a:before,.weglot-flags.flag-3.sw>span:before{background-position:-912px 0 !important}.weglot-flags.flag-3.sv>a:before,.weglot-flags.flag-3.sv>span:before{background-position:-264px 0 !important}.weglot-flags.flag-3.tl>a:before,.weglot-flags.flag-3.tl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.ty>a:before,.weglot-flags.flag-3.ty>span:before{background-position:-1512px 0 !important}.weglot-flags.flag-3.tg>a:before,.weglot-flags.flag-3.tg>span:before{background-position:-3720px 0 !important}.weglot-flags.flag-3.ta>a:before,.weglot-flags.flag-3.ta>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.tt>a:before,.weglot-flags.flag-3.tt>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.te>a:before,.weglot-flags.flag-3.te>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.th>a:before,.weglot-flags.flag-3.th>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-3.to>a:before,.weglot-flags.flag-3.to>span:before{background-position:-1680px 0 !important}.weglot-flags.flag-3.tr>a:before,.weglot-flags.flag-3.tr>span:before{background-position:-432px 0 !important}.weglot-flags.flag-3.uk>a:before,.weglot-flags.flag-3.uk>span:before{background-position:-5736px 0 !important}.weglot-flags.flag-3.ur>a:before,.weglot-flags.flag-3.ur>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-3.uz>a:before,.weglot-flags.flag-3.uz>span:before{background-position:-2160px 0 !important}.weglot-flags.flag-3.vi>a:before,.weglot-flags.flag-3.vi>span:before{background-position:-3384px 0 !important}.weglot-flags.flag-3.cy>a:before,.weglot-flags.flag-3.cy>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-3.fy>a:before,.weglot-flags.flag-3.fy>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.xh>a:before,.weglot-flags.flag-3.xh>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.yi>a:before,.weglot-flags.flag-3.yi>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.yo>a:before,.weglot-flags.flag-3.yo>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.zu>a:before,.weglot-flags.flag-3.zu>span:before{background-position:-5496px 0 !important}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dist/front-amp-css.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/dist/",r(r.s=
|
1 |
+
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/dist/",r(r.s=15)}({15:function(e,t){}});
|
dist/front-css.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/dist/",r(r.s=
|
1 |
+
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/dist/",r(r.s=7)}({7:function(e,t){}});
|
dist/front-js.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="/dist/",o(o.s=
|
1 |
+
!function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="/dist/",o(o.s=3)}({3:function(e,t){document.addEventListener("DOMContentLoaded",function(e){const t=document.querySelector(".country-selector");if(!t)return;const o=function(e){let t=0,o=0;do{t+=e.offsetTop||0,o+=e.offsetLeft||0,e=e.offsetParent}while(e);return{top:t,left:o}}(t).top,n=document.body,r=document.documentElement,u=Math.max(n.scrollHeight,n.offsetHeight,r.clientHeight,r.scrollHeight,r.offsetHeight),i=window.getComputedStyle(t).getPropertyValue("position");window.getComputedStyle(t).getPropertyValue("bottom"),window.getComputedStyle(t).getPropertyValue("top");return("fixed"!==i&&o>u/2||"fixed"===i&&o>100)&&(t.className+=" weglot-invert"),!1})}});
|
dist/frontamp-css.js
DELETED
@@ -1,100 +0,0 @@
|
|
1 |
-
/******/ (function(modules) { // webpackBootstrap
|
2 |
-
/******/ // The module cache
|
3 |
-
/******/ var installedModules = {};
|
4 |
-
/******/
|
5 |
-
/******/ // The require function
|
6 |
-
/******/ function __webpack_require__(moduleId) {
|
7 |
-
/******/
|
8 |
-
/******/ // Check if module is in cache
|
9 |
-
/******/ if(installedModules[moduleId]) {
|
10 |
-
/******/ return installedModules[moduleId].exports;
|
11 |
-
/******/ }
|
12 |
-
/******/ // Create a new module (and put it into the cache)
|
13 |
-
/******/ var module = installedModules[moduleId] = {
|
14 |
-
/******/ i: moduleId,
|
15 |
-
/******/ l: false,
|
16 |
-
/******/ exports: {}
|
17 |
-
/******/ };
|
18 |
-
/******/
|
19 |
-
/******/ // Execute the module function
|
20 |
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
21 |
-
/******/
|
22 |
-
/******/ // Flag the module as loaded
|
23 |
-
/******/ module.l = true;
|
24 |
-
/******/
|
25 |
-
/******/ // Return the exports of the module
|
26 |
-
/******/ return module.exports;
|
27 |
-
/******/ }
|
28 |
-
/******/
|
29 |
-
/******/
|
30 |
-
/******/ // expose the modules object (__webpack_modules__)
|
31 |
-
/******/ __webpack_require__.m = modules;
|
32 |
-
/******/
|
33 |
-
/******/ // expose the module cache
|
34 |
-
/******/ __webpack_require__.c = installedModules;
|
35 |
-
/******/
|
36 |
-
/******/ // define getter function for harmony exports
|
37 |
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
38 |
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
39 |
-
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
40 |
-
/******/ }
|
41 |
-
/******/ };
|
42 |
-
/******/
|
43 |
-
/******/ // define __esModule on exports
|
44 |
-
/******/ __webpack_require__.r = function(exports) {
|
45 |
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
46 |
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
47 |
-
/******/ }
|
48 |
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
49 |
-
/******/ };
|
50 |
-
/******/
|
51 |
-
/******/ // create a fake namespace object
|
52 |
-
/******/ // mode & 1: value is a module id, require it
|
53 |
-
/******/ // mode & 2: merge all properties of value into the ns
|
54 |
-
/******/ // mode & 4: return value when already ns object
|
55 |
-
/******/ // mode & 8|1: behave like require
|
56 |
-
/******/ __webpack_require__.t = function(value, mode) {
|
57 |
-
/******/ if(mode & 1) value = __webpack_require__(value);
|
58 |
-
/******/ if(mode & 8) return value;
|
59 |
-
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
60 |
-
/******/ var ns = Object.create(null);
|
61 |
-
/******/ __webpack_require__.r(ns);
|
62 |
-
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
63 |
-
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
64 |
-
/******/ return ns;
|
65 |
-
/******/ };
|
66 |
-
/******/
|
67 |
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
68 |
-
/******/ __webpack_require__.n = function(module) {
|
69 |
-
/******/ var getter = module && module.__esModule ?
|
70 |
-
/******/ function getDefault() { return module['default']; } :
|
71 |
-
/******/ function getModuleExports() { return module; };
|
72 |
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
73 |
-
/******/ return getter;
|
74 |
-
/******/ };
|
75 |
-
/******/
|
76 |
-
/******/ // Object.prototype.hasOwnProperty.call
|
77 |
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
78 |
-
/******/
|
79 |
-
/******/ // __webpack_public_path__
|
80 |
-
/******/ __webpack_require__.p = "/dist/";
|
81 |
-
/******/
|
82 |
-
/******/
|
83 |
-
/******/ // Load entry module and return exports
|
84 |
-
/******/ return __webpack_require__(__webpack_require__.s = "./app/styles/amp.scss");
|
85 |
-
/******/ })
|
86 |
-
/************************************************************************/
|
87 |
-
/******/ ({
|
88 |
-
|
89 |
-
/***/ "./app/styles/index-amp.scss":
|
90 |
-
/*!***********************************!*\
|
91 |
-
!*** ./app/styles/amp.scss ***!
|
92 |
-
\***********************************/
|
93 |
-
/*! no static exports found */
|
94 |
-
/***/ (function(module, exports) {
|
95 |
-
|
96 |
-
eval("throw new Error(\"Module build failed (from ./node_modules/css-loader/index.js):\\nModuleBuildError: Module build failed (from ./node_modules/sass-loader/lib/loader.js):\\nError: Missing binding /Users/remy/DEV/wordpress2/wp-content/plugins/weglot/node_modules/node-sass/vendor/darwin-x64-64/binding.node\\nNode Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x\\n\\nFound bindings for the following environments:\\n - OS X 64-bit with Node.js 9.x\\n\\nThis usually happens because your environment has changed since running `npm install`.\\nRun `npm rebuild node-sass` to download the binding for your current environment.\\n at module.exports (/Users/remy/DEV/wordpress2/wp-content/plugins/weglot/node_modules/node-sass/lib/binding.js:15:13)\\n at Object.<anonymous> (/Users/remy/DEV/wordpress2/wp-content/plugins/weglot/node_modules/node-sass/lib/index.js:14:35)\\n at Module._compile (/usr/local/lib/node_modules/webpack-cli/node_modules/v8-compile-cache/v8-compile-cache.js:178:30)\\n at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)\\n at Module.load (internal/modules/cjs/loader.js:599:32)\\n at tryModuleLoad (internal/modules/cjs/loader.js:538:12)\\n at Function.Module._load (internal/modules/cjs/loader.js:530:3)\\n at Module.require (internal/modules/cjs/loader.js:637:17)\\n at require (/usr/local/lib/node_modules/webpack-cli/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)\\n at Object.sassLoader (/Users/remy/DEV/wordpress2/wp-content/plugins/weglot/node_modules/sass-loader/lib/loader.js:24:22)\\n at runLoaders (/usr/local/lib/node_modules/webpack/lib/NormalModule.js:303:20)\\n at /usr/local/lib/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:364:11\\n at /usr/local/lib/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:230:18\\n at runSyncOrAsync (/usr/local/lib/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:143:3)\\n at iterateNormalLoaders (/usr/local/lib/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:229:2)\\n at iterateNormalLoaders (/usr/local/lib/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:218:10)\\n at /usr/local/lib/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:233:3\\n at context.callback (/usr/local/lib/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:111:13)\\n at postcss.process.then (/Users/remy/DEV/wordpress2/wp-content/plugins/weglot/node_modules/postcss-loader/lib/index.js:187:9)\");\n\n//# sourceURL=webpack:///./app/styles/amp.scss?");
|
97 |
-
|
98 |
-
/***/ })
|
99 |
-
|
100 |
-
/******/ });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dist/metaboxes-js.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=
|
1 |
+
!function(e){var t={};function n(a){if(t[a])return t[a].exports;var o=t[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(a,o,function(t){return e[t]}.bind(null,o));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=6)}([function(e,t){Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(null==this)throw new TypeError('"this" is null or not defined');var t=Object(this),n=t.length>>>0;if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var a=arguments[1],o=0;o<n;){var r=t[o];if(e.call(a,r,o,t))return r;o++}},configurable:!0,writable:!0})},function(e,t){Array.prototype.filter||(Array.prototype.filter=function(e,t){"use strict";if("Function"!=typeof e&&"function"!=typeof e||!this)throw new TypeError;var n=this.length>>>0,a=new Array(n),o=this,r=0,i=-1;if(void 0===t)for(;++i!==n;)i in this&&e(o[i],i,o)&&(a[r++]=o[i]);else for(;++i!==n;)i in this&&e.call(t,o[i],i,o)&&(a[r++]=o[i]);return a.length=r,a})},function(e,t,n){var a;a=function(){var e=JSON.parse('{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","џ":"dz","Ґ":"G","ґ":"g","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","‘":"\'","’":"\'","“":"\\"","”":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₹":"indian rupee","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial"}'),t=JSON.parse('{"bg":{"locale":"Bulgarian","ѝ":"u"}}');function n(n,a){if("string"!=typeof n)throw new Error("slugify: string argument expected");var o=t[(a="string"==typeof a?{replacement:a}:a||{}).locale]||{},r=n.split("").reduce(function(t,n){return t+(o[n]||e[n]||n).replace(a.remove||/[^\w\s$*_+~.()'"!\-:@]/g,"")},"").trim().replace(/[-\s]+/g,a.replacement||"-");return a.lower?r.toLowerCase():r}return n.extend=function(t){for(var n in t)e[n]=t[n]},n},e.exports=a(),e.exports.default=a()},,,,function(e,t,n){"use strict";n.r(t);n(0),n(1);var a=n(2),o=n.n(a);(()=>{const e=jQuery,t=()=>{let t={};const n=function(n){const a=e(this).data("lang"),r=o()(e(`#lang-${a}`).val(),{lower:!0,replacement:"-"});e(`#text-edit-${a}`).text(r),e(`#lang-${a}`).hide(),e(this).hide(),e(`.button-weglot-lang[data-lang=${a}]`).show(),e.ajax({url:ajaxurl,method:"POST",data:{action:"weglot_post_name",lang:a,id:e("#weglot_post_id").data("id"),post_name:r},success:function(n){if(n.data&&n.data.code&&"same_post_name"===n.data.code)return e(`#text-edit-${a}`).text(t[a]),void e(`#lang-${a}`).val("");n.data&&n.data.code&&"not_available"===n.data.code&&(e(`#weglot_permalink_not_available_${a}`).show(),e(`#lang-${a}`).val(""),setTimeout(()=>{e(`#weglot_permalink_not_available_${a}`).hide()},5e3)),e(`#text-edit-${a}`).text(n.data.result.slug)}})};e(".button-weglot-lang").each((a,o)=>{e(o).on("click",function(n){n.preventDefault();const a=e(this).data("lang"),o=e(`#text-edit-${a}`).text();t[a]=o,e(`#text-edit-${a}`).text(" "),e(`#lang-${a}`).val(o).show(),e(`.button-weglot-lang-submit[data-lang=${a}]`).show(),e(this).hide()});const r=e(o).data("lang");e(`.button-weglot-lang-submit[data-lang=${r}]`).on("click",n)}),e(".weglot_reset").each((t,n)=>{e(n).on("click",function(t){t.preventDefault();const n=e(this).data("lang"),a=e(this).attr("href"),o=e(this).data("id");e.ajax({url:ajaxurl,method:"POST",data:{action:"weglot_reset_custom_url",code_lang:n,id:o,custom_url:a},success:function(t){e(`#text-edit-${n}`).text(t.data.result.slug)}})})})};document.addEventListener("DOMContentLoaded",()=>{t()})})()}]);
|
dist/nav-js.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=
|
1 |
+
!function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=4)}({4:function(e,t){jQuery(document).ready(function(e){e("#update-nav-menu").bind("click",function(t){t.target&&t.target.className&&-1!=t.target.className.indexOf("item-edit")&&e("input[value='#weglot_switcher'][type=text]").parents(".menu-item-settings").each(function(){const t=e(this).attr("id").substring(19);e(this).children("p:not( .field-move )").remove(),e(this).append(e("<input>").attr({type:"hidden",id:"edit-menu-item-title-"+t,name:"menu-item-title["+t+"]",value:weglot_data.title})),e(this).append(e("<input>").attr({type:"hidden",id:"edit-menu-item-url-"+t,name:"menu-item-url["+t+"]",value:"#weglot_switcher"})),e(this).append(e("<input>").attr({type:"hidden",id:"edit-menu-item-weglot-detect-"+t,name:"menu-item-weglot-detect["+t+"]",value:1})),e.each(weglot_data.list_options,(n,i)=>{const r=e("<p>").attr("class","description"),o=e("<label>").attr("for",`edit-menu-item-${i.key}-${t}`).text(` ${i.title}`);e(this).prepend(r),r.append(o);const u=e("<input>").attr({type:"checkbox",id:`edit-menu-item-${i.key}-${t}`,name:`menu-item-weglot-${i.key}[${t}]`,value:1});weglot_data.options&&weglot_data.options[`menu-item-${t}`]&&1===weglot_data.options[`menu-item-${t}`][i.key]&&u.prop("checked",!0),o.prepend(u)})})})})}});
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: translate, multilingual, language, translation, localization
|
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.2
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -153,6 +153,13 @@ See changelog for upgrade changes.
|
|
153 |
|
154 |
== Changelog ==
|
155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
= 3.1.0 (29/08/2019) =
|
157 |
- Add: Better JSON compatiblity
|
158 |
- Bugfix: WC password reset mechanism
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.2
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 3.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
153 |
|
154 |
== Changelog ==
|
155 |
|
156 |
+
= 3.1.1 (11/09/2019) =
|
157 |
+
- Add: IE 11 compatibility with languages switcher
|
158 |
+
- Add: WP-CLI compatibility
|
159 |
+
- Bugfix: admin api call
|
160 |
+
- Bugfix: double language when WC + multisite with subdomains
|
161 |
+
- Bugfix: do not add language on external links also in JSON
|
162 |
+
|
163 |
= 3.1.0 (29/08/2019) =
|
164 |
- Add: Better JSON compatiblity
|
165 |
- Bugfix: WC password reset mechanism
|
src/actions/front/class-search-weglot.php
CHANGED
@@ -6,6 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
6 |
exit;
|
7 |
}
|
8 |
|
|
|
9 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
10 |
|
11 |
/**
|
@@ -31,6 +32,11 @@ class Search_Weglot implements Hooks_Interface_Weglot {
|
|
31 |
* @return void
|
32 |
*/
|
33 |
public function hooks() {
|
|
|
|
|
|
|
|
|
|
|
34 |
$search_active = $this->option_services->get_option( 'active_search' );
|
35 |
|
36 |
if ( $search_active ) {
|
6 |
exit;
|
7 |
}
|
8 |
|
9 |
+
use WeglotWP\Helpers\Helper_Is_Admin;
|
10 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
11 |
|
12 |
/**
|
32 |
* @return void
|
33 |
*/
|
34 |
public function hooks() {
|
35 |
+
|
36 |
+
if( Helper_Is_Admin::is_wp_admin()) {
|
37 |
+
return;
|
38 |
+
}
|
39 |
+
|
40 |
$search_active = $this->option_services->get_option( 'active_search' );
|
41 |
|
42 |
if ( $search_active ) {
|
src/actions/front/class-translate-page-weglot.php
CHANGED
@@ -6,6 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
6 |
exit;
|
7 |
}
|
8 |
|
|
|
9 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
10 |
use WeglotWP\Helpers\Helper_Post_Meta_Weglot;
|
11 |
|
@@ -39,6 +40,10 @@ class Translate_Page_Weglot implements Hooks_Interface_Weglot {
|
|
39 |
* @return void
|
40 |
*/
|
41 |
public function hooks() {
|
|
|
|
|
|
|
|
|
42 |
if ( is_admin() && ( ! wp_doing_ajax() || $this->no_translate_action_ajax() ) ) {
|
43 |
return;
|
44 |
}
|
6 |
exit;
|
7 |
}
|
8 |
|
9 |
+
use WeglotWP\Helpers\Helper_Is_Admin;
|
10 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
11 |
use WeglotWP\Helpers\Helper_Post_Meta_Weglot;
|
12 |
|
40 |
* @return void
|
41 |
*/
|
42 |
public function hooks() {
|
43 |
+
if( Helper_Is_Admin::is_wp_admin()) {
|
44 |
+
return;
|
45 |
+
}
|
46 |
+
|
47 |
if ( is_admin() && ( ! wp_doing_ajax() || $this->no_translate_action_ajax() ) ) {
|
48 |
return;
|
49 |
}
|
src/helpers/class-helper-is-admin.php
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace WeglotWP\Helpers;
|
4 |
+
|
5 |
+
// Exit if accessed directly.
|
6 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
7 |
+
exit;
|
8 |
+
}
|
9 |
+
|
10 |
+
/**
|
11 |
+
* @since 3.1.1
|
12 |
+
*/
|
13 |
+
abstract class Helper_Is_Admin {
|
14 |
+
|
15 |
+
/**
|
16 |
+
* @since 3.1.1
|
17 |
+
* @return bool
|
18 |
+
*/
|
19 |
+
public static function is_wp_admin() {
|
20 |
+
|
21 |
+
return is_admin() &&
|
22 |
+
(!wp_doing_ajax() || (wp_doing_ajax() && isset($_SERVER['HTTP_REFERER']) && strpos($_SERVER['HTTP_REFERER'], 'wp-admin') !== false));
|
23 |
+
}
|
24 |
+
}
|
src/services/class-option-service-weglot.php
CHANGED
@@ -8,6 +8,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
8 |
|
9 |
use Morphism\Morphism;
|
10 |
use Weglot\Util\Regex;
|
|
|
11 |
use WeglotWP\Models\Schema_Option_V3;
|
12 |
use WeglotWP\Helpers\Helper_Flag_Type;
|
13 |
use WeglotWP\Helpers\Helper_API;
|
@@ -259,12 +260,12 @@ class Option_Service_Weglot {
|
|
259 |
$api_key = $this->get_api_key();
|
260 |
$api_key_private = $this->get_api_key_private();
|
261 |
|
262 |
-
if (
|
263 |
$response = $this->get_options_from_api_with_api_key(
|
264 |
$api_key_private
|
265 |
);
|
266 |
} else {
|
267 |
-
if ( !
|
268 |
$response = $this->get_options_from_cdn_with_api_key(
|
269 |
$api_key
|
270 |
);
|
8 |
|
9 |
use Morphism\Morphism;
|
10 |
use Weglot\Util\Regex;
|
11 |
+
use WeglotWP\Helpers\Helper_Is_Admin;
|
12 |
use WeglotWP\Models\Schema_Option_V3;
|
13 |
use WeglotWP\Helpers\Helper_Flag_Type;
|
14 |
use WeglotWP\Helpers\Helper_API;
|
260 |
$api_key = $this->get_api_key();
|
261 |
$api_key_private = $this->get_api_key_private();
|
262 |
|
263 |
+
if ( Helper_Is_Admin::is_wp_admin() && $api_key_private ) {
|
264 |
$response = $this->get_options_from_api_with_api_key(
|
265 |
$api_key_private
|
266 |
);
|
267 |
} else {
|
268 |
+
if ( ! Helper_Is_Admin::is_wp_admin() && $api_key ) {
|
269 |
$response = $this->get_options_from_cdn_with_api_key(
|
270 |
$api_key
|
271 |
);
|
src/services/class-replace-link-service-weglot.php
CHANGED
@@ -62,7 +62,7 @@ class Replace_Link_Service_Weglot {
|
|
62 |
}
|
63 |
}
|
64 |
|
65 |
-
$url_translated = ( strlen( $path ) > 2 &&
|
66 |
"$scheme$user$pass$host$port$path$query$fragment" : "$scheme$user$pass$host$port/$current_language$path$query$fragment";
|
67 |
|
68 |
foreach ( array_reverse( $this->multisite_service->get_list_of_network_path() ) as $np ) {
|
62 |
}
|
63 |
}
|
64 |
|
65 |
+
$url_translated = ( strlen( $path ) > 2 && strpos($path, "/$current_language/") !== false ) ?
|
66 |
"$scheme$user$pass$host$port$path$query$fragment" : "$scheme$user$pass$host$port/$current_language$path$query$fragment";
|
67 |
|
68 |
foreach ( array_reverse( $this->multisite_service->get_list_of_network_path() ) as $np ) {
|
src/services/class-replace-url-service-weglot.php
CHANGED
@@ -55,7 +55,7 @@ class Replace_Url_Service_Weglot {
|
|
55 |
if ( Parser::getSourceType( $val ) == SourceType::SOURCE_HTML ) {
|
56 |
$json[ $key ] = $this->replace_link_in_dom( $val );
|
57 |
} else {
|
58 |
-
if ( in_array( $key, $replace_urls, true ) ) {
|
59 |
$json[ $key ] = $this->replace_link_service->replace_url( $val );
|
60 |
}
|
61 |
}
|
55 |
if ( Parser::getSourceType( $val ) == SourceType::SOURCE_HTML ) {
|
56 |
$json[ $key ] = $this->replace_link_in_dom( $val );
|
57 |
} else {
|
58 |
+
if ( in_array( $key, $replace_urls, true ) && $this->check_link($val) ) {
|
59 |
$json[ $key ] = $this->replace_link_service->replace_url( $val );
|
60 |
}
|
61 |
}
|
src/third/underconstructionpage/class-ucp-active.php
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace WeglotWP\Third\UnderConstructionPage;
|
4 |
+
|
5 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
6 |
+
exit;
|
7 |
+
}
|
8 |
+
|
9 |
+
|
10 |
+
use WeglotWP\Models\Third_Active_Interface_Weglot;
|
11 |
+
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Ucp_Active
|
15 |
+
*
|
16 |
+
* @since 3.1.1
|
17 |
+
*/
|
18 |
+
class Ucp_Active implements Third_Active_Interface_Weglot {
|
19 |
+
|
20 |
+
/**
|
21 |
+
* @since 3.1.1
|
22 |
+
* @return boolean
|
23 |
+
*/
|
24 |
+
public function is_active() {
|
25 |
+
if ( ! function_exists( 'is_plugin_active' ) ) {
|
26 |
+
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
27 |
+
}
|
28 |
+
|
29 |
+
$active = true;
|
30 |
+
|
31 |
+
if ( ! is_plugin_active( 'under-construction-page/under-construction.php' ) ) {
|
32 |
+
$active = false;
|
33 |
+
}
|
34 |
+
|
35 |
+
return apply_filters( 'weglot_ucp_is_active', $active );
|
36 |
+
}
|
37 |
+
}
|
src/third/underconstructionpage/class-ucp-tracking.php
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace WeglotWP\Third\UnderConstructionPage;
|
4 |
+
|
5 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
6 |
+
exit;
|
7 |
+
}
|
8 |
+
|
9 |
+
use WeglotWP\Helpers\Helper_Is_Admin;
|
10 |
+
use WeglotWP\Models\Hooks_Interface_Weglot;
|
11 |
+
|
12 |
+
/**
|
13 |
+
* UCP_Tracking
|
14 |
+
*
|
15 |
+
* @since 3.1.1
|
16 |
+
*/
|
17 |
+
class UCP_Tracking implements Hooks_Interface_Weglot {
|
18 |
+
|
19 |
+
/**
|
20 |
+
* @since 3.1.1
|
21 |
+
* @return void
|
22 |
+
*/
|
23 |
+
public function __construct() {
|
24 |
+
$this->ucp_active_services = weglot_get_service( 'Ucp_Active' );
|
25 |
+
}
|
26 |
+
|
27 |
+
/**
|
28 |
+
* @since 3.1.1
|
29 |
+
* @see Hooks_Interface_Weglot
|
30 |
+
* @return void
|
31 |
+
*/
|
32 |
+
public function hooks() {
|
33 |
+
if( ! Helper_Is_Admin::is_wp_admin()) {
|
34 |
+
return;
|
35 |
+
}
|
36 |
+
|
37 |
+
if ( ! $this->ucp_active_services->is_active() ) {
|
38 |
+
return;
|
39 |
+
}
|
40 |
+
|
41 |
+
add_filter( 'weglot_tabs_admin_options_available', [ $this, 'weglot_ucp_tracking' ] );
|
42 |
+
}
|
43 |
+
|
44 |
+
|
45 |
+
/**
|
46 |
+
* @since 3.1.1
|
47 |
+
* @return void
|
48 |
+
*/
|
49 |
+
public function weglot_ucp_tracking( $options_available ) {
|
50 |
+
|
51 |
+
if (isset($options_available['api_key_private']['description'])) {
|
52 |
+
|
53 |
+
$register_link = 'https://dashboard.weglot.com/register-wordpress';
|
54 |
+
$register_link_tracked = 'https://weglot.com/ad-track?origin=UCP&redirectTo=https://dashboard.weglot.com/register-wordpress';
|
55 |
+
|
56 |
+
$options_available['api_key_private']['description'] = \str_replace( $register_link, $register_link_tracked, $options_available['api_key_private']['description'] );
|
57 |
+
}
|
58 |
+
|
59 |
+
return $options_available;
|
60 |
+
}
|
61 |
+
|
62 |
+
}
|
src/third/woocommerce/class-wc-cart-reload-weglot.php
CHANGED
@@ -6,6 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
6 |
exit;
|
7 |
}
|
8 |
|
|
|
9 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
10 |
|
11 |
/**
|
@@ -30,6 +31,10 @@ class WC_Cart_Reload_Weglot implements Hooks_Interface_Weglot {
|
|
30 |
* @return void
|
31 |
*/
|
32 |
public function hooks() {
|
|
|
|
|
|
|
|
|
33 |
if ( ! $this->wc_active_services->is_active() ) {
|
34 |
return;
|
35 |
}
|
6 |
exit;
|
7 |
}
|
8 |
|
9 |
+
use WeglotWP\Helpers\Helper_Is_Admin;
|
10 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
11 |
|
12 |
/**
|
31 |
* @return void
|
32 |
*/
|
33 |
public function hooks() {
|
34 |
+
if( Helper_Is_Admin::is_wp_admin()) {
|
35 |
+
return;
|
36 |
+
}
|
37 |
+
|
38 |
if ( ! $this->wc_active_services->is_active() ) {
|
39 |
return;
|
40 |
}
|
templates/admin/pages/tabs/settings.php
CHANGED
@@ -5,7 +5,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
5 |
}
|
6 |
use WeglotWP\Helpers\Helper_Tabs_Admin_Weglot;
|
7 |
|
8 |
-
$options_available = [
|
9 |
'api_key_private' => [
|
10 |
'key' => 'api_key_private',
|
11 |
'label' => __( 'API Key', 'weglot' ),
|
@@ -21,7 +21,7 @@ $options_available = [
|
|
21 |
'label' => __( 'Destination languages', 'weglot' ),
|
22 |
'description' => 'Choose languages you want to translate into. Supported languages can be found <a target="_blank" href="https://weglot.com/documentation/available-languages/">here</a>.',
|
23 |
],
|
24 |
-
];
|
25 |
|
26 |
$languages = $this->language_services->get_languages_available( [
|
27 |
'sort' => true,
|
5 |
}
|
6 |
use WeglotWP\Helpers\Helper_Tabs_Admin_Weglot;
|
7 |
|
8 |
+
$options_available = apply_filters( 'weglot_tabs_admin_options_available', [
|
9 |
'api_key_private' => [
|
10 |
'key' => 'api_key_private',
|
11 |
'label' => __( 'API Key', 'weglot' ),
|
21 |
'label' => __( 'Destination languages', 'weglot' ),
|
22 |
'description' => 'Choose languages you want to translate into. Supported languages can be found <a target="_blank" href="https://weglot.com/documentation/available-languages/">here</a>.',
|
23 |
],
|
24 |
+
] );
|
25 |
|
26 |
$languages = $this->language_services->get_languages_available( [
|
27 |
'sort' => true,
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit55c2425bee3a37fd3355db32a438ae2b::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitf5265850c3d873e108b5abc992d12723
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
@@ -48,19 +48,19 @@ class ComposerAutoloaderInitf5265850c3d873e108b5abc992d12723
|
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
-
$includeFiles = Composer\Autoload\
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
-
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
-
function
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit55c2425bee3a37fd3355db32a438ae2b
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit55c2425bee3a37fd3355db32a438ae2b', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit55c2425bee3a37fd3355db32a438ae2b', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit55c2425bee3a37fd3355db32a438ae2b::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit55c2425bee3a37fd3355db32a438ae2b::$files;
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
+
composerRequire55c2425bee3a37fd3355db32a438ae2b($fileIdentifier, $file);
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
function composerRequire55c2425bee3a37fd3355db32a438ae2b($fileIdentifier, $file)
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6c200413eed8aeea54dbaf934a31b127' => __DIR__ . '/..' . '/weglot/simplehtmldom/src/simple_html_dom.php',
|
@@ -57,10 +57,10 @@ class ComposerStaticInitf5265850c3d873e108b5abc992d12723
|
|
57 |
public static function getInitializer(ClassLoader $loader)
|
58 |
{
|
59 |
return \Closure::bind(function () use ($loader) {
|
60 |
-
$loader->prefixLengthsPsr4 =
|
61 |
-
$loader->prefixDirsPsr4 =
|
62 |
-
$loader->prefixesPsr0 =
|
63 |
-
$loader->classMap =
|
64 |
|
65 |
}, null, ClassLoader::class);
|
66 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit55c2425bee3a37fd3355db32a438ae2b
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6c200413eed8aeea54dbaf934a31b127' => __DIR__ . '/..' . '/weglot/simplehtmldom/src/simple_html_dom.php',
|
57 |
public static function getInitializer(ClassLoader $loader)
|
58 |
{
|
59 |
return \Closure::bind(function () use ($loader) {
|
60 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit55c2425bee3a37fd3355db32a438ae2b::$prefixLengthsPsr4;
|
61 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit55c2425bee3a37fd3355db32a438ae2b::$prefixDirsPsr4;
|
62 |
+
$loader->prefixesPsr0 = ComposerStaticInit55c2425bee3a37fd3355db32a438ae2b::$prefixesPsr0;
|
63 |
+
$loader->classMap = ComposerStaticInit55c2425bee3a37fd3355db32a438ae2b::$classMap;
|
64 |
|
65 |
}, null, ClassLoader::class);
|
66 |
}
|
vendor/composer/installed.json
CHANGED
@@ -171,17 +171,17 @@
|
|
171 |
},
|
172 |
{
|
173 |
"name": "weglot/weglot-php",
|
174 |
-
"version": "0.5.
|
175 |
-
"version_normalized": "0.5.
|
176 |
"source": {
|
177 |
"type": "git",
|
178 |
"url": "https://github.com/weglot/weglot-php.git",
|
179 |
-
"reference": "
|
180 |
},
|
181 |
"dist": {
|
182 |
"type": "zip",
|
183 |
-
"url": "https://api.github.com/repos/weglot/weglot-php/zipball/
|
184 |
-
"reference": "
|
185 |
"shasum": ""
|
186 |
},
|
187 |
"require": {
|
@@ -194,7 +194,7 @@
|
|
194 |
"codeception/codeception": "^2.4",
|
195 |
"vlucas/phpdotenv": "^2.4"
|
196 |
},
|
197 |
-
"time": "2019-09-
|
198 |
"type": "library",
|
199 |
"installation-source": "dist",
|
200 |
"autoload": {
|
171 |
},
|
172 |
{
|
173 |
"name": "weglot/weglot-php",
|
174 |
+
"version": "0.5.32",
|
175 |
+
"version_normalized": "0.5.32.0",
|
176 |
"source": {
|
177 |
"type": "git",
|
178 |
"url": "https://github.com/weglot/weglot-php.git",
|
179 |
+
"reference": "604e5750c4fae03ccb23e40bfbdc543444df2046"
|
180 |
},
|
181 |
"dist": {
|
182 |
"type": "zip",
|
183 |
+
"url": "https://api.github.com/repos/weglot/weglot-php/zipball/604e5750c4fae03ccb23e40bfbdc543444df2046",
|
184 |
+
"reference": "604e5750c4fae03ccb23e40bfbdc543444df2046",
|
185 |
"shasum": ""
|
186 |
},
|
187 |
"require": {
|
194 |
"codeception/codeception": "^2.4",
|
195 |
"vlucas/phpdotenv": "^2.4"
|
196 |
},
|
197 |
+
"time": "2019-09-10T14:24:10+00:00",
|
198 |
"type": "library",
|
199 |
"installation-source": "dist",
|
200 |
"autoload": {
|
vendor/weglot/weglot-php/src/Parser/ConfigProvider/ServerConfigProvider.php
CHANGED
@@ -25,8 +25,8 @@ class ServerConfigProvider extends AbstractConfigProvider
|
|
25 |
*/
|
26 |
public function loadFromServer()
|
27 |
{
|
28 |
-
if(
|
29 |
-
$url = '/404';
|
30 |
} else {
|
31 |
$url = Server::fullUrl($_SERVER);
|
32 |
}
|
25 |
*/
|
26 |
public function loadFromServer()
|
27 |
{
|
28 |
+
if (http_response_code() !== 200) {
|
29 |
+
$url = Server::urlOrigin($_SERVER).'/404';
|
30 |
} else {
|
31 |
$url = Server::fullUrl($_SERVER);
|
32 |
}
|
vendor/weglot/weglot-php/src/Util/Server.php
CHANGED
@@ -128,6 +128,9 @@ class Server
|
|
128 |
*/
|
129 |
public static function getPort(array $server)
|
130 |
{
|
|
|
|
|
|
|
131 |
return $server['SERVER_PORT'];
|
132 |
}
|
133 |
|
@@ -146,7 +149,7 @@ class Server
|
|
146 |
$host = $server['HTTP_HOST'];
|
147 |
}
|
148 |
|
149 |
-
if ($host === null) {
|
150 |
$host = $server['SERVER_NAME'] . self::getPort($server);
|
151 |
}
|
152 |
|
128 |
*/
|
129 |
public static function getPort(array $server)
|
130 |
{
|
131 |
+
if (!isset($server['SERVER_PORT'])) {
|
132 |
+
return '';
|
133 |
+
}
|
134 |
return $server['SERVER_PORT'];
|
135 |
}
|
136 |
|
149 |
$host = $server['HTTP_HOST'];
|
150 |
}
|
151 |
|
152 |
+
if ($host === null && isset($server['SERVER_NAME'])) {
|
153 |
$host = $server['SERVER_NAME'] . self::getPort($server);
|
154 |
}
|
155 |
|
vendor/weglot/weglot-php/src/Util/Url.php
CHANGED
@@ -188,6 +188,10 @@ class Url
|
|
188 |
*/
|
189 |
public function detectUrlDetails()
|
190 |
{
|
|
|
|
|
|
|
|
|
191 |
$escapedPathPrefix = Text::escapeForRegex($this->config->getPathPrefix());
|
192 |
$languages = implode('|', $this->translate->getLanguages());
|
193 |
|
@@ -223,6 +227,10 @@ class Url
|
|
223 |
*/
|
224 |
public function currentRequestAllUrls()
|
225 |
{
|
|
|
|
|
|
|
|
|
226 |
$urls = $this->allUrls;
|
227 |
|
228 |
if ($urls === null) {
|
188 |
*/
|
189 |
public function detectUrlDetails()
|
190 |
{
|
191 |
+
if (defined('WP_CLI') && WP_CLI) {
|
192 |
+
return;
|
193 |
+
}
|
194 |
+
|
195 |
$escapedPathPrefix = Text::escapeForRegex($this->config->getPathPrefix());
|
196 |
$languages = implode('|', $this->translate->getLanguages());
|
197 |
|
227 |
*/
|
228 |
public function currentRequestAllUrls()
|
229 |
{
|
230 |
+
if (defined('WP_CLI') && WP_CLI) {
|
231 |
+
return array();
|
232 |
+
}
|
233 |
+
|
234 |
$urls = $this->allUrls;
|
235 |
|
236 |
if ($urls === null) {
|
weglot.php
CHANGED
@@ -7,7 +7,7 @@ Author: Weglot Translate team
|
|
7 |
Author URI: https://weglot.com/
|
8 |
Text Domain: weglot
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 3.1.
|
11 |
*/
|
12 |
|
13 |
/**
|
@@ -22,7 +22,7 @@ if ( ! defined('ABSPATH')) {
|
|
22 |
define('WEGLOT_NAME', 'Weglot');
|
23 |
define('WEGLOT_SLUG', 'weglot-translate');
|
24 |
define('WEGLOT_OPTION_GROUP', 'group-weglot-translate');
|
25 |
-
define('WEGLOT_VERSION', '3.1.
|
26 |
define('WEGLOT_PHP_MIN', '5.4');
|
27 |
define('WEGLOT_BNAME', plugin_basename(__FILE__));
|
28 |
define('WEGLOT_DIR', __DIR__ );
|
7 |
Author URI: https://weglot.com/
|
8 |
Text Domain: weglot
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 3.1.1
|
11 |
*/
|
12 |
|
13 |
/**
|
22 |
define('WEGLOT_NAME', 'Weglot');
|
23 |
define('WEGLOT_SLUG', 'weglot-translate');
|
24 |
define('WEGLOT_OPTION_GROUP', 'group-weglot-translate');
|
25 |
+
define('WEGLOT_VERSION', '3.1.1');
|
26 |
define('WEGLOT_PHP_MIN', '5.4');
|
27 |
define('WEGLOT_BNAME', plugin_basename(__FILE__));
|
28 |
define('WEGLOT_DIR', __DIR__ );
|