Version Description
(23/02/2022) =
- Add: Advance exclude url option
- Add: Add blocks for gutenberg (wp 5.9)
- Add: Disable autoswitch for weglot visual editor
- Add: Add Forminator (plugin de WPMUDEV) compatibility
- Add: Disable weglot on rankmath sitemap
- Add: Add hook filter to replace_url method
- Bugfix: php8 parameters order
- Bugfix: Refresh destination language list
- Bugfix: Display hreflang even url have parameters
Download this release
Release Info
Developer | remyb92 |
Plugin | Weglot Translate – Translate your WP website |
Version | 3.6 |
Comparing to | |
See all releases |
Code changes from version 3.5 to 3.6
- app/styles/new-flags.css +1 -4
- blocks/weglot-menu/.gitignore +30 -0
- blocks/weglot-menu/build/block.json +18 -0
- blocks/weglot-menu/build/images/circular_flag.2a0fa173.png +0 -0
- blocks/weglot-menu/build/images/rect_bright.93dd8032.png +0 -0
- blocks/weglot-menu/build/images/rect_mate.b41fa0fe.png +0 -0
- blocks/weglot-menu/build/images/square_flag.32ea47ac.png +0 -0
- blocks/weglot-menu/build/images/wgarrowdown.517eb92e.png +0 -0
- blocks/weglot-menu/build/index.asset.php +1 -0
- blocks/weglot-menu/build/index.css +1 -0
- blocks/weglot-menu/build/index.js +1 -0
- blocks/weglot-menu/readme.txt +55 -0
- blocks/weglot-menu/src/block.json +18 -0
- blocks/weglot-menu/src/edit.js +43 -0
- blocks/weglot-menu/src/editor.scss +7 -0
- blocks/weglot-menu/src/icons.js +8 -0
- blocks/weglot-menu/src/index.js +39 -0
- blocks/weglot-menu/src/save.js +27 -0
- blocks/weglot-menu/src/style.scss +6 -0
- blocks/weglot-menu/weglot-menu.php +26 -0
- blocks/weglot-widget/.gitignore +30 -0
- blocks/weglot-widget/build/block.json +17 -0
- blocks/weglot-widget/build/images/circular_flag.2a0fa173.png +0 -0
- blocks/weglot-widget/build/images/rect_bright.93dd8032.png +0 -0
- blocks/weglot-widget/build/images/rect_mate.b41fa0fe.png +0 -0
- blocks/weglot-widget/build/images/square_flag.32ea47ac.png +0 -0
- blocks/weglot-widget/build/images/wgarrowdown.517eb92e.png +0 -0
- blocks/weglot-widget/build/index.asset.php +1 -0
- blocks/weglot-widget/build/index.css +1 -0
- blocks/weglot-widget/build/index.js +1 -0
- blocks/weglot-widget/readme.txt +55 -0
- blocks/weglot-widget/src/block.json +17 -0
- blocks/weglot-widget/src/edit.js +48 -0
- blocks/weglot-widget/src/editor.scss +7 -0
- blocks/weglot-widget/src/icons.js +8 -0
- blocks/weglot-widget/src/index.js +45 -0
- blocks/weglot-widget/src/save.js +27 -0
- blocks/weglot-widget/src/style.scss +7 -0
- blocks/weglot-widget/weglot-widget.php +26 -0
- composer.json +4 -0
- readme.txt +13 -12
- src/actions/class-register-widget-weglot.php +76 -2
- src/actions/front/class-front-menu-weglot.php +38 -18
- src/actions/front/class-translate-page-weglot.php +15 -3
- src/helpers/class-helper-flag-type.php +12 -5
- src/helpers/class-helper-json-inline-weglot.php +10 -0
- src/services/class-button-service-weglot.php +60 -25
- src/services/class-href-lang-service-weglot.php +1 -1
- src/services/class-option-service-weglot.php +18 -11
- src/services/class-parser-service-weglot.php +1 -1
- src/services/class-redirect-service-weglot.php +10 -0
- src/services/class-replace-link-service-weglot.php +4 -3
- src/services/class-translate-service-weglot.php +11 -2
- src/third/wprocket/class-wprocket-cache.php +1 -1
- templates/admin/pages/tabs/appearance.php +7 -7
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +8 -8
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/installed.json +17 -18
- vendor/composer/installed.php +8 -8
- vendor/weglot/simplehtmldom/src/simple_html_dom.php +13 -5
- vendor/weglot/weglot-php/composer.json +6 -2
- vendor/weglot/weglot-php/src/Client/Api/Enum/BotType.php +1 -0
- vendor/weglot/weglot-php/src/Client/Client.php +2 -2
- vendor/weglot/weglot-php/src/Util/Server.php +6 -0
- vendor/weglot/weglot-php/src/Util/Url.php +79 -2
- weglot.php +2 -2
app/styles/new-flags.css
CHANGED
@@ -1,4 +1 @@
|
|
1 |
-
.weglot-flags.flag-3.af>span:before{background-image:url("https://cdn.weglot.com/flags/circle/za.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.af>a:before,.weglot-flags.flag-2.af>span:before{background-image:url("https://cdn.weglot.com/flags/square/za.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.af>a:before,.weglot-flags.flag-1.af>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/za.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.af>a:before,.weglot-flags.flag-0.af>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/za.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.am>span:before{background-image:url("https://cdn.weglot.com/flags/circle/et.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.am>a:before,.weglot-flags.flag-2.am>span:before{background-image:url("https://cdn.weglot.com/flags/square/et.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.am>a:before,.weglot-flags.flag-1.am>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/et.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.am>a:before,.weglot-flags.flag-0.am>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/et.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ar>span:before{background-image:url("https://cdn.weglot.com/flags/circle/sa.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ar>a:before,.weglot-flags.flag-2.ar>span:before{background-image:url("https://cdn.weglot.com/flags/square/sa.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ar>a:before,.weglot-flags.flag-1.ar>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/sa.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ar>a:before,.weglot-flags.flag-0.ar>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/sa.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.az>span:before{background-image:url("https://cdn.weglot.com/flags/circle/az.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.az>a:before,.weglot-flags.flag-2.az>span:before{background-image:url("https://cdn.weglot.com/flags/square/az.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.az>a:before,.weglot-flags.flag-1.az>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/az.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.az>a:before,.weglot-flags.flag-0.az>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/az.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ba>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ru.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ba>a:before,.weglot-flags.flag-2.ba>span:before{background-image:url("https://cdn.weglot.com/flags/square/ru.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ba>a:before,.weglot-flags.flag-1.ba>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ru.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ba>a:before,.weglot-flags.flag-0.ba>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ru.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.be>span:before{background-image:url("https://cdn.weglot.com/flags/circle/by.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.be>a:before,.weglot-flags.flag-2.be>span:before{background-image:url("https://cdn.weglot.com/flags/square/by.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.be>a:before,.weglot-flags.flag-1.be>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/by.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.be>a:before,.weglot-flags.flag-0.be>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/by.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.bg>span:before{background-image:url("https://cdn.weglot.com/flags/circle/bg.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.bg>a:before,.weglot-flags.flag-2.bg>span:before{background-image:url("https://cdn.weglot.com/flags/square/bg.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.bg>a:before,.weglot-flags.flag-1.bg>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/bg.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.bg>a:before,.weglot-flags.flag-0.bg>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/bg.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.bn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/bd.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.bn>a:before,.weglot-flags.flag-2.bn>span:before{background-image:url("https://cdn.weglot.com/flags/square/bd.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.bn>a:before,.weglot-flags.flag-1.bn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/bd.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.bn>a:before,.weglot-flags.flag-0.bn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/bd.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.br>span:before{background-image:url("https://cdn.weglot.com/flags/circle/br.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.br>a:before,.weglot-flags.flag-2.br>span:before{background-image:url("https://cdn.weglot.com/flags/square/br.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.br>a:before,.weglot-flags.flag-1.br>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/br.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.br>a:before,.weglot-flags.flag-0.br>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/br.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.bs>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ba.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.bs>a:before,.weglot-flags.flag-2.bs>span:before{background-image:url("https://cdn.weglot.com/flags/square/ba.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.bs>a:before,.weglot-flags.flag-1.bs>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ba.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.bs>a:before,.weglot-flags.flag-0.bs>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ba.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ca>span:before{background-image:url("https://cdn.weglot.com/flags/circle/es-ca.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ca>a:before,.weglot-flags.flag-2.ca>span:before{background-image:url("https://cdn.weglot.com/flags/square/es-ca.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ca>a:before,.weglot-flags.flag-1.ca>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/es-ca.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ca>a:before,.weglot-flags.flag-0.ca>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/es-ca.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.co>span:before{background-image:url("https://cdn.weglot.com/flags/circle/co.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.co>a:before,.weglot-flags.flag-2.co>span:before{background-image:url("https://cdn.weglot.com/flags/square/co.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.co>a:before,.weglot-flags.flag-1.co>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/co.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.co>a:before,.weglot-flags.flag-0.co>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/co.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.cs>span:before{background-image:url("https://cdn.weglot.com/flags/circle/cz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.cs>a:before,.weglot-flags.flag-2.cs>span:before{background-image:url("https://cdn.weglot.com/flags/square/cz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.cs>a:before,.weglot-flags.flag-1.cs>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/cz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.cs>a:before,.weglot-flags.flag-0.cs>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/cz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.cy>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gb-wls.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.cy>a:before,.weglot-flags.flag-2.cy>span:before{background-image:url("https://cdn.weglot.com/flags/square/gb-wls.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.cy>a:before,.weglot-flags.flag-1.cy>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gb-wls.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.cy>a:before,.weglot-flags.flag-0.cy>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gb-wls.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.da>span:before{background-image:url("https://cdn.weglot.com/flags/circle/dk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.da>a:before,.weglot-flags.flag-2.da>span:before{background-image:url("https://cdn.weglot.com/flags/square/dk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.da>a:before,.weglot-flags.flag-1.da>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/dk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.da>a:before,.weglot-flags.flag-0.da>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/dk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.de>span:before{background-image:url("https://cdn.weglot.com/flags/circle/de.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.de>a:before,.weglot-flags.flag-2.de>span:before{background-image:url("https://cdn.weglot.com/flags/square/de.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.de>a:before,.weglot-flags.flag-1.de>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/de.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.de>a:before,.weglot-flags.flag-0.de>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/de.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.el>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.el>a:before,.weglot-flags.flag-2.el>span:before{background-image:url("https://cdn.weglot.com/flags/square/gr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.el>a:before,.weglot-flags.flag-1.el>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.el>a:before,.weglot-flags.flag-0.el>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.en>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gb.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before{background-image:url("https://cdn.weglot.com/flags/square/gb.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gb.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.en>a:before,.weglot-flags.flag-0.en>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gb.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.eo>span:before{background-image:url("https://cdn.weglot.com/flags/circle/eo.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-image:url("https://cdn.weglot.com/flags/square/eo.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.eo>a:before,.weglot-flags.flag-1.eo>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/eo.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.eo>a:before,.weglot-flags.flag-0.eo>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/eo.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.es>span:before{background-image:url("https://cdn.weglot.com/flags/circle/es.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before{background-image:url("https://cdn.weglot.com/flags/square/es.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/es.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.es>a:before,.weglot-flags.flag-0.es>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/es.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.et>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ee.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.et>a:before,.weglot-flags.flag-2.et>span:before{background-image:url("https://cdn.weglot.com/flags/square/ee.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.et>a:before,.weglot-flags.flag-1.et>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ee.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.et>a:before,.weglot-flags.flag-0.et>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ee.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.eu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/eu.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.eu>a:before,.weglot-flags.flag-2.eu>span:before{background-image:url("https://cdn.weglot.com/flags/square/eu.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.eu>a:before,.weglot-flags.flag-1.eu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/eu.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.eu>a:before,.weglot-flags.flag-0.eu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/eu.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.fa>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ir.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.fa>a:before,.weglot-flags.flag-2.fa>span:before{background-image:url("https://cdn.weglot.com/flags/square/ir.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.fa>a:before,.weglot-flags.flag-1.fa>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ir.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.fa>a:before,.weglot-flags.flag-0.fa>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ir.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.fi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/fi.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.fi>a:before,.weglot-flags.flag-2.fi>span:before{background-image:url("https://cdn.weglot.com/flags/square/fi.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.fi>a:before,.weglot-flags.flag-1.fi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/fi.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.fi>a:before,.weglot-flags.flag-0.fi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/fi.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.fj>span:before{background-image:url("https://cdn.weglot.com/flags/circle/fj.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.fj>a:before,.weglot-flags.flag-2.fj>span:before{background-image:url("https://cdn.weglot.com/flags/square/fj.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.fj>a:before,.weglot-flags.flag-1.fj>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/fj.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.fj>a:before,.weglot-flags.flag-0.fj>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/fj.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.fl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ph.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.fl>a:before,.weglot-flags.flag-2.fl>span:before{background-image:url("https://cdn.weglot.com/flags/square/ph.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.fl>a:before,.weglot-flags.flag-1.fl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ph.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.fl>a:before,.weglot-flags.flag-0.fl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ph.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.fr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/fr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.fr>a:before,.weglot-flags.flag-2.fr>span:before{background-image:url("https://cdn.weglot.com/flags/square/fr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.fr>a:before,.weglot-flags.flag-1.fr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/fr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.fr>a:before,.weglot-flags.flag-0.fr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/fr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.fy>span:before{background-image:url("https://cdn.weglot.com/flags/circle/nl.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.fy>a:before,.weglot-flags.flag-2.fy>span:before{background-image:url("https://cdn.weglot.com/flags/square/nl.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.fy>a:before,.weglot-flags.flag-1.fy>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/nl.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.fy>a:before,.weglot-flags.flag-0.fy>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/nl.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ga>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ie.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ga>a:before,.weglot-flags.flag-2.ga>span:before{background-image:url("https://cdn.weglot.com/flags/square/ie.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ga>a:before,.weglot-flags.flag-1.ga>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ie.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ga>a:before,.weglot-flags.flag-0.ga>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ie.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.gd>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gb-sct.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.gd>a:before,.weglot-flags.flag-2.gd>span:before{background-image:url("https://cdn.weglot.com/flags/square/gb-sct.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.gd>a:before,.weglot-flags.flag-1.gd>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gb-sct.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.gd>a:before,.weglot-flags.flag-0.gd>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gb-sct.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.gl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/es-ga.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.gl>a:before,.weglot-flags.flag-2.gl>span:before{background-image:url("https://cdn.weglot.com/flags/square/es-ga.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.gl>a:before,.weglot-flags.flag-1.gl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/es-ga.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.gl>a:before,.weglot-flags.flag-0.gl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/es-ga.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.gu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.gu>a:before,.weglot-flags.flag-2.gu>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.gu>a:before,.weglot-flags.flag-1.gu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.gu>a:before,.weglot-flags.flag-0.gu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ha>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ne.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ha>a:before,.weglot-flags.flag-2.ha>span:before{background-image:url("https://cdn.weglot.com/flags/square/ne.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ha>a:before,.weglot-flags.flag-1.ha>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ne.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ha>a:before,.weglot-flags.flag-0.ha>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ne.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.he>span:before{background-image:url("https://cdn.weglot.com/flags/circle/il.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.he>a:before,.weglot-flags.flag-2.he>span:before{background-image:url("https://cdn.weglot.com/flags/square/il.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.he>a:before,.weglot-flags.flag-1.he>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/il.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.he>a:before,.weglot-flags.flag-0.he>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/il.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.hi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.hi>a:before,.weglot-flags.flag-2.hi>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.hi>a:before,.weglot-flags.flag-1.hi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.hi>a:before,.weglot-flags.flag-0.hi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.hr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.hr>a:before,.weglot-flags.flag-2.hr>span:before{background-image:url("https://cdn.weglot.com/flags/square/hr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.hr>a:before,.weglot-flags.flag-1.hr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.hr>a:before,.weglot-flags.flag-0.hr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ht>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ht.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ht>a:before,.weglot-flags.flag-2.ht>span:before{background-image:url("https://cdn.weglot.com/flags/square/ht.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ht>a:before,.weglot-flags.flag-1.ht>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ht.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ht>a:before,.weglot-flags.flag-0.ht>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ht.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.hu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hu.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.hu>a:before,.weglot-flags.flag-2.hu>span:before{background-image:url("https://cdn.weglot.com/flags/square/hu.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.hu>a:before,.weglot-flags.flag-1.hu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hu.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.hu>a:before,.weglot-flags.flag-0.hu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hu.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.hw>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.hw>a:before,.weglot-flags.flag-2.hw>span:before{background-image:url("https://cdn.weglot.com/flags/square/hw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.hw>a:before,.weglot-flags.flag-1.hw>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.hw>a:before,.weglot-flags.flag-0.hw>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.hy>span:before{background-image:url("https://cdn.weglot.com/flags/circle/am.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.hy>a:before,.weglot-flags.flag-2.hy>span:before{background-image:url("https://cdn.weglot.com/flags/square/am.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.hy>a:before,.weglot-flags.flag-1.hy>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/am.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.hy>a:before,.weglot-flags.flag-0.hy>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/am.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.id>span:before{background-image:url("https://cdn.weglot.com/flags/circle/id.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.id>a:before,.weglot-flags.flag-2.id>span:before{background-image:url("https://cdn.weglot.com/flags/square/id.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.id>a:before,.weglot-flags.flag-1.id>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/id.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.id>a:before,.weglot-flags.flag-0.id>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/id.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ig>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ne.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ig>a:before,.weglot-flags.flag-2.ig>span:before{background-image:url("https://cdn.weglot.com/flags/square/ne.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ig>a:before,.weglot-flags.flag-1.ig>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ne.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ig>a:before,.weglot-flags.flag-0.ig>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ne.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.is>span:before{background-image:url("https://cdn.weglot.com/flags/circle/is.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.is>a:before,.weglot-flags.flag-2.is>span:before{background-image:url("https://cdn.weglot.com/flags/square/is.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.is>a:before,.weglot-flags.flag-1.is>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/is.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.is>a:before,.weglot-flags.flag-0.is>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/is.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.it>span:before{background-image:url("https://cdn.weglot.com/flags/circle/it.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.it>a:before,.weglot-flags.flag-2.it>span:before{background-image:url("https://cdn.weglot.com/flags/square/it.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.it>a:before,.weglot-flags.flag-1.it>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/it.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.it>a:before,.weglot-flags.flag-0.it>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/it.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ja>span:before{background-image:url("https://cdn.weglot.com/flags/circle/jp.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ja>a:before,.weglot-flags.flag-2.ja>span:before{background-image:url("https://cdn.weglot.com/flags/square/jp.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ja>a:before,.weglot-flags.flag-1.ja>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/jp.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ja>a:before,.weglot-flags.flag-0.ja>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/jp.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.jv>span:before{background-image:url("https://cdn.weglot.com/flags/circle/id.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.jv>a:before,.weglot-flags.flag-2.jv>span:before{background-image:url("https://cdn.weglot.com/flags/square/id.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.jv>a:before,.weglot-flags.flag-1.jv>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/id.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.jv>a:before,.weglot-flags.flag-0.jv>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/id.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ka>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ge.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ka>a:before,.weglot-flags.flag-2.ka>span:before{background-image:url("https://cdn.weglot.com/flags/square/ge.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ka>a:before,.weglot-flags.flag-1.ka>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ge.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ka>a:before,.weglot-flags.flag-0.ka>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ge.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.kk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.kk>a:before,.weglot-flags.flag-2.kk>span:before{background-image:url("https://cdn.weglot.com/flags/square/kz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.kk>a:before,.weglot-flags.flag-1.kk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.kk>a:before,.weglot-flags.flag-0.kk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.km>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kh.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.km>a:before,.weglot-flags.flag-2.km>span:before{background-image:url("https://cdn.weglot.com/flags/square/kh.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.km>a:before,.weglot-flags.flag-1.km>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kh.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.km>a:before,.weglot-flags.flag-0.km>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kh.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.kn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.kn>a:before,.weglot-flags.flag-2.kn>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.kn>a:before,.weglot-flags.flag-1.kn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.kn>a:before,.weglot-flags.flag-0.kn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ko>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ko>a:before,.weglot-flags.flag-2.ko>span:before{background-image:url("https://cdn.weglot.com/flags/square/kr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ko>a:before,.weglot-flags.flag-1.ko>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ko>a:before,.weglot-flags.flag-0.ko>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ku>span:before{background-image:url("https://cdn.weglot.com/flags/circle/iq.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ku>a:before,.weglot-flags.flag-2.ku>span:before{background-image:url("https://cdn.weglot.com/flags/square/iq.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ku>a:before,.weglot-flags.flag-1.ku>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/iq.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ku>a:before,.weglot-flags.flag-0.ku>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/iq.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ky>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kg.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ky>a:before,.weglot-flags.flag-2.ky>span:before{background-image:url("https://cdn.weglot.com/flags/square/kg.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ky>a:before,.weglot-flags.flag-1.ky>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kg.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ky>a:before,.weglot-flags.flag-0.ky>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kg.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.la>span:before{background-image:url("https://cdn.weglot.com/flags/circle/it.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.la>a:before,.weglot-flags.flag-2.la>span:before{background-image:url("https://cdn.weglot.com/flags/square/it.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.la>a:before,.weglot-flags.flag-1.la>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/it.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.la>a:before,.weglot-flags.flag-0.la>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/it.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.lb>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lu.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.lb>a:before,.weglot-flags.flag-2.lb>span:before{background-image:url("https://cdn.weglot.com/flags/square/lu.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.lb>a:before,.weglot-flags.flag-1.lb>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lu.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.lb>a:before,.weglot-flags.flag-0.lb>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lu.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.lo>span:before{background-image:url("https://cdn.weglot.com/flags/circle/la.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.lo>a:before,.weglot-flags.flag-2.lo>span:before{background-image:url("https://cdn.weglot.com/flags/square/la.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.lo>a:before,.weglot-flags.flag-1.lo>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/la.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.lo>a:before,.weglot-flags.flag-0.lo>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/la.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.lt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lt.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.lt>a:before,.weglot-flags.flag-2.lt>span:before{background-image:url("https://cdn.weglot.com/flags/square/lt.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.lt>a:before,.weglot-flags.flag-1.lt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lt.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.lt>a:before,.weglot-flags.flag-0.lt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lt.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.lv>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lv.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.lv>a:before,.weglot-flags.flag-2.lv>span:before{background-image:url("https://cdn.weglot.com/flags/square/lv.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.lv>a:before,.weglot-flags.flag-1.lv>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lv.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.lv>a:before,.weglot-flags.flag-0.lv>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lv.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.mg>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mg.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.mg>a:before,.weglot-flags.flag-2.mg>span:before{background-image:url("https://cdn.weglot.com/flags/square/mg.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.mg>a:before,.weglot-flags.flag-1.mg>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mg.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.mg>a:before,.weglot-flags.flag-0.mg>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mg.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.mi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/nz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.mi>a:before,.weglot-flags.flag-2.mi>span:before{background-image:url("https://cdn.weglot.com/flags/square/nz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.mi>a:before,.weglot-flags.flag-1.mi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/nz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.mi>a:before,.weglot-flags.flag-0.mi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/nz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.mk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.mk>a:before,.weglot-flags.flag-2.mk>span:before{background-image:url("https://cdn.weglot.com/flags/square/mk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.mk>a:before,.weglot-flags.flag-1.mk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.mk>a:before,.weglot-flags.flag-0.mk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ml>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ml>a:before,.weglot-flags.flag-2.ml>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ml>a:before,.weglot-flags.flag-1.ml>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ml>a:before,.weglot-flags.flag-0.ml>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.mn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mn.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.mn>a:before,.weglot-flags.flag-2.mn>span:before{background-image:url("https://cdn.weglot.com/flags/square/mn.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.mn>a:before,.weglot-flags.flag-1.mn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mn.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.mn>a:before,.weglot-flags.flag-0.mn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mn.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.mr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.mr>a:before,.weglot-flags.flag-2.mr>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.mr>a:before,.weglot-flags.flag-1.mr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.mr>a:before,.weglot-flags.flag-0.mr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ms>span:before{background-image:url("https://cdn.weglot.com/flags/circle/my.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ms>a:before,.weglot-flags.flag-2.ms>span:before{background-image:url("https://cdn.weglot.com/flags/square/my.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ms>a:before,.weglot-flags.flag-1.ms>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/my.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ms>a:before,.weglot-flags.flag-0.ms>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/my.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.mt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mt.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.mt>a:before,.weglot-flags.flag-2.mt>span:before{background-image:url("https://cdn.weglot.com/flags/square/mt.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.mt>a:before,.weglot-flags.flag-1.mt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mt.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.mt>a:before,.weglot-flags.flag-0.mt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mt.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.my>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mm.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.my>a:before,.weglot-flags.flag-2.my>span:before{background-image:url("https://cdn.weglot.com/flags/square/mm.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.my>a:before,.weglot-flags.flag-1.my>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mm.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.my>a:before,.weglot-flags.flag-0.my>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mm.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ne>span:before{background-image:url("https://cdn.weglot.com/flags/circle/np.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ne>a:before,.weglot-flags.flag-2.ne>span:before{background-image:url("https://cdn.weglot.com/flags/square/np.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ne>a:before,.weglot-flags.flag-1.ne>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/np.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ne>a:before,.weglot-flags.flag-0.ne>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/np.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.nl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/nl.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.nl>a:before,.weglot-flags.flag-2.nl>span:before{background-image:url("https://cdn.weglot.com/flags/square/nl.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.nl>a:before,.weglot-flags.flag-1.nl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/nl.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.nl>a:before,.weglot-flags.flag-0.nl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/nl.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.no>span:before{background-image:url("https://cdn.weglot.com/flags/circle/no.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.no>a:before,.weglot-flags.flag-2.no>span:before{background-image:url("https://cdn.weglot.com/flags/square/no.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.no>a:before,.weglot-flags.flag-1.no>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/no.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.no>a:before,.weglot-flags.flag-0.no>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/no.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ny>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ny>a:before,.weglot-flags.flag-2.ny>span:before{background-image:url("https://cdn.weglot.com/flags/square/mw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ny>a:before,.weglot-flags.flag-1.ny>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ny>a:before,.weglot-flags.flag-0.ny>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.pa>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.pa>a:before,.weglot-flags.flag-2.pa>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.pa>a:before,.weglot-flags.flag-1.pa>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.pa>a:before,.weglot-flags.flag-0.pa>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.pl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pl.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.pl>a:before,.weglot-flags.flag-2.pl>span:before{background-image:url("https://cdn.weglot.com/flags/square/pl.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.pl>a:before,.weglot-flags.flag-1.pl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pl.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.pl>a:before,.weglot-flags.flag-0.pl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pl.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ps>span:before{background-image:url("https://cdn.weglot.com/flags/circle/af.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ps>a:before,.weglot-flags.flag-2.ps>span:before{background-image:url("https://cdn.weglot.com/flags/square/af.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ps>a:before,.weglot-flags.flag-1.ps>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/af.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ps>a:before,.weglot-flags.flag-0.ps>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/af.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.pt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pt.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.pt>a:before,.weglot-flags.flag-2.pt>span:before{background-image:url("https://cdn.weglot.com/flags/square/pt.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.pt>a:before,.weglot-flags.flag-1.pt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pt.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.pt>a:before,.weglot-flags.flag-0.pt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pt.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ro>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ro.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ro>a:before,.weglot-flags.flag-2.ro>span:before{background-image:url("https://cdn.weglot.com/flags/square/ro.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ro>a:before,.weglot-flags.flag-1.ro>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ro.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ro>a:before,.weglot-flags.flag-0.ro>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ro.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ru>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ru.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ru>a:before,.weglot-flags.flag-2.ru>span:before{background-image:url("https://cdn.weglot.com/flags/square/ru.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ru>a:before,.weglot-flags.flag-1.ru>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ru.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ru>a:before,.weglot-flags.flag-0.ru>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ru.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sd>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sd>a:before,.weglot-flags.flag-2.sd>span:before{background-image:url("https://cdn.weglot.com/flags/square/pk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sd>a:before,.weglot-flags.flag-1.sd>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sd>a:before,.weglot-flags.flag-0.sd>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.si>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.si>a:before,.weglot-flags.flag-2.si>span:before{background-image:url("https://cdn.weglot.com/flags/square/lk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.si>a:before,.weglot-flags.flag-1.si>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.si>a:before,.weglot-flags.flag-0.si>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/sk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sk>a:before,.weglot-flags.flag-2.sk>span:before{background-image:url("https://cdn.weglot.com/flags/square/sk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sk>a:before,.weglot-flags.flag-1.sk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/sk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sk>a:before,.weglot-flags.flag-0.sk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/sk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/si.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sl>a:before,.weglot-flags.flag-2.sl>span:before{background-image:url("https://cdn.weglot.com/flags/square/si.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sl>a:before,.weglot-flags.flag-1.sl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/si.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sl>a:before,.weglot-flags.flag-0.sl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/si.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sm>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ws.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sm>a:before,.weglot-flags.flag-2.sm>span:before{background-image:url("https://cdn.weglot.com/flags/square/ws.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sm>a:before,.weglot-flags.flag-1.sm>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ws.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sm>a:before,.weglot-flags.flag-0.sm>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ws.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/zw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sn>a:before,.weglot-flags.flag-2.sn>span:before{background-image:url("https://cdn.weglot.com/flags/square/zw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sn>a:before,.weglot-flags.flag-1.sn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/zw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sn>a:before,.weglot-flags.flag-0.sn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/zw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.so>span:before{background-image:url("https://cdn.weglot.com/flags/circle/so.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.so>a:before,.weglot-flags.flag-2.so>span:before{background-image:url("https://cdn.weglot.com/flags/square/so.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.so>a:before,.weglot-flags.flag-1.so>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/so.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.so>a:before,.weglot-flags.flag-0.so>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/so.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sq>span:before{background-image:url("https://cdn.weglot.com/flags/circle/al.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sq>a:before,.weglot-flags.flag-2.sq>span:before{background-image:url("https://cdn.weglot.com/flags/square/al.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sq>a:before,.weglot-flags.flag-1.sq>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/al.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sq>a:before,.weglot-flags.flag-0.sq>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/al.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/rs.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sr>a:before,.weglot-flags.flag-2.sr>span:before{background-image:url("https://cdn.weglot.com/flags/square/rs.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sr>a:before,.weglot-flags.flag-1.sr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/rs.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sr>a:before,.weglot-flags.flag-0.sr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/rs.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.st>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ng.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.st>a:before,.weglot-flags.flag-2.st>span:before{background-image:url("https://cdn.weglot.com/flags/square/ng.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.st>a:before,.weglot-flags.flag-1.st>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ng.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.st>a:before,.weglot-flags.flag-0.st>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ng.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.su>span:before{background-image:url("https://cdn.weglot.com/flags/circle/sd.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.su>a:before,.weglot-flags.flag-2.su>span:before{background-image:url("https://cdn.weglot.com/flags/square/sd.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.su>a:before,.weglot-flags.flag-1.su>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/sd.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.su>a:before,.weglot-flags.flag-0.su>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/sd.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sv>span:before{background-image:url("https://cdn.weglot.com/flags/circle/se.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sv>a:before,.weglot-flags.flag-2.sv>span:before{background-image:url("https://cdn.weglot.com/flags/square/se.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sv>a:before,.weglot-flags.flag-1.sv>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/se.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sv>a:before,.weglot-flags.flag-0.sv>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/se.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sw>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ke.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sw>a:before,.weglot-flags.flag-2.sw>span:before{background-image:url("https://cdn.weglot.com/flags/square/ke.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sw>a:before,.weglot-flags.flag-1.sw>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ke.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sw>a:before,.weglot-flags.flag-0.sw>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ke.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ta>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ta>a:before,.weglot-flags.flag-2.ta>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ta>a:before,.weglot-flags.flag-1.ta>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ta>a:before,.weglot-flags.flag-0.ta>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.te>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.te>a:before,.weglot-flags.flag-2.te>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.te>a:before,.weglot-flags.flag-1.te>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.te>a:before,.weglot-flags.flag-0.te>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.tg>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tj.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.tg>a:before,.weglot-flags.flag-2.tg>span:before{background-image:url("https://cdn.weglot.com/flags/square/tj.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.tg>a:before,.weglot-flags.flag-1.tg>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tj.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.tg>a:before,.weglot-flags.flag-0.tg>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tj.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.th>span:before{background-image:url("https://cdn.weglot.com/flags/circle/th.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.th>a:before,.weglot-flags.flag-2.th>span:before{background-image:url("https://cdn.weglot.com/flags/square/th.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.th>a:before,.weglot-flags.flag-1.th>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/th.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.th>a:before,.weglot-flags.flag-0.th>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/th.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.tl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.tl>a:before,.weglot-flags.flag-2.tl>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.tl>a:before,.weglot-flags.flag-1.tl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.tl>a:before,.weglot-flags.flag-0.tl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.to>span:before{background-image:url("https://cdn.weglot.com/flags/circle/to.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.to>a:before,.weglot-flags.flag-2.to>span:before{background-image:url("https://cdn.weglot.com/flags/square/to.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.to>a:before,.weglot-flags.flag-1.to>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/to.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.to>a:before,.weglot-flags.flag-0.to>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/to.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.tr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.tr>a:before,.weglot-flags.flag-2.tr>span:before{background-image:url("https://cdn.weglot.com/flags/square/tr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.tr>a:before,.weglot-flags.flag-1.tr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.tr>a:before,.weglot-flags.flag-0.tr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.tt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.tt>a:before,.weglot-flags.flag-2.tt>span:before{background-image:url("https://cdn.weglot.com/flags/square/tr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.tt>a:before,.weglot-flags.flag-1.tt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.tt>a:before,.weglot-flags.flag-0.tt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.tw>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.tw>a:before,.weglot-flags.flag-2.tw>span:before{background-image:url("https://cdn.weglot.com/flags/square/tw.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.tw>a:before,.weglot-flags.flag-1.tw>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.tw>a:before,.weglot-flags.flag-0.tw>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tw.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ty>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pf.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ty>a:before,.weglot-flags.flag-2.ty>span:before{background-image:url("https://cdn.weglot.com/flags/square/pf.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ty>a:before,.weglot-flags.flag-1.ty>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pf.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ty>a:before,.weglot-flags.flag-0.ty>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pf.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.uk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ua.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.uk>a:before,.weglot-flags.flag-2.uk>span:before{background-image:url("https://cdn.weglot.com/flags/square/ua.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.uk>a:before,.weglot-flags.flag-1.uk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ua.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.uk>a:before,.weglot-flags.flag-0.uk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ua.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ur>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ur>a:before,.weglot-flags.flag-2.ur>span:before{background-image:url("https://cdn.weglot.com/flags/square/pk.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ur>a:before,.weglot-flags.flag-1.ur>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ur>a:before,.weglot-flags.flag-0.ur>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pk.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.uz>span:before{background-image:url("https://cdn.weglot.com/flags/circle/uz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.uz>a:before,.weglot-flags.flag-2.uz>span:before{background-image:url("https://cdn.weglot.com/flags/square/uz.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.uz>a:before,.weglot-flags.flag-1.uz>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/uz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.uz>a:before,.weglot-flags.flag-0.uz>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/uz.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.vi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/vn.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.vi>a:before,.weglot-flags.flag-2.vi>span:before{background-image:url("https://cdn.weglot.com/flags/square/vn.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.vi>a:before,.weglot-flags.flag-1.vi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/vn.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.vi>a:before,.weglot-flags.flag-0.vi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/vn.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.xh>span:before{background-image:url("https://cdn.weglot.com/flags/circle/za.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.xh>a:before,.weglot-flags.flag-2.xh>span:before{background-image:url("https://cdn.weglot.com/flags/square/za.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.xh>a:before,.weglot-flags.flag-1.xh>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/za.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.xh>a:before,.weglot-flags.flag-0.xh>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/za.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.yi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/il.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.yi>a:before,.weglot-flags.flag-2.yi>span:before{background-image:url("https://cdn.weglot.com/flags/square/il.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.yi>a:before,.weglot-flags.flag-1.yi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/il.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.yi>a:before,.weglot-flags.flag-0.yi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/il.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.yo>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ng.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.yo>a:before,.weglot-flags.flag-2.yo>span:before{background-image:url("https://cdn.weglot.com/flags/square/ng.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.yo>a:before,.weglot-flags.flag-1.yo>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ng.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.yo>a:before,.weglot-flags.flag-0.yo>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ng.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.zh>span:before{background-image:url("https://cdn.weglot.com/flags/circle/cn.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.zh>a:before,.weglot-flags.flag-2.zh>span:before{background-image:url("https://cdn.weglot.com/flags/square/cn.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.zh>a:before,.weglot-flags.flag-1.zh>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/cn.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.zh>a:before,.weglot-flags.flag-0.zh>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/cn.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.zu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/za.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.zu>a:before,.weglot-flags.flag-2.zu>span:before{background-image:url("https://cdn.weglot.com/flags/square/za.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.zu>a:before,.weglot-flags.flag-1.zu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/za.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.zu>a:before,.weglot-flags.flag-0.zu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/za.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.hm>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hm.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.hm>a:before,.weglot-flags.flag-2.hm>span:before{background-image:url("https://cdn.weglot.com/flags/square/hm.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.hm>a:before,.weglot-flags.flag-1.hm>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hm.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.hm>a:before,.weglot-flags.flag-0.hm>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hm.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.cb>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ph.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.cb>a:before,.weglot-flags.flag-2.cb>span:before{background-image:url("https://cdn.weglot.com/flags/square/ph.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.cb>a:before,.weglot-flags.flag-1.cb>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ph.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.cb>a:before,.weglot-flags.flag-0.cb>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ph.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.or>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.or>a:before,.weglot-flags.flag-2.or>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.or>a:before,.weglot-flags.flag-1.or>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.or>a:before,.weglot-flags.flag-0.or>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.tk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.tk>a:before,.weglot-flags.flag-2.tk>span:before{background-image:url("https://cdn.weglot.com/flags/square/tr.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.tk>a:before,.weglot-flags.flag-1.tk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.tk>a:before,.weglot-flags.flag-0.tk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tr.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.ug>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ug.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.ug>a:before,.weglot-flags.flag-2.ug>span:before{background-image:url("https://cdn.weglot.com/flags/square/ug.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.ug>a:before,.weglot-flags.flag-1.ug>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ug.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.ug>a:before,.weglot-flags.flag-0.ug>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ug.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.fc>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ca.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.fc>a:before,.weglot-flags.flag-2.fc>span:before{background-image:url("https://cdn.weglot.com/flags/square/ca.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.fc>a:before,.weglot-flags.flag-1.fc>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ca.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.fc>a:before,.weglot-flags.flag-0.fc>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ca.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.as>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.as>a:before,.weglot-flags.flag-2.as>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.as>a:before,.weglot-flags.flag-1.as>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.as>a:before,.weglot-flags.flag-0.as>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-3.sa>span:before{background-image:url("https://cdn.weglot.com/flags/circle/rs.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-2.sa>a:before,.weglot-flags.flag-2.sa>span:before{background-image:url("https://cdn.weglot.com/flags/square/rs.svg");background-position:unset !important;width:24px !important}.weglot-flags.flag-1.sa>a:before,.weglot-flags.flag-1.sa>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/rs.svg");background-position:unset !important;width:27px !important}.weglot-flags.flag-0.sa>a:before,.weglot-flags.flag-0.sa>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/rs.svg");background-position:unset !important;width:27px !important}
|
2 |
-
.weglot-flags.flag-0>a:before,.weglot-flags.flag-0>span:before{background-position:unset !important;width:27px !important}
|
3 |
-
|
4 |
-
|
1 |
+
.weglot-flags.flag-3.af>span:before{background-image:url("https://cdn.weglot.com/flags/circle/za.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.af>a:before,.weglot-flags.flag-2.af>span:before{background-image:url("https://cdn.weglot.com/flags/square/za.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.af>a:before,.weglot-flags.flag-1.af>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/za.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.af>a:before,.weglot-flags.flag-0.af>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/za.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.am>span:before{background-image:url("https://cdn.weglot.com/flags/circle/et.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.am>a:before,.weglot-flags.flag-2.am>span:before{background-image:url("https://cdn.weglot.com/flags/square/et.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.am>a:before,.weglot-flags.flag-1.am>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/et.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.am>a:before,.weglot-flags.flag-0.am>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/et.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ar>span:before{background-image:url("https://cdn.weglot.com/flags/circle/sa.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ar>a:before,.weglot-flags.flag-2.ar>span:before{background-image:url("https://cdn.weglot.com/flags/square/sa.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ar>a:before,.weglot-flags.flag-1.ar>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/sa.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ar>a:before,.weglot-flags.flag-0.ar>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/sa.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.az>span:before{background-image:url("https://cdn.weglot.com/flags/circle/az.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.az>a:before,.weglot-flags.flag-2.az>span:before{background-image:url("https://cdn.weglot.com/flags/square/az.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.az>a:before,.weglot-flags.flag-1.az>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/az.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.az>a:before,.weglot-flags.flag-0.az>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/az.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ba>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ru.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ba>a:before,.weglot-flags.flag-2.ba>span:before{background-image:url("https://cdn.weglot.com/flags/square/ru.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ba>a:before,.weglot-flags.flag-1.ba>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ru.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ba>a:before,.weglot-flags.flag-0.ba>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ru.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.be>span:before{background-image:url("https://cdn.weglot.com/flags/circle/by.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.be>a:before,.weglot-flags.flag-2.be>span:before{background-image:url("https://cdn.weglot.com/flags/square/by.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.be>a:before,.weglot-flags.flag-1.be>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/by.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.be>a:before,.weglot-flags.flag-0.be>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/by.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.bg>span:before{background-image:url("https://cdn.weglot.com/flags/circle/bg.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.bg>a:before,.weglot-flags.flag-2.bg>span:before{background-image:url("https://cdn.weglot.com/flags/square/bg.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.bg>a:before,.weglot-flags.flag-1.bg>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/bg.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.bg>a:before,.weglot-flags.flag-0.bg>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/bg.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.bn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/bd.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.bn>a:before,.weglot-flags.flag-2.bn>span:before{background-image:url("https://cdn.weglot.com/flags/square/bd.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.bn>a:before,.weglot-flags.flag-1.bn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/bd.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.bn>a:before,.weglot-flags.flag-0.bn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/bd.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.br>span:before{background-image:url("https://cdn.weglot.com/flags/circle/br.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.br>a:before,.weglot-flags.flag-2.br>span:before{background-image:url("https://cdn.weglot.com/flags/square/br.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.br>a:before,.weglot-flags.flag-1.br>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/br.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.br>a:before,.weglot-flags.flag-0.br>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/br.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.bs>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ba.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.bs>a:before,.weglot-flags.flag-2.bs>span:before{background-image:url("https://cdn.weglot.com/flags/square/ba.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.bs>a:before,.weglot-flags.flag-1.bs>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ba.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.bs>a:before,.weglot-flags.flag-0.bs>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ba.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ca>span:before{background-image:url("https://cdn.weglot.com/flags/circle/es-ca.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ca>a:before,.weglot-flags.flag-2.ca>span:before{background-image:url("https://cdn.weglot.com/flags/square/es-ca.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ca>a:before,.weglot-flags.flag-1.ca>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/es-ca.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ca>a:before,.weglot-flags.flag-0.ca>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/es-ca.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.co>span:before{background-image:url("https://cdn.weglot.com/flags/circle/co.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.co>a:before,.weglot-flags.flag-2.co>span:before{background-image:url("https://cdn.weglot.com/flags/square/co.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.co>a:before,.weglot-flags.flag-1.co>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/co.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.co>a:before,.weglot-flags.flag-0.co>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/co.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.cs>span:before{background-image:url("https://cdn.weglot.com/flags/circle/cz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.cs>a:before,.weglot-flags.flag-2.cs>span:before{background-image:url("https://cdn.weglot.com/flags/square/cz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.cs>a:before,.weglot-flags.flag-1.cs>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/cz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.cs>a:before,.weglot-flags.flag-0.cs>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/cz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.cy>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gb-wls.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.cy>a:before,.weglot-flags.flag-2.cy>span:before{background-image:url("https://cdn.weglot.com/flags/square/gb-wls.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.cy>a:before,.weglot-flags.flag-1.cy>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gb-wls.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.cy>a:before,.weglot-flags.flag-0.cy>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gb-wls.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.da>span:before{background-image:url("https://cdn.weglot.com/flags/circle/dk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.da>a:before,.weglot-flags.flag-2.da>span:before{background-image:url("https://cdn.weglot.com/flags/square/dk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.da>a:before,.weglot-flags.flag-1.da>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/dk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.da>a:before,.weglot-flags.flag-0.da>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/dk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.de>span:before{background-image:url("https://cdn.weglot.com/flags/circle/de.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.de>a:before,.weglot-flags.flag-2.de>span:before{background-image:url("https://cdn.weglot.com/flags/square/de.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.de>a:before,.weglot-flags.flag-1.de>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/de.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.de>a:before,.weglot-flags.flag-0.de>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/de.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.el>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.el>a:before,.weglot-flags.flag-2.el>span:before{background-image:url("https://cdn.weglot.com/flags/square/gr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.el>a:before,.weglot-flags.flag-1.el>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.el>a:before,.weglot-flags.flag-0.el>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.en>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gb.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before{background-image:url("https://cdn.weglot.com/flags/square/gb.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gb.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.en>a:before,.weglot-flags.flag-0.en>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gb.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.eo>span:before{background-image:url("https://cdn.weglot.com/flags/circle/eo.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-image:url("https://cdn.weglot.com/flags/square/eo.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.eo>a:before,.weglot-flags.flag-1.eo>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/eo.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.eo>a:before,.weglot-flags.flag-0.eo>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/eo.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.es>span:before{background-image:url("https://cdn.weglot.com/flags/circle/es.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before{background-image:url("https://cdn.weglot.com/flags/square/es.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/es.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.es>a:before,.weglot-flags.flag-0.es>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/es.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.et>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ee.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.et>a:before,.weglot-flags.flag-2.et>span:before{background-image:url("https://cdn.weglot.com/flags/square/ee.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.et>a:before,.weglot-flags.flag-1.et>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ee.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.et>a:before,.weglot-flags.flag-0.et>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ee.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.eu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/eu.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.eu>a:before,.weglot-flags.flag-2.eu>span:before{background-image:url("https://cdn.weglot.com/flags/square/eu.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.eu>a:before,.weglot-flags.flag-1.eu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/eu.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.eu>a:before,.weglot-flags.flag-0.eu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/eu.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fa>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ir.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fa>a:before,.weglot-flags.flag-2.fa>span:before{background-image:url("https://cdn.weglot.com/flags/square/ir.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fa>a:before,.weglot-flags.flag-1.fa>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ir.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fa>a:before,.weglot-flags.flag-0.fa>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ir.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/fi.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fi>a:before,.weglot-flags.flag-2.fi>span:before{background-image:url("https://cdn.weglot.com/flags/square/fi.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fi>a:before,.weglot-flags.flag-1.fi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/fi.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fi>a:before,.weglot-flags.flag-0.fi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/fi.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fj>span:before{background-image:url("https://cdn.weglot.com/flags/circle/fj.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fj>a:before,.weglot-flags.flag-2.fj>span:before{background-image:url("https://cdn.weglot.com/flags/square/fj.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fj>a:before,.weglot-flags.flag-1.fj>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/fj.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fj>a:before,.weglot-flags.flag-0.fj>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/fj.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ph.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fl>a:before,.weglot-flags.flag-2.fl>span:before{background-image:url("https://cdn.weglot.com/flags/square/ph.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fl>a:before,.weglot-flags.flag-1.fl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ph.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fl>a:before,.weglot-flags.flag-0.fl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ph.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/fr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fr>a:before,.weglot-flags.flag-2.fr>span:before{background-image:url("https://cdn.weglot.com/flags/square/fr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fr>a:before,.weglot-flags.flag-1.fr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/fr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fr>a:before,.weglot-flags.flag-0.fr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/fr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/fr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fr>a:before,.weglot-flags.flag-2.fr>span:before{background-image:url("https://cdn.weglot.com/flags/square/fr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fr>a:before,.weglot-flags.flag-1.fr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/fr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fr>a:before,.weglot-flags.flag-0.fr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/fr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fy>span:before{background-image:url("https://cdn.weglot.com/flags/circle/nl.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fy>a:before,.weglot-flags.flag-2.fy>span:before{background-image:url("https://cdn.weglot.com/flags/square/nl.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fy>a:before,.weglot-flags.flag-1.fy>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/nl.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fy>a:before,.weglot-flags.flag-0.fy>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/nl.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ga>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ie.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ga>a:before,.weglot-flags.flag-2.ga>span:before{background-image:url("https://cdn.weglot.com/flags/square/ie.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ga>a:before,.weglot-flags.flag-1.ga>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ie.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ga>a:before,.weglot-flags.flag-0.ga>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ie.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.gd>span:before{background-image:url("https://cdn.weglot.com/flags/circle/gb-sct.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.gd>a:before,.weglot-flags.flag-2.gd>span:before{background-image:url("https://cdn.weglot.com/flags/square/gb-sct.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.gd>a:before,.weglot-flags.flag-1.gd>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/gb-sct.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.gd>a:before,.weglot-flags.flag-0.gd>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/gb-sct.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.gl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/es-ga.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.gl>a:before,.weglot-flags.flag-2.gl>span:before{background-image:url("https://cdn.weglot.com/flags/square/es-ga.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.gl>a:before,.weglot-flags.flag-1.gl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/es-ga.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.gl>a:before,.weglot-flags.flag-0.gl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/es-ga.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.gu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.gu>a:before,.weglot-flags.flag-2.gu>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.gu>a:before,.weglot-flags.flag-1.gu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.gu>a:before,.weglot-flags.flag-0.gu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ha>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ne.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ha>a:before,.weglot-flags.flag-2.ha>span:before{background-image:url("https://cdn.weglot.com/flags/square/ne.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ha>a:before,.weglot-flags.flag-1.ha>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ne.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ha>a:before,.weglot-flags.flag-0.ha>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ne.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.he>span:before{background-image:url("https://cdn.weglot.com/flags/circle/il.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.he>a:before,.weglot-flags.flag-2.he>span:before{background-image:url("https://cdn.weglot.com/flags/square/il.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.he>a:before,.weglot-flags.flag-1.he>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/il.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.he>a:before,.weglot-flags.flag-0.he>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/il.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.hi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.hi>a:before,.weglot-flags.flag-2.hi>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.hi>a:before,.weglot-flags.flag-1.hi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.hi>a:before,.weglot-flags.flag-0.hi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.hr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.hr>a:before,.weglot-flags.flag-2.hr>span:before{background-image:url("https://cdn.weglot.com/flags/square/hr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.hr>a:before,.weglot-flags.flag-1.hr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.hr>a:before,.weglot-flags.flag-0.hr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ht>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ht.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ht>a:before,.weglot-flags.flag-2.ht>span:before{background-image:url("https://cdn.weglot.com/flags/square/ht.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ht>a:before,.weglot-flags.flag-1.ht>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ht.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ht>a:before,.weglot-flags.flag-0.ht>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ht.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.hu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hu.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.hu>a:before,.weglot-flags.flag-2.hu>span:before{background-image:url("https://cdn.weglot.com/flags/square/hu.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.hu>a:before,.weglot-flags.flag-1.hu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hu.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.hu>a:before,.weglot-flags.flag-0.hu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hu.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.hw>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.hw>a:before,.weglot-flags.flag-2.hw>span:before{background-image:url("https://cdn.weglot.com/flags/square/hw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.hw>a:before,.weglot-flags.flag-1.hw>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.hw>a:before,.weglot-flags.flag-0.hw>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.hy>span:before{background-image:url("https://cdn.weglot.com/flags/circle/am.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.hy>a:before,.weglot-flags.flag-2.hy>span:before{background-image:url("https://cdn.weglot.com/flags/square/am.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.hy>a:before,.weglot-flags.flag-1.hy>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/am.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.hy>a:before,.weglot-flags.flag-0.hy>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/am.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.id>span:before{background-image:url("https://cdn.weglot.com/flags/circle/id.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.id>a:before,.weglot-flags.flag-2.id>span:before{background-image:url("https://cdn.weglot.com/flags/square/id.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.id>a:before,.weglot-flags.flag-1.id>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/id.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.id>a:before,.weglot-flags.flag-0.id>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/id.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ig>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ne.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ig>a:before,.weglot-flags.flag-2.ig>span:before{background-image:url("https://cdn.weglot.com/flags/square/ne.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ig>a:before,.weglot-flags.flag-1.ig>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ne.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ig>a:before,.weglot-flags.flag-0.ig>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ne.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.is>span:before{background-image:url("https://cdn.weglot.com/flags/circle/is.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.is>a:before,.weglot-flags.flag-2.is>span:before{background-image:url("https://cdn.weglot.com/flags/square/is.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.is>a:before,.weglot-flags.flag-1.is>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/is.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.is>a:before,.weglot-flags.flag-0.is>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/is.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.it>span:before{background-image:url("https://cdn.weglot.com/flags/circle/it.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.it>a:before,.weglot-flags.flag-2.it>span:before{background-image:url("https://cdn.weglot.com/flags/square/it.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.it>a:before,.weglot-flags.flag-1.it>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/it.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.it>a:before,.weglot-flags.flag-0.it>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/it.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ja>span:before{background-image:url("https://cdn.weglot.com/flags/circle/jp.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ja>a:before,.weglot-flags.flag-2.ja>span:before{background-image:url("https://cdn.weglot.com/flags/square/jp.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ja>a:before,.weglot-flags.flag-1.ja>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/jp.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ja>a:before,.weglot-flags.flag-0.ja>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/jp.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.jv>span:before{background-image:url("https://cdn.weglot.com/flags/circle/id.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.jv>a:before,.weglot-flags.flag-2.jv>span:before{background-image:url("https://cdn.weglot.com/flags/square/id.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.jv>a:before,.weglot-flags.flag-1.jv>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/id.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.jv>a:before,.weglot-flags.flag-0.jv>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/id.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ka>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ge.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ka>a:before,.weglot-flags.flag-2.ka>span:before{background-image:url("https://cdn.weglot.com/flags/square/ge.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ka>a:before,.weglot-flags.flag-1.ka>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ge.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ka>a:before,.weglot-flags.flag-0.ka>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ge.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.kk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.kk>a:before,.weglot-flags.flag-2.kk>span:before{background-image:url("https://cdn.weglot.com/flags/square/kz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.kk>a:before,.weglot-flags.flag-1.kk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.kk>a:before,.weglot-flags.flag-0.kk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.km>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kh.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.km>a:before,.weglot-flags.flag-2.km>span:before{background-image:url("https://cdn.weglot.com/flags/square/kh.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.km>a:before,.weglot-flags.flag-1.km>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kh.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.km>a:before,.weglot-flags.flag-0.km>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kh.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.kn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.kn>a:before,.weglot-flags.flag-2.kn>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.kn>a:before,.weglot-flags.flag-1.kn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.kn>a:before,.weglot-flags.flag-0.kn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ko>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ko>a:before,.weglot-flags.flag-2.ko>span:before{background-image:url("https://cdn.weglot.com/flags/square/kr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ko>a:before,.weglot-flags.flag-1.ko>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ko>a:before,.weglot-flags.flag-0.ko>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ku>span:before{background-image:url("https://cdn.weglot.com/flags/circle/iq.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ku>a:before,.weglot-flags.flag-2.ku>span:before{background-image:url("https://cdn.weglot.com/flags/square/iq.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ku>a:before,.weglot-flags.flag-1.ku>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/iq.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ku>a:before,.weglot-flags.flag-0.ku>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/iq.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ky>span:before{background-image:url("https://cdn.weglot.com/flags/circle/kg.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ky>a:before,.weglot-flags.flag-2.ky>span:before{background-image:url("https://cdn.weglot.com/flags/square/kg.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ky>a:before,.weglot-flags.flag-1.ky>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/kg.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ky>a:before,.weglot-flags.flag-0.ky>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/kg.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.la>span:before{background-image:url("https://cdn.weglot.com/flags/circle/it.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.la>a:before,.weglot-flags.flag-2.la>span:before{background-image:url("https://cdn.weglot.com/flags/square/it.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.la>a:before,.weglot-flags.flag-1.la>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/it.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.la>a:before,.weglot-flags.flag-0.la>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/it.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.lb>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lu.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.lb>a:before,.weglot-flags.flag-2.lb>span:before{background-image:url("https://cdn.weglot.com/flags/square/lu.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.lb>a:before,.weglot-flags.flag-1.lb>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lu.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.lb>a:before,.weglot-flags.flag-0.lb>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lu.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.lo>span:before{background-image:url("https://cdn.weglot.com/flags/circle/la.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.lo>a:before,.weglot-flags.flag-2.lo>span:before{background-image:url("https://cdn.weglot.com/flags/square/la.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.lo>a:before,.weglot-flags.flag-1.lo>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/la.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.lo>a:before,.weglot-flags.flag-0.lo>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/la.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.lt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lt.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.lt>a:before,.weglot-flags.flag-2.lt>span:before{background-image:url("https://cdn.weglot.com/flags/square/lt.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.lt>a:before,.weglot-flags.flag-1.lt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lt.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.lt>a:before,.weglot-flags.flag-0.lt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lt.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.lv>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lv.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.lv>a:before,.weglot-flags.flag-2.lv>span:before{background-image:url("https://cdn.weglot.com/flags/square/lv.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.lv>a:before,.weglot-flags.flag-1.lv>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lv.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.lv>a:before,.weglot-flags.flag-0.lv>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lv.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.mg>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mg.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.mg>a:before,.weglot-flags.flag-2.mg>span:before{background-image:url("https://cdn.weglot.com/flags/square/mg.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.mg>a:before,.weglot-flags.flag-1.mg>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mg.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.mg>a:before,.weglot-flags.flag-0.mg>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mg.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.mi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/nz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.mi>a:before,.weglot-flags.flag-2.mi>span:before{background-image:url("https://cdn.weglot.com/flags/square/nz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.mi>a:before,.weglot-flags.flag-1.mi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/nz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.mi>a:before,.weglot-flags.flag-0.mi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/nz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.mk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.mk>a:before,.weglot-flags.flag-2.mk>span:before{background-image:url("https://cdn.weglot.com/flags/square/mk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.mk>a:before,.weglot-flags.flag-1.mk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.mk>a:before,.weglot-flags.flag-0.mk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ml>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ml>a:before,.weglot-flags.flag-2.ml>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ml>a:before,.weglot-flags.flag-1.ml>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ml>a:before,.weglot-flags.flag-0.ml>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.mn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mn.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.mn>a:before,.weglot-flags.flag-2.mn>span:before{background-image:url("https://cdn.weglot.com/flags/square/mn.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.mn>a:before,.weglot-flags.flag-1.mn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mn.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.mn>a:before,.weglot-flags.flag-0.mn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mn.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.mr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.mr>a:before,.weglot-flags.flag-2.mr>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.mr>a:before,.weglot-flags.flag-1.mr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.mr>a:before,.weglot-flags.flag-0.mr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ms>span:before{background-image:url("https://cdn.weglot.com/flags/circle/my.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ms>a:before,.weglot-flags.flag-2.ms>span:before{background-image:url("https://cdn.weglot.com/flags/square/my.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ms>a:before,.weglot-flags.flag-1.ms>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/my.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ms>a:before,.weglot-flags.flag-0.ms>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/my.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.mt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mt.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.mt>a:before,.weglot-flags.flag-2.mt>span:before{background-image:url("https://cdn.weglot.com/flags/square/mt.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.mt>a:before,.weglot-flags.flag-1.mt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mt.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.mt>a:before,.weglot-flags.flag-0.mt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mt.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.my>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mm.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.my>a:before,.weglot-flags.flag-2.my>span:before{background-image:url("https://cdn.weglot.com/flags/square/mm.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.my>a:before,.weglot-flags.flag-1.my>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mm.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.my>a:before,.weglot-flags.flag-0.my>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mm.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ne>span:before{background-image:url("https://cdn.weglot.com/flags/circle/np.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ne>a:before,.weglot-flags.flag-2.ne>span:before{background-image:url("https://cdn.weglot.com/flags/square/np.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ne>a:before,.weglot-flags.flag-1.ne>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/np.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ne>a:before,.weglot-flags.flag-0.ne>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/np.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.nl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/nl.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.nl>a:before,.weglot-flags.flag-2.nl>span:before{background-image:url("https://cdn.weglot.com/flags/square/nl.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.nl>a:before,.weglot-flags.flag-1.nl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/nl.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.nl>a:before,.weglot-flags.flag-0.nl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/nl.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.no>span:before{background-image:url("https://cdn.weglot.com/flags/circle/no.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.no>a:before,.weglot-flags.flag-2.no>span:before{background-image:url("https://cdn.weglot.com/flags/square/no.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.no>a:before,.weglot-flags.flag-1.no>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/no.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.no>a:before,.weglot-flags.flag-0.no>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/no.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ny>span:before{background-image:url("https://cdn.weglot.com/flags/circle/mw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ny>a:before,.weglot-flags.flag-2.ny>span:before{background-image:url("https://cdn.weglot.com/flags/square/mw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ny>a:before,.weglot-flags.flag-1.ny>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/mw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ny>a:before,.weglot-flags.flag-0.ny>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/mw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.pa>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.pa>a:before,.weglot-flags.flag-2.pa>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.pa>a:before,.weglot-flags.flag-1.pa>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.pa>a:before,.weglot-flags.flag-0.pa>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.pl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pl.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.pl>a:before,.weglot-flags.flag-2.pl>span:before{background-image:url("https://cdn.weglot.com/flags/square/pl.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.pl>a:before,.weglot-flags.flag-1.pl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pl.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.pl>a:before,.weglot-flags.flag-0.pl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pl.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ps>span:before{background-image:url("https://cdn.weglot.com/flags/circle/af.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ps>a:before,.weglot-flags.flag-2.ps>span:before{background-image:url("https://cdn.weglot.com/flags/square/af.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ps>a:before,.weglot-flags.flag-1.ps>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/af.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ps>a:before,.weglot-flags.flag-0.ps>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/af.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.pt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pt.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.pt>a:before,.weglot-flags.flag-2.pt>span:before{background-image:url("https://cdn.weglot.com/flags/square/pt.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.pt>a:before,.weglot-flags.flag-1.pt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pt.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.pt>a:before,.weglot-flags.flag-0.pt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pt.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ro>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ro.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ro>a:before,.weglot-flags.flag-2.ro>span:before{background-image:url("https://cdn.weglot.com/flags/square/ro.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ro>a:before,.weglot-flags.flag-1.ro>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ro.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ro>a:before,.weglot-flags.flag-0.ro>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ro.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ru>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ru.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ru>a:before,.weglot-flags.flag-2.ru>span:before{background-image:url("https://cdn.weglot.com/flags/square/ru.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ru>a:before,.weglot-flags.flag-1.ru>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ru.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ru>a:before,.weglot-flags.flag-0.ru>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ru.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sd>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sd>a:before,.weglot-flags.flag-2.sd>span:before{background-image:url("https://cdn.weglot.com/flags/square/pk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sd>a:before,.weglot-flags.flag-1.sd>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sd>a:before,.weglot-flags.flag-0.sd>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.si>span:before{background-image:url("https://cdn.weglot.com/flags/circle/lk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.si>a:before,.weglot-flags.flag-2.si>span:before{background-image:url("https://cdn.weglot.com/flags/square/lk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.si>a:before,.weglot-flags.flag-1.si>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/lk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.si>a:before,.weglot-flags.flag-0.si>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/lk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/sk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sk>a:before,.weglot-flags.flag-2.sk>span:before{background-image:url("https://cdn.weglot.com/flags/square/sk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sk>a:before,.weglot-flags.flag-1.sk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/sk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sk>a:before,.weglot-flags.flag-0.sk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/sk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/si.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sl>a:before,.weglot-flags.flag-2.sl>span:before{background-image:url("https://cdn.weglot.com/flags/square/si.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sl>a:before,.weglot-flags.flag-1.sl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/si.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sl>a:before,.weglot-flags.flag-0.sl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/si.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sm>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ws.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sm>a:before,.weglot-flags.flag-2.sm>span:before{background-image:url("https://cdn.weglot.com/flags/square/ws.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sm>a:before,.weglot-flags.flag-1.sm>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ws.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sm>a:before,.weglot-flags.flag-0.sm>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ws.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sn>span:before{background-image:url("https://cdn.weglot.com/flags/circle/zw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sn>a:before,.weglot-flags.flag-2.sn>span:before{background-image:url("https://cdn.weglot.com/flags/square/zw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sn>a:before,.weglot-flags.flag-1.sn>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/zw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sn>a:before,.weglot-flags.flag-0.sn>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/zw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.so>span:before{background-image:url("https://cdn.weglot.com/flags/circle/so.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.so>a:before,.weglot-flags.flag-2.so>span:before{background-image:url("https://cdn.weglot.com/flags/square/so.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.so>a:before,.weglot-flags.flag-1.so>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/so.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.so>a:before,.weglot-flags.flag-0.so>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/so.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sq>span:before{background-image:url("https://cdn.weglot.com/flags/circle/al.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sq>a:before,.weglot-flags.flag-2.sq>span:before{background-image:url("https://cdn.weglot.com/flags/square/al.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sq>a:before,.weglot-flags.flag-1.sq>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/al.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sq>a:before,.weglot-flags.flag-0.sq>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/al.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/rs.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sr>a:before,.weglot-flags.flag-2.sr>span:before{background-image:url("https://cdn.weglot.com/flags/square/rs.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sr>a:before,.weglot-flags.flag-1.sr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/rs.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sr>a:before,.weglot-flags.flag-0.sr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/rs.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.st>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ng.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.st>a:before,.weglot-flags.flag-2.st>span:before{background-image:url("https://cdn.weglot.com/flags/square/ng.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.st>a:before,.weglot-flags.flag-1.st>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ng.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.st>a:before,.weglot-flags.flag-0.st>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ng.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.su>span:before{background-image:url("https://cdn.weglot.com/flags/circle/sd.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.su>a:before,.weglot-flags.flag-2.su>span:before{background-image:url("https://cdn.weglot.com/flags/square/sd.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.su>a:before,.weglot-flags.flag-1.su>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/sd.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.su>a:before,.weglot-flags.flag-0.su>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/sd.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sv>span:before{background-image:url("https://cdn.weglot.com/flags/circle/se.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sv>a:before,.weglot-flags.flag-2.sv>span:before{background-image:url("https://cdn.weglot.com/flags/square/se.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sv>a:before,.weglot-flags.flag-1.sv>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/se.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sv>a:before,.weglot-flags.flag-0.sv>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/se.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sw>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ke.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sw>a:before,.weglot-flags.flag-2.sw>span:before{background-image:url("https://cdn.weglot.com/flags/square/ke.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sw>a:before,.weglot-flags.flag-1.sw>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ke.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sw>a:before,.weglot-flags.flag-0.sw>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ke.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ta>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ta>a:before,.weglot-flags.flag-2.ta>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ta>a:before,.weglot-flags.flag-1.ta>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ta>a:before,.weglot-flags.flag-0.ta>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.te>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.te>a:before,.weglot-flags.flag-2.te>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.te>a:before,.weglot-flags.flag-1.te>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.te>a:before,.weglot-flags.flag-0.te>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.tg>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tj.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.tg>a:before,.weglot-flags.flag-2.tg>span:before{background-image:url("https://cdn.weglot.com/flags/square/tj.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.tg>a:before,.weglot-flags.flag-1.tg>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tj.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.tg>a:before,.weglot-flags.flag-0.tg>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tj.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.th>span:before{background-image:url("https://cdn.weglot.com/flags/circle/th.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.th>a:before,.weglot-flags.flag-2.th>span:before{background-image:url("https://cdn.weglot.com/flags/square/th.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.th>a:before,.weglot-flags.flag-1.th>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/th.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.th>a:before,.weglot-flags.flag-0.th>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/th.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.tl>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.tl>a:before,.weglot-flags.flag-2.tl>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.tl>a:before,.weglot-flags.flag-1.tl>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.tl>a:before,.weglot-flags.flag-0.tl>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.to>span:before{background-image:url("https://cdn.weglot.com/flags/circle/to.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.to>a:before,.weglot-flags.flag-2.to>span:before{background-image:url("https://cdn.weglot.com/flags/square/to.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.to>a:before,.weglot-flags.flag-1.to>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/to.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.to>a:before,.weglot-flags.flag-0.to>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/to.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.tr>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.tr>a:before,.weglot-flags.flag-2.tr>span:before{background-image:url("https://cdn.weglot.com/flags/square/tr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.tr>a:before,.weglot-flags.flag-1.tr>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.tr>a:before,.weglot-flags.flag-0.tr>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.tt>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.tt>a:before,.weglot-flags.flag-2.tt>span:before{background-image:url("https://cdn.weglot.com/flags/square/tr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.tt>a:before,.weglot-flags.flag-1.tt>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.tt>a:before,.weglot-flags.flag-0.tt>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.tw>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.tw>a:before,.weglot-flags.flag-2.tw>span:before{background-image:url("https://cdn.weglot.com/flags/square/tw.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.tw>a:before,.weglot-flags.flag-1.tw>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.tw>a:before,.weglot-flags.flag-0.tw>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tw.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ty>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pf.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ty>a:before,.weglot-flags.flag-2.ty>span:before{background-image:url("https://cdn.weglot.com/flags/square/pf.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ty>a:before,.weglot-flags.flag-1.ty>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pf.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ty>a:before,.weglot-flags.flag-0.ty>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pf.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.uk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ua.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.uk>a:before,.weglot-flags.flag-2.uk>span:before{background-image:url("https://cdn.weglot.com/flags/square/ua.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.uk>a:before,.weglot-flags.flag-1.uk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ua.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.uk>a:before,.weglot-flags.flag-0.uk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ua.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ur>span:before{background-image:url("https://cdn.weglot.com/flags/circle/pk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ur>a:before,.weglot-flags.flag-2.ur>span:before{background-image:url("https://cdn.weglot.com/flags/square/pk.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ur>a:before,.weglot-flags.flag-1.ur>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/pk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ur>a:before,.weglot-flags.flag-0.ur>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/pk.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.uz>span:before{background-image:url("https://cdn.weglot.com/flags/circle/uz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.uz>a:before,.weglot-flags.flag-2.uz>span:before{background-image:url("https://cdn.weglot.com/flags/square/uz.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.uz>a:before,.weglot-flags.flag-1.uz>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/uz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.uz>a:before,.weglot-flags.flag-0.uz>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/uz.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.vi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/vn.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.vi>a:before,.weglot-flags.flag-2.vi>span:before{background-image:url("https://cdn.weglot.com/flags/square/vn.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.vi>a:before,.weglot-flags.flag-1.vi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/vn.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.vi>a:before,.weglot-flags.flag-0.vi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/vn.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.xh>span:before{background-image:url("https://cdn.weglot.com/flags/circle/za.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.xh>a:before,.weglot-flags.flag-2.xh>span:before{background-image:url("https://cdn.weglot.com/flags/square/za.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.xh>a:before,.weglot-flags.flag-1.xh>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/za.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.xh>a:before,.weglot-flags.flag-0.xh>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/za.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.yi>span:before{background-image:url("https://cdn.weglot.com/flags/circle/il.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.yi>a:before,.weglot-flags.flag-2.yi>span:before{background-image:url("https://cdn.weglot.com/flags/square/il.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.yi>a:before,.weglot-flags.flag-1.yi>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/il.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.yi>a:before,.weglot-flags.flag-0.yi>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/il.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.yo>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ng.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.yo>a:before,.weglot-flags.flag-2.yo>span:before{background-image:url("https://cdn.weglot.com/flags/square/ng.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.yo>a:before,.weglot-flags.flag-1.yo>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ng.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.yo>a:before,.weglot-flags.flag-0.yo>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ng.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.zh>span:before{background-image:url("https://cdn.weglot.com/flags/circle/cn.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.zh>a:before,.weglot-flags.flag-2.zh>span:before{background-image:url("https://cdn.weglot.com/flags/square/cn.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.zh>a:before,.weglot-flags.flag-1.zh>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/cn.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.zh>a:before,.weglot-flags.flag-0.zh>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/cn.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.zu>span:before{background-image:url("https://cdn.weglot.com/flags/circle/za.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.zu>a:before,.weglot-flags.flag-2.zu>span:before{background-image:url("https://cdn.weglot.com/flags/square/za.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.zu>a:before,.weglot-flags.flag-1.zu>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/za.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.zu>a:before,.weglot-flags.flag-0.zu>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/za.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.hm>span:before{background-image:url("https://cdn.weglot.com/flags/circle/hm.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.hm>a:before,.weglot-flags.flag-2.hm>span:before{background-image:url("https://cdn.weglot.com/flags/square/hm.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.hm>a:before,.weglot-flags.flag-1.hm>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/hm.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.hm>a:before,.weglot-flags.flag-0.hm>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/hm.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.cb>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ph.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.cb>a:before,.weglot-flags.flag-2.cb>span:before{background-image:url("https://cdn.weglot.com/flags/square/ph.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.cb>a:before,.weglot-flags.flag-1.cb>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ph.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.cb>a:before,.weglot-flags.flag-0.cb>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ph.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.or>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.or>a:before,.weglot-flags.flag-2.or>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.or>a:before,.weglot-flags.flag-1.or>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.or>a:before,.weglot-flags.flag-0.or>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.tk>span:before{background-image:url("https://cdn.weglot.com/flags/circle/tr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.tk>a:before,.weglot-flags.flag-2.tk>span:before{background-image:url("https://cdn.weglot.com/flags/square/tr.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.tk>a:before,.weglot-flags.flag-1.tk>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/tr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.tk>a:before,.weglot-flags.flag-0.tk>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/tr.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.ug>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ug.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.ug>a:before,.weglot-flags.flag-2.ug>span:before{background-image:url("https://cdn.weglot.com/flags/square/ug.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.ug>a:before,.weglot-flags.flag-1.ug>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ug.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.ug>a:before,.weglot-flags.flag-0.ug>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ug.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.fc>span:before{background-image:url("https://cdn.weglot.com/flags/circle/ca.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.fc>a:before,.weglot-flags.flag-2.fc>span:before{background-image:url("https://cdn.weglot.com/flags/square/ca.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.fc>a:before,.weglot-flags.flag-1.fc>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/ca.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.fc>a:before,.weglot-flags.flag-0.fc>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/ca.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.as>span:before{background-image:url("https://cdn.weglot.com/flags/circle/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.as>a:before,.weglot-flags.flag-2.as>span:before{background-image:url("https://cdn.weglot.com/flags/square/in.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.as>a:before,.weglot-flags.flag-1.as>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.as>a:before,.weglot-flags.flag-0.as>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/in.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-3.sa>span:before{background-image:url("https://cdn.weglot.com/flags/circle/rs.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-2.sa>a:before,.weglot-flags.flag-2.sa>span:before{background-image:url("https://cdn.weglot.com/flags/square/rs.svg");background-position:unset!important;width:24px!important}.weglot-flags.flag-1.sa>a:before,.weglot-flags.flag-1.sa>span:before{background-image:url("https://cdn.weglot.com/flags/shiny/rs.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0.sa>a:before,.weglot-flags.flag-0.sa>span:before{background-image:url("https://cdn.weglot.com/flags/rectangle_mat/rs.svg");background-position:unset!important;width:27px!important}.weglot-flags.flag-0>a:before,.weglot-flags.flag-0>span:before{background-position:unset!important;width:27px!important}
|
|
|
|
|
|
blocks/weglot-menu/.gitignore
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Logs
|
2 |
+
logs
|
3 |
+
*.log
|
4 |
+
npm-debug.log*
|
5 |
+
yarn-debug.log*
|
6 |
+
yarn-error.log*
|
7 |
+
|
8 |
+
# Coverage directory used by tools like istanbul
|
9 |
+
coverage
|
10 |
+
|
11 |
+
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
12 |
+
build/Release
|
13 |
+
|
14 |
+
# Dependency directories
|
15 |
+
node_modules/
|
16 |
+
|
17 |
+
# Optional npm cache directory
|
18 |
+
.npm
|
19 |
+
|
20 |
+
# Optional eslint cache
|
21 |
+
.eslintcache
|
22 |
+
|
23 |
+
# Output of `npm pack`
|
24 |
+
*.tgz
|
25 |
+
|
26 |
+
# Output of `wp-scripts plugin-zip`
|
27 |
+
*.zip
|
28 |
+
|
29 |
+
# dotenv environment variables file
|
30 |
+
.env
|
blocks/weglot-menu/build/block.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "create-block/weglot-menu",
|
5 |
+
"version": "0.1.0",
|
6 |
+
"title": "Weglot Widget menu",
|
7 |
+
"category": "widgets",
|
8 |
+
"parent": ["core/navigation"],
|
9 |
+
"icon": "smiley",
|
10 |
+
"description": "Weglot switcher menu",
|
11 |
+
"supports": {
|
12 |
+
"html": true
|
13 |
+
},
|
14 |
+
"textdomain": "weglot-menu",
|
15 |
+
"editorScript": "file:./index.js",
|
16 |
+
"editorStyle": "file:./index.css",
|
17 |
+
"style": "file:./style-index.css"
|
18 |
+
}
|
blocks/weglot-menu/build/images/circular_flag.2a0fa173.png
ADDED
Binary file
|
blocks/weglot-menu/build/images/rect_bright.93dd8032.png
ADDED
Binary file
|
blocks/weglot-menu/build/images/rect_mate.b41fa0fe.png
ADDED
Binary file
|
blocks/weglot-menu/build/images/square_flag.32ea47ac.png
ADDED
Binary file
|
blocks/weglot-menu/build/images/wgarrowdown.517eb92e.png
ADDED
Binary file
|
blocks/weglot-menu/build/index.asset.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => 'c32346d2d7f9ab48d67c439f11567927');
|
blocks/weglot-menu/build/index.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.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 0!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.br>a:before,.weglot-flags.br>span:before{background-position:-6630px 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!important}.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,.weglot-flags.eo>a:before,.weglot-flags.eo>span:before{background-position:-1920px 0!important}.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!important}.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!important}.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:-1740px 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.br>a:before,.weglot-flags.flag-1.br>span:before{background-position:-993px 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,.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:-5921px 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.br>a:before,.weglot-flags.flag-2.br>span:before{background-position:-2784px 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,.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-position:-312px 0!important}.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:-528px 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.br>a:before,.weglot-flags.flag-3.br>span:before{background-position:-4344px 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!important}.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,.weglot-flags.flag-3.eo>a:before,.weglot-flags.flag-3.eo>span:before{background-position:-2520px 0!important}.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:0 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:-3504px 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!important}.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}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.b41fa0fe.png)!important;background-size:auto 20px!important;border-radius:0!important;content:"";display:inline-block;height:20px!important;margin-right:10px;overflow:hidden;vertical-align:middle;width:30px!important}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.93dd8032.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.32ea47ac.png)!important;background-size:auto 24px!important;height:24px!important;width: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.2a0fa173.png)!important;background-size:auto 24px!important;height:24px!important;width:24px!important}#wp-admin-bar-weglot>.ab-item{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZyBmaWxsPSIjYTBhNWFhIj48cGF0aCBkPSJtMjEuNzM5IDkyLjU2NSA1MS44MjggMTI5LjczMiAyMy42Ni02MC4yNzkgMjQuMTQ0IDYwLjI3OUwxNzMuMiA5Mi41NjVoLTI4LjAwN2wtMjMuODIyIDU4Ljc1LTIzLjkwMi01OC43NS0yMy45MDIgNTguNzUtMjMuOTAyLTU4Ljc1SDIxLjczOXoiLz48cGF0aCBkPSJNMjEwLjAwNiA5Mi43MWMtMTcuODY2IDAtMzMuMTU3IDYuMzU4LTQ1Ljg3MyAxOS4wNzQtMTIuNzE1IDEyLjcxNi0xOC45OTMgMjguMDA2LTE4Ljk5MyA0NS43OTIgMCAxNy44NjcgNi4yNzggMzMuMTU4IDE4Ljk5MyA0NS44NzMgMTIuNzE2IDEyLjcxNiAyOC4wMDcgMTguOTkzIDQ1Ljg3MyAxOC45OTMgMTcuNzg2IDAgMzMuMDc3LTYuMjc3IDQ1Ljc5My0xOC45OTMgMTIuNzE1LTEyLjcxNSAxOS4wNzMtMjguMDA2IDE5LjA3My00NS44NzMgMC00LjUwNy0uNDgzLTguODUyLTEuMjg4LTEyLjk1N2gtNjMuNTc4djI1LjkxNGgzNi42OTljLTIuNzM3IDcuNTY1LTcuNDg1IDEzLjg0My0xNC4wODQgMTguNjcxLTYuNjggNC44My0xNC4yNDUgNy4yNDQtMjIuNjE1IDcuMjQ0LTEwLjc4NCAwLTE5Ljk1OC0zLjc4My0yNy41MjMtMTEuMzQ4LTcuNTY2LTcuNTY1LTExLjM0OC0xNi43NC0xMS4zNDgtMjcuNTI0IDAtMTAuNjIzIDMuNzgyLTE5Ljc5OCAxMS4zNDgtMjcuNDQzIDcuNTY1LTcuNjQ1IDE2Ljc0LTExLjUwOCAyNy41MjMtMTEuNTA4IDEwLjYyMyAwIDE5Ljc5OCAzLjg2MyAyNy41MjQgMTEuNDI4bDE4LjM1LTE4LjM1YTY3Ljk2MyA2Ny45NjMgMCAwIDAtMjAuNzY0LTEzLjg0MmMtNy44ODctMy4zOC0xNi4yNTctNS4xNS0yNS4xMS01LjE1eiIvPjwvZz48L3N2Zz4=)!important;background-position:4px 5px!important;background-repeat:no-repeat!important;background-size:22px auto!important;padding-left:30px!important}.weglot-hide,li.weglot-hide{display:none!important}.country-selector{display:inline-block;position:relative;text-align:left;width:auto;z-index:9999}.country-selector a{-webkit-touch-callout:none;color:#000;cursor:pointer;float:none!important;font-weight:400;outline:none;padding:0 10px;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.country-selector a:focus{outline:none}.country-selector ul{list-style:none;margin:0;padding:0;z-index:1010}.country-selector li{margin:0;padding:0}.country-selector.weglot-dropdown{background-color:#fff}.country-selector.weglot-dropdown a,.country-selector.weglot-dropdown span{box-sizing:border-box;display:block;font-size:13px;font-weight:400;height:37px;line-height:36px;padding:0 10px;width:100%}.country-selector.weglot-dropdown a:hover,.country-selector.weglot-dropdown span:hover{cursor:pointer}.country-selector.weglot-dropdown .wgcurrent{border:1px solid #e0e0e0;display:block;list-style:none;margin:0}.country-selector.weglot-dropdown .wgcurrent a,.country-selector.weglot-dropdown .wgcurrent span{padding-right:60px}.country-selector.weglot-dropdown .wgcurrent:after{-ms-interpolation-mode:nearest-neighbor;background:url(images/wgarrowdown.517eb92e.png) no-repeat;content:"";display:inline-block;height:7px;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:-o-pixelated;image-rendering:pixelated;position:absolute;right:8px;top:17px;transform:rotate(-90deg);transition:all .2s;width:13px}.country-selector.weglot-dropdown ul{background:#fff;border:1px solid #ebeef0;box-sizing:border-box;display:none;left:0;min-width:100%;padding:0;position:absolute;top:auto}.country-selector.weglot-dropdown input:checked~ul{display:block}.country-selector.weglot-dropdown input:checked~.wgcurrent:after{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{transform:rotate(-180deg)}.country-selector.weglot-default{bottom:0;position:fixed;right:40px}.country-selector.weglot-inline a:hover{color:#00a0d2;text-decoration:underline}.country-selector.weglot-inline .wgcurrent a{text-decoration:underline}.country-selector.weglot-inline label{margin-bottom:0}.country-selector.weglot-inline label,.country-selector.weglot-inline li,.country-selector.weglot-inline ul{display:inline-block;vertical-align:middle}.country-selector.weglot-inline li{line-height:1!important;margin:2px 0}.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;transform: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-left:10px;margin-right:0}.weglot-flags>a:before,.weglot-flags>span.wglanguage-name:before{background-image:url(images/rect_mate.b41fa0fe.png);background-size:auto 20px!important;border-radius:0!important;content:"";display:inline-block;height:20px!important;margin-right:10px;overflow:hidden;vertical-align:middle;width:30px!important}.weglot-flags.flag-1>a:before,.weglot-flags.flag-1>span:before{background-image:url(images/rect_bright.93dd8032.png)}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url(images/square_flag.32ea47ac.png);background-size:auto 24px!important;height:24px!important;width:24px!important}.weglot-flags.flag-3 a:before,.weglot-flags.flag-3 span:before{background-image:url(images/circular_flag.2a0fa173.png);background-size:auto 24px!important;height:24px!important;width:24px!important}.weglot-flags>a span:before,.weglot-flags>span a:before{background-image:none!important;display:none!important}
|
blocks/weglot-menu/build/index.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
!function(){"use strict";var L={n:function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return L.d(t,{a:t}),t},d:function(e,t){for(var n in t)L.o(t,n)&&!L.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o:function(L,e){return Object.prototype.hasOwnProperty.call(L,e)}},e=window.wp.blocks,t=window.wp.element;const n={};n.weglot=(0,t.createElement)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,t.createElement)("path",{d:"M12.9831 0.0472697L13.4682 0.0945448L13.9462 0.164576L14.4172 0.250364L14.8829 0.355413L15.3417 0.477971L15.7916 0.618033L16.2346 0.775604L16.6706 0.950685L17.0961 1.14152L17.5146 1.34811L17.9208 1.56872L18.32 1.80508L18.7087 2.05719L19.0851 2.32331L19.4528 2.60344L19.803 2.89758L20.1532 3.20397L20.4859 3.52261L20.8046 3.85352L21.111 4.20368L21.4051 4.55384L21.6853 4.9215L21.9514 5.29793L22.2018 5.68661L22.4399 6.08404L22.6605 6.49197L22.8672 6.90867L23.0563 7.33586L23.2314 7.77006L23.3872 8.21302L23.529 8.66472L23.6516 9.12168L23.7566 9.5874L23.8424 10.0601L23.9107 10.5381L23.9597 11.0213L23.9895 11.5115L24 12.0053L23.9895 12.5007L23.9597 12.9892L23.9107 13.4724L23.8424 13.9521L23.7566 14.4231L23.6516 14.8888L23.529 15.3458L23.3872 15.7975L23.2314 16.2404L23.0563 16.6764L22.8672 17.1018L22.6605 17.5185L22.4399 17.9265L22.2018 18.3256L21.9514 18.7126L21.6853 19.089L21.4051 19.4567L21.111 19.8068L20.8046 20.157L20.4859 20.4896L20.1532 20.8083L19.803 21.1147L19.4528 21.4071L19.0851 21.6872L18.7087 21.9533L18.32 22.2037L17.9208 22.44L17.5146 22.6624L17.0961 22.8637L16.6706 23.0546L16.2346 23.2296L15.7916 23.3872L15.3417 23.5273L14.8829 23.6498L14.4172 23.7549L13.9462 23.8424L13.4682 23.9107L12.9831 23.9597L12.4946 23.9895L11.9991 24L11.5054 23.9895L11.0151 23.9597L10.5318 23.9142L10.0538 23.8459L9.58109 23.7584L9.1171 23.6533L8.65835 23.5308L8.20311 23.389L7.75837 23.2314L7.32415 23.0563L6.90392 22.8637L6.48545 22.6589L6.07748 22.4365L5.68002 22.2002L5.29306 21.9498L4.91486 21.6819L4.54717 21.4018L4.19698 21.1094L3.84679 20.803L3.51412 20.4844L3.19545 20.1517L2.88904 19.8016L2.59488 19.4514L2.31473 19.0837L2.04859 18.7056L1.79821 18.3186L1.56183 17.9195L1.33946 17.5115L1.13285 17.0948L0.943754 16.6694L0.768661 16.2334L0.612826 15.7905L0.472753 15.3388L0.348439 14.8818L0.243382 14.4161L0.157583 13.9451L0.0892992 13.4654L0.0402733 12.9822L0.0105052 12.4937L0 11.9983L0.0105052 11.5045L0.0402733 11.0143L0.0892992 10.5311L0.157583 10.0531L0.243382 9.58039L0.348439 9.11468L0.472753 8.65772L0.612826 8.20601L0.768661 7.76306L0.943754 7.32886L1.13285 6.90166L1.33946 6.48497L1.56183 6.07703L1.79821 5.6796L2.04859 5.29093L2.31473 4.9145L2.59488 4.54683L2.88904 4.19667L3.19545 3.84651L3.51412 3.51561L3.84679 3.19697L4.19698 2.89058L4.54717 2.59644L4.91486 2.31631L5.29306 2.05019L5.68002 1.79807L6.07748 1.56171L6.48545 1.34112L6.90392 1.13452L7.3294 0.94368L7.76363 0.7686L8.20836 0.611028L8.65835 0.470966L9.1171 0.348408L9.58109 0.243359L10.0538 0.157571L10.5318 0.0875401L11.0151 0.0402704L11.5054 0.00875188L11.9991 0L12.4946 0.00875188L12.9831 0.0472697Z",fill:"#18164C"}),(0,t.createElement)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.1629 9.00676C14.0613 8.08877 15.1601 7.64917 16.4463 7.64917C17.6781 7.65415 18.8591 8.14147 19.7361 9.00676L18.424 10.3191C17.8617 9.77606 17.2089 9.49808 16.4592 9.49808C15.7171 9.48861 15.004 9.78563 14.4879 10.3191C13.945 10.8686 13.6735 11.528 13.6735 12.2908C13.6616 13.0323 13.9563 13.7457 14.4879 14.2626C15.1252 14.9082 16.0385 15.2003 16.9321 15.0442C17.8257 14.8881 18.5861 14.3038 18.967 13.4803H16.3558V11.7284H21.0546C21.2285 13.1474 20.7371 14.5672 19.7232 15.5749C18.8118 16.48 17.7131 16.939 16.4398 16.939C15.2057 16.9581 14.019 16.4641 13.1629 15.5749C12.2895 14.7137 11.8376 13.6744 11.8015 12.4513L9.9843 17.0943L8.26446 12.529L6.58987 17.0943L2.91095 7.71111H4.89589L6.58987 12.0563L8.29032 7.71111L9.9843 12.0563L11.6718 7.71111H13.6568L13.1415 9.02764C13.1486 9.02066 13.1557 9.0137 13.1629 9.00676Z",fill:"white"}));var o=n,r=(window.wp.i18n,window.wp.blockEditor),l=window.wp.serverSideRender,i=L.n(l);(0,e.registerBlockType)("create-block/weglot-menu",{icon:o.weglot,edit:function(L){const e=(0,r.useBlockProps)();return(0,t.createElement)("div",e,(0,t.createElement)(i(),{block:"create-block/weglot-widget",attributes:L.attributes}))},save:function(){return null}})}();
|
blocks/weglot-menu/readme.txt
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Weglot Menu ===
|
2 |
+
Contributors: The WordPress Contributors
|
3 |
+
Tags: block
|
4 |
+
Tested up to: 5.9
|
5 |
+
Stable tag: 0.1.0
|
6 |
+
License: GPL-2.0-or-later
|
7 |
+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
8 |
+
|
9 |
+
Example block written with ESNext standard and JSX support – build step required.
|
10 |
+
|
11 |
+
== Description ==
|
12 |
+
|
13 |
+
This is the long description. No limit, and you can use Markdown (as well as in the following sections).
|
14 |
+
|
15 |
+
For backwards compatibility, if this section is missing, the full length of the short description will be used, and
|
16 |
+
Markdown parsed.
|
17 |
+
|
18 |
+
== Installation ==
|
19 |
+
|
20 |
+
This section describes how to install the plugin and get it working.
|
21 |
+
|
22 |
+
e.g.
|
23 |
+
|
24 |
+
1. Upload the plugin files to the `/wp-content/plugins/weglot-menu` directory, or install the plugin through the WordPress plugins screen directly.
|
25 |
+
1. Activate the plugin through the 'Plugins' screen in WordPress
|
26 |
+
|
27 |
+
|
28 |
+
== Frequently Asked Questions ==
|
29 |
+
|
30 |
+
= A question that someone might have =
|
31 |
+
|
32 |
+
An answer to that question.
|
33 |
+
|
34 |
+
= What about foo bar? =
|
35 |
+
|
36 |
+
Answer to foo bar dilemma.
|
37 |
+
|
38 |
+
== Screenshots ==
|
39 |
+
|
40 |
+
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
|
41 |
+
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
|
42 |
+
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
|
43 |
+
(or jpg, jpeg, gif).
|
44 |
+
2. This is the second screen shot
|
45 |
+
|
46 |
+
== Changelog ==
|
47 |
+
|
48 |
+
= 0.1.0 =
|
49 |
+
* Release
|
50 |
+
|
51 |
+
== Arbitrary section ==
|
52 |
+
|
53 |
+
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
|
54 |
+
plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
|
55 |
+
"installation." Arbitrary sections will be shown below the built-in sections outlined above.
|
blocks/weglot-menu/src/block.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "create-block/weglot-menu",
|
5 |
+
"version": "0.1.0",
|
6 |
+
"title": "Weglot Widget menu",
|
7 |
+
"category": "widgets",
|
8 |
+
"parent": ["core/navigation"],
|
9 |
+
"icon": "smiley",
|
10 |
+
"description": "Weglot switcher menu",
|
11 |
+
"supports": {
|
12 |
+
"html": true
|
13 |
+
},
|
14 |
+
"textdomain": "weglot-menu",
|
15 |
+
"editorScript": "file:./index.js",
|
16 |
+
"editorStyle": "file:./index.css",
|
17 |
+
"style": "file:./style-index.css"
|
18 |
+
}
|
blocks/weglot-menu/src/edit.js
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Retrieves the translation of text.
|
3 |
+
*
|
4 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-i18n/
|
5 |
+
*/
|
6 |
+
import {__} from '@wordpress/i18n';
|
7 |
+
|
8 |
+
/**
|
9 |
+
* React hook that is used to mark the block wrapper element.
|
10 |
+
* It provides all the necessary props like the class name.
|
11 |
+
*
|
12 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-block-editor/#useBlockProps
|
13 |
+
*/
|
14 |
+
import {useBlockProps} from '@wordpress/block-editor';
|
15 |
+
import ServerSideRender from '@wordpress/server-side-render';
|
16 |
+
|
17 |
+
/**
|
18 |
+
* Lets webpack process CSS, SASS or SCSS files referenced in JavaScript files.
|
19 |
+
* Those files can contain any CSS code that gets applied to the editor.
|
20 |
+
*
|
21 |
+
* @see https://www.npmjs.com/package/@wordpress/scripts#using-css
|
22 |
+
*/
|
23 |
+
import './editor.scss';
|
24 |
+
|
25 |
+
/**
|
26 |
+
* The edit function describes the structure of your block in the context of the
|
27 |
+
* editor. This represents what the editor will render when the block is used.
|
28 |
+
*
|
29 |
+
* @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#edit
|
30 |
+
*
|
31 |
+
* @return {WPElement} Element to render.
|
32 |
+
*/
|
33 |
+
export default function Edit(props) {
|
34 |
+
const blockProps = useBlockProps();
|
35 |
+
return (
|
36 |
+
<div {...blockProps}>
|
37 |
+
<ServerSideRender
|
38 |
+
block="create-block/weglot-widget"
|
39 |
+
attributes={props.attributes}
|
40 |
+
/>
|
41 |
+
</div>
|
42 |
+
);
|
43 |
+
}
|
blocks/weglot-menu/src/editor.scss
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* The following styles get applied inside the editor only.
|
3 |
+
*
|
4 |
+
* Replace them with your own styles or remove the file completely.
|
5 |
+
*/
|
6 |
+
|
7 |
+
.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 0 !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.br>a:before,.weglot-flags.br>span:before{background-position:-6630px 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 !important}.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 !important}.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 !important}.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 !important}.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:-1740px 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.br>a:before,.weglot-flags.flag-1.br>span:before{background-position:-993px 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:-5921px 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.br>a:before,.weglot-flags.flag-2.br>span:before{background-position:-2784px 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 !important}.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:-528px 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.br>a:before,.weglot-flags.flag-3.br>span:before{background-position:-4344px 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 !important}.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 !important}.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:-3504px 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 !important}.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}body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags a.mega-menu-link:before{background-image:url("../../../app/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("../../../app/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("../../../app/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("../../../app/images/circular_flag.png") !important;width:24px !important;height:24px !important;background-size:auto 24px !important}#wp-admin-bar-weglot>.ab-item{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZyBmaWxsPSIjYTBhNWFhIj48cGF0aCBkPSJNMjEuNzM5IDkyLjU2NWw1MS44MjggMTI5LjczMiAyMy42Ni02MC4yNzkgMjQuMTQ0IDYwLjI3OUwxNzMuMiA5Mi41NjVoLTI4LjAwN2wtMjMuODIyIDU4Ljc1LTIzLjkwMi01OC43NS0yMy45MDIgNTguNzUtMjMuOTAyLTU4Ljc1SDIxLjczOXoiLz48cGF0aCBkPSJNMjEwLjAwNiA5Mi43MWMtMTcuODY2IDAtMzMuMTU3IDYuMzU4LTQ1Ljg3MyAxOS4wNzQtMTIuNzE1IDEyLjcxNi0xOC45OTMgMjguMDA2LTE4Ljk5MyA0NS43OTIgMCAxNy44NjcgNi4yNzggMzMuMTU4IDE4Ljk5MyA0NS44NzMgMTIuNzE2IDEyLjcxNiAyOC4wMDcgMTguOTkzIDQ1Ljg3MyAxOC45OTMgMTcuNzg2IDAgMzMuMDc3LTYuMjc3IDQ1Ljc5My0xOC45OTMgMTIuNzE1LTEyLjcxNSAxOS4wNzMtMjguMDA2IDE5LjA3My00NS44NzMgMC00LjUwNy0uNDgzLTguODUyLTEuMjg4LTEyLjk1N2gtNjMuNTc4djI1LjkxNGgzNi42OTljLTIuNzM3IDcuNTY1LTcuNDg1IDEzLjg0My0xNC4wODQgMTguNjcxLTYuNjggNC44My0xNC4yNDUgNy4yNDQtMjIuNjE1IDcuMjQ0LTEwLjc4NCAwLTE5Ljk1OC0zLjc4My0yNy41MjMtMTEuMzQ4LTcuNTY2LTcuNTY1LTExLjM0OC0xNi43NC0xMS4zNDgtMjcuNTI0IDAtMTAuNjIzIDMuNzgyLTE5Ljc5OCAxMS4zNDgtMjcuNDQzIDcuNTY1LTcuNjQ1IDE2Ljc0LTExLjUwOCAyNy41MjMtMTEuNTA4IDEwLjYyMyAwIDE5Ljc5OCAzLjg2MyAyNy41MjQgMTEuNDI4bDE4LjM1LTE4LjM1YTY3Ljk2MyA2Ny45NjMgMCAwMC0yMC43NjQtMTMuODQyYy03Ljg4Ny0zLjM4LTE2LjI1Ny01LjE1LTI1LjExLTUuMTV6Ii8+PC9nPjwvc3ZnPg==") !important;-webkit-background-size:22px auto !important;background-size:22px auto !important;background-repeat:no-repeat !important;background-position:4px 5px !important;padding-left:30px !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("../../../app/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.wglanguage-name:before{background-image:url("../../../app/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("../../../app/images/rect_bright.png")}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url("../../../app/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("../../../app/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}
|
blocks/weglot-menu/src/icons.js
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
const icons = {};
|
2 |
+
|
3 |
+
icons.weglot = <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<path d="M12.9831 0.0472697L13.4682 0.0945448L13.9462 0.164576L14.4172 0.250364L14.8829 0.355413L15.3417 0.477971L15.7916 0.618033L16.2346 0.775604L16.6706 0.950685L17.0961 1.14152L17.5146 1.34811L17.9208 1.56872L18.32 1.80508L18.7087 2.05719L19.0851 2.32331L19.4528 2.60344L19.803 2.89758L20.1532 3.20397L20.4859 3.52261L20.8046 3.85352L21.111 4.20368L21.4051 4.55384L21.6853 4.9215L21.9514 5.29793L22.2018 5.68661L22.4399 6.08404L22.6605 6.49197L22.8672 6.90867L23.0563 7.33586L23.2314 7.77006L23.3872 8.21302L23.529 8.66472L23.6516 9.12168L23.7566 9.5874L23.8424 10.0601L23.9107 10.5381L23.9597 11.0213L23.9895 11.5115L24 12.0053L23.9895 12.5007L23.9597 12.9892L23.9107 13.4724L23.8424 13.9521L23.7566 14.4231L23.6516 14.8888L23.529 15.3458L23.3872 15.7975L23.2314 16.2404L23.0563 16.6764L22.8672 17.1018L22.6605 17.5185L22.4399 17.9265L22.2018 18.3256L21.9514 18.7126L21.6853 19.089L21.4051 19.4567L21.111 19.8068L20.8046 20.157L20.4859 20.4896L20.1532 20.8083L19.803 21.1147L19.4528 21.4071L19.0851 21.6872L18.7087 21.9533L18.32 22.2037L17.9208 22.44L17.5146 22.6624L17.0961 22.8637L16.6706 23.0546L16.2346 23.2296L15.7916 23.3872L15.3417 23.5273L14.8829 23.6498L14.4172 23.7549L13.9462 23.8424L13.4682 23.9107L12.9831 23.9597L12.4946 23.9895L11.9991 24L11.5054 23.9895L11.0151 23.9597L10.5318 23.9142L10.0538 23.8459L9.58109 23.7584L9.1171 23.6533L8.65835 23.5308L8.20311 23.389L7.75837 23.2314L7.32415 23.0563L6.90392 22.8637L6.48545 22.6589L6.07748 22.4365L5.68002 22.2002L5.29306 21.9498L4.91486 21.6819L4.54717 21.4018L4.19698 21.1094L3.84679 20.803L3.51412 20.4844L3.19545 20.1517L2.88904 19.8016L2.59488 19.4514L2.31473 19.0837L2.04859 18.7056L1.79821 18.3186L1.56183 17.9195L1.33946 17.5115L1.13285 17.0948L0.943754 16.6694L0.768661 16.2334L0.612826 15.7905L0.472753 15.3388L0.348439 14.8818L0.243382 14.4161L0.157583 13.9451L0.0892992 13.4654L0.0402733 12.9822L0.0105052 12.4937L0 11.9983L0.0105052 11.5045L0.0402733 11.0143L0.0892992 10.5311L0.157583 10.0531L0.243382 9.58039L0.348439 9.11468L0.472753 8.65772L0.612826 8.20601L0.768661 7.76306L0.943754 7.32886L1.13285 6.90166L1.33946 6.48497L1.56183 6.07703L1.79821 5.6796L2.04859 5.29093L2.31473 4.9145L2.59488 4.54683L2.88904 4.19667L3.19545 3.84651L3.51412 3.51561L3.84679 3.19697L4.19698 2.89058L4.54717 2.59644L4.91486 2.31631L5.29306 2.05019L5.68002 1.79807L6.07748 1.56171L6.48545 1.34112L6.90392 1.13452L7.3294 0.94368L7.76363 0.7686L8.20836 0.611028L8.65835 0.470966L9.1171 0.348408L9.58109 0.243359L10.0538 0.157571L10.5318 0.0875401L11.0151 0.0402704L11.5054 0.00875188L11.9991 0L12.4946 0.00875188L12.9831 0.0472697Z" fill="#18164C"/>
|
5 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1629 9.00676C14.0613 8.08877 15.1601 7.64917 16.4463 7.64917C17.6781 7.65415 18.8591 8.14147 19.7361 9.00676L18.424 10.3191C17.8617 9.77606 17.2089 9.49808 16.4592 9.49808C15.7171 9.48861 15.004 9.78563 14.4879 10.3191C13.945 10.8686 13.6735 11.528 13.6735 12.2908C13.6616 13.0323 13.9563 13.7457 14.4879 14.2626C15.1252 14.9082 16.0385 15.2003 16.9321 15.0442C17.8257 14.8881 18.5861 14.3038 18.967 13.4803H16.3558V11.7284H21.0546C21.2285 13.1474 20.7371 14.5672 19.7232 15.5749C18.8118 16.48 17.7131 16.939 16.4398 16.939C15.2057 16.9581 14.019 16.4641 13.1629 15.5749C12.2895 14.7137 11.8376 13.6744 11.8015 12.4513L9.9843 17.0943L8.26446 12.529L6.58987 17.0943L2.91095 7.71111H4.89589L6.58987 12.0563L8.29032 7.71111L9.9843 12.0563L11.6718 7.71111H13.6568L13.1415 9.02764C13.1486 9.02066 13.1557 9.0137 13.1629 9.00676Z" fill="white"/>
|
6 |
+
</svg>
|
7 |
+
|
8 |
+
export default icons;
|
blocks/weglot-menu/src/index.js
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Registers a new block provided a unique name and an object defining its behavior.
|
3 |
+
*
|
4 |
+
* @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-registration/
|
5 |
+
*/
|
6 |
+
import { registerBlockType } from '@wordpress/blocks';
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Lets webpack process CSS, SASS or SCSS files referenced in JavaScript files.
|
10 |
+
* All files containing `style` keyword are bundled together. The code used
|
11 |
+
* gets applied both to the front of your site and to the editor.
|
12 |
+
*
|
13 |
+
* @see https://www.npmjs.com/package/@wordpress/scripts#using-css
|
14 |
+
*/
|
15 |
+
import icons from './icons.js'
|
16 |
+
|
17 |
+
/**
|
18 |
+
* Internal dependencies
|
19 |
+
*/
|
20 |
+
import Edit from './edit';
|
21 |
+
import save from './save';
|
22 |
+
|
23 |
+
/**
|
24 |
+
* Every block starts by registering a new block type definition.
|
25 |
+
*
|
26 |
+
* @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-registration/
|
27 |
+
*/
|
28 |
+
registerBlockType( 'create-block/weglot-menu', {
|
29 |
+
icon: icons.weglot, // The Weglot icon
|
30 |
+
/**
|
31 |
+
* @see ./edit.js
|
32 |
+
*/
|
33 |
+
edit: Edit,
|
34 |
+
|
35 |
+
/**
|
36 |
+
* @see ./save.js
|
37 |
+
*/
|
38 |
+
save,
|
39 |
+
} );
|
blocks/weglot-menu/src/save.js
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Retrieves the translation of text.
|
3 |
+
*
|
4 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-i18n/
|
5 |
+
*/
|
6 |
+
import { __ } from '@wordpress/i18n';
|
7 |
+
|
8 |
+
/**
|
9 |
+
* React hook that is used to mark the block wrapper element.
|
10 |
+
* It provides all the necessary props like the class name.
|
11 |
+
*
|
12 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-block-editor/#useBlockProps
|
13 |
+
*/
|
14 |
+
import { useBlockProps } from '@wordpress/block-editor';
|
15 |
+
|
16 |
+
/**
|
17 |
+
* The save function defines the way in which the different attributes should
|
18 |
+
* be combined into the final markup, which is then serialized by the block
|
19 |
+
* editor into `post_content`.
|
20 |
+
*
|
21 |
+
* @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#save
|
22 |
+
*
|
23 |
+
* @return {WPElement} Element to render.
|
24 |
+
*/
|
25 |
+
export default function save() {
|
26 |
+
return null;
|
27 |
+
}
|
blocks/weglot-menu/src/style.scss
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* The following styles get applied both on the front of your site
|
3 |
+
* and in the editor.
|
4 |
+
*
|
5 |
+
* Replace them with your own styles or remove the file completely.
|
6 |
+
*/
|
blocks/weglot-menu/weglot-menu.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Plugin Name: Weglot Menu
|
4 |
+
* Description: Example block written with ESNext standard and JSX support – build step required.
|
5 |
+
* Requires at least: 5.8
|
6 |
+
* Requires PHP: 7.0
|
7 |
+
* Version: 0.1.0
|
8 |
+
* Author: The WordPress Contributors
|
9 |
+
* License: GPL-2.0-or-later
|
10 |
+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
+
* Text Domain: weglot-menu
|
12 |
+
*
|
13 |
+
* @package create-block
|
14 |
+
*/
|
15 |
+
|
16 |
+
/**
|
17 |
+
* Registers the block using the metadata loaded from the `block.json` file.
|
18 |
+
* Behind the scenes, it registers also all assets so they can be enqueued
|
19 |
+
* through the block editor in the corresponding context.
|
20 |
+
*
|
21 |
+
* @see https://developer.wordpress.org/reference/functions/register_block_type/
|
22 |
+
*/
|
23 |
+
function create_block_weglot_menu_block_init() {
|
24 |
+
register_block_type( __DIR__ . '/build' );
|
25 |
+
}
|
26 |
+
add_action( 'init', 'create_block_weglot_menu_block_init' );
|
blocks/weglot-widget/.gitignore
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Logs
|
2 |
+
logs
|
3 |
+
*.log
|
4 |
+
npm-debug.log*
|
5 |
+
yarn-debug.log*
|
6 |
+
yarn-error.log*
|
7 |
+
|
8 |
+
# Coverage directory used by tools like istanbul
|
9 |
+
coverage
|
10 |
+
|
11 |
+
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
12 |
+
build/Release
|
13 |
+
|
14 |
+
# Dependency directories
|
15 |
+
node_modules/
|
16 |
+
|
17 |
+
# Optional npm cache directory
|
18 |
+
.npm
|
19 |
+
|
20 |
+
# Optional eslint cache
|
21 |
+
.eslintcache
|
22 |
+
|
23 |
+
# Output of `npm pack`
|
24 |
+
*.tgz
|
25 |
+
|
26 |
+
# Output of `wp-scripts plugin-zip`
|
27 |
+
*.zip
|
28 |
+
|
29 |
+
# dotenv environment variables file
|
30 |
+
.env
|
blocks/weglot-widget/build/block.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "create-block/weglot-widget",
|
5 |
+
"version": "0.1.0",
|
6 |
+
"title": "Weglot Widget",
|
7 |
+
"category": "widgets",
|
8 |
+
"icon": "smiley",
|
9 |
+
"description": "Weglot switcher widget",
|
10 |
+
"supports": {
|
11 |
+
"html": true
|
12 |
+
},
|
13 |
+
"textdomain": "weglot-widget",
|
14 |
+
"editorScript": "file:./index.js",
|
15 |
+
"editorStyle": "file:./index.css",
|
16 |
+
"style": "file:./style-index.css"
|
17 |
+
}
|
blocks/weglot-widget/build/images/circular_flag.2a0fa173.png
ADDED
Binary file
|
blocks/weglot-widget/build/images/rect_bright.93dd8032.png
ADDED
Binary file
|
blocks/weglot-widget/build/images/rect_mate.b41fa0fe.png
ADDED
Binary file
|
blocks/weglot-widget/build/images/square_flag.32ea47ac.png
ADDED
Binary file
|
blocks/weglot-widget/build/images/wgarrowdown.517eb92e.png
ADDED
Binary file
|
blocks/weglot-widget/build/index.asset.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => '250335267d04471980b70a2b0ba471d0');
|
blocks/weglot-widget/build/index.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.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 0!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.br>a:before,.weglot-flags.br>span:before{background-position:-6630px 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!important}.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,.weglot-flags.eo>a:before,.weglot-flags.eo>span:before{background-position:-1920px 0!important}.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!important}.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!important}.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:-1740px 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.br>a:before,.weglot-flags.flag-1.br>span:before{background-position:-993px 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,.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:-5921px 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.br>a:before,.weglot-flags.flag-2.br>span:before{background-position:-2784px 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,.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-position:-312px 0!important}.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:-528px 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.br>a:before,.weglot-flags.flag-3.br>span:before{background-position:-4344px 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!important}.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,.weglot-flags.flag-3.eo>a:before,.weglot-flags.flag-3.eo>span:before{background-position:-2520px 0!important}.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:0 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:-3504px 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!important}.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}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.b41fa0fe.png)!important;background-size:auto 20px!important;border-radius:0!important;content:"";display:inline-block;height:20px!important;margin-right:10px;overflow:hidden;vertical-align:middle;width:30px!important}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.93dd8032.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.32ea47ac.png)!important;background-size:auto 24px!important;height:24px!important;width: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.2a0fa173.png)!important;background-size:auto 24px!important;height:24px!important;width:24px!important}#wp-admin-bar-weglot>.ab-item{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZyBmaWxsPSIjYTBhNWFhIj48cGF0aCBkPSJtMjEuNzM5IDkyLjU2NSA1MS44MjggMTI5LjczMiAyMy42Ni02MC4yNzkgMjQuMTQ0IDYwLjI3OUwxNzMuMiA5Mi41NjVoLTI4LjAwN2wtMjMuODIyIDU4Ljc1LTIzLjkwMi01OC43NS0yMy45MDIgNTguNzUtMjMuOTAyLTU4Ljc1SDIxLjczOXoiLz48cGF0aCBkPSJNMjEwLjAwNiA5Mi43MWMtMTcuODY2IDAtMzMuMTU3IDYuMzU4LTQ1Ljg3MyAxOS4wNzQtMTIuNzE1IDEyLjcxNi0xOC45OTMgMjguMDA2LTE4Ljk5MyA0NS43OTIgMCAxNy44NjcgNi4yNzggMzMuMTU4IDE4Ljk5MyA0NS44NzMgMTIuNzE2IDEyLjcxNiAyOC4wMDcgMTguOTkzIDQ1Ljg3MyAxOC45OTMgMTcuNzg2IDAgMzMuMDc3LTYuMjc3IDQ1Ljc5My0xOC45OTMgMTIuNzE1LTEyLjcxNSAxOS4wNzMtMjguMDA2IDE5LjA3My00NS44NzMgMC00LjUwNy0uNDgzLTguODUyLTEuMjg4LTEyLjk1N2gtNjMuNTc4djI1LjkxNGgzNi42OTljLTIuNzM3IDcuNTY1LTcuNDg1IDEzLjg0My0xNC4wODQgMTguNjcxLTYuNjggNC44My0xNC4yNDUgNy4yNDQtMjIuNjE1IDcuMjQ0LTEwLjc4NCAwLTE5Ljk1OC0zLjc4My0yNy41MjMtMTEuMzQ4LTcuNTY2LTcuNTY1LTExLjM0OC0xNi43NC0xMS4zNDgtMjcuNTI0IDAtMTAuNjIzIDMuNzgyLTE5Ljc5OCAxMS4zNDgtMjcuNDQzIDcuNTY1LTcuNjQ1IDE2Ljc0LTExLjUwOCAyNy41MjMtMTEuNTA4IDEwLjYyMyAwIDE5Ljc5OCAzLjg2MyAyNy41MjQgMTEuNDI4bDE4LjM1LTE4LjM1YTY3Ljk2MyA2Ny45NjMgMCAwIDAtMjAuNzY0LTEzLjg0MmMtNy44ODctMy4zOC0xNi4yNTctNS4xNS0yNS4xMS01LjE1eiIvPjwvZz48L3N2Zz4=)!important;background-position:4px 5px!important;background-repeat:no-repeat!important;background-size:22px auto!important;padding-left:30px!important}.weglot-hide,li.weglot-hide{display:none!important}.country-selector{display:inline-block;position:relative;text-align:left;width:auto;z-index:9999}.country-selector a{-webkit-touch-callout:none;color:#000;cursor:pointer;float:none!important;font-weight:400;outline:none;padding:0 10px;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.country-selector a:focus{outline:none}.country-selector ul{list-style:none;margin:0;padding:0;z-index:1010}.country-selector li{margin:0;padding:0}.country-selector.weglot-dropdown{background-color:#fff}.country-selector.weglot-dropdown a,.country-selector.weglot-dropdown span{box-sizing:border-box;display:block;font-size:13px;font-weight:400;height:37px;line-height:36px;padding:0 10px;width:100%}.country-selector.weglot-dropdown a:hover,.country-selector.weglot-dropdown span:hover{cursor:pointer}.country-selector.weglot-dropdown .wgcurrent{border:1px solid #e0e0e0;display:block;list-style:none;margin:0}.country-selector.weglot-dropdown .wgcurrent a,.country-selector.weglot-dropdown .wgcurrent span{padding-right:60px}.country-selector.weglot-dropdown .wgcurrent:after{-ms-interpolation-mode:nearest-neighbor;background:url(images/wgarrowdown.517eb92e.png) no-repeat;content:"";display:inline-block;height:7px;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:-o-pixelated;image-rendering:pixelated;position:absolute;right:8px;top:17px;transform:rotate(-90deg);transition:all .2s;width:13px}.country-selector.weglot-dropdown ul{background:#fff;border:1px solid #ebeef0;box-sizing:border-box;display:none;left:0;min-width:100%;padding:0;position:absolute;top:auto}.country-selector.weglot-dropdown input:checked~ul{display:block}.country-selector.weglot-dropdown input:checked~.wgcurrent:after{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{transform:rotate(-180deg)}.country-selector.weglot-default{bottom:0;position:fixed;right:40px}.country-selector.weglot-inline a:hover{color:#00a0d2;text-decoration:underline}.country-selector.weglot-inline .wgcurrent a{text-decoration:underline}.country-selector.weglot-inline label{margin-bottom:0}.country-selector.weglot-inline label,.country-selector.weglot-inline li,.country-selector.weglot-inline ul{display:inline-block;vertical-align:middle}.country-selector.weglot-inline li{line-height:1!important;margin:2px 0}.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;transform: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-left:10px;margin-right:0}.weglot-flags>a:before,.weglot-flags>span.wglanguage-name:before{background-image:url(images/rect_mate.b41fa0fe.png);background-size:auto 20px!important;border-radius:0!important;content:"";display:inline-block;height:20px!important;margin-right:10px;overflow:hidden;vertical-align:middle;width:30px!important}.weglot-flags.flag-1>a:before,.weglot-flags.flag-1>span:before{background-image:url(images/rect_bright.93dd8032.png)}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url(images/square_flag.32ea47ac.png);background-size:auto 24px!important;height:24px!important;width:24px!important}.weglot-flags.flag-3 a:before,.weglot-flags.flag-3 span:before{background-image:url(images/circular_flag.2a0fa173.png);background-size:auto 24px!important;height:24px!important;width:24px!important}.weglot-flags>a span:before,.weglot-flags>span a:before{background-image:none!important;display:none!important}
|
blocks/weglot-widget/build/index.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
!function(){"use strict";var L={n:function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return L.d(t,{a:t}),t},d:function(e,t){for(var n in t)L.o(t,n)&&!L.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o:function(L,e){return Object.prototype.hasOwnProperty.call(L,e)}},e=window.wp.blocks,t=window.wp.element;const n={};n.weglot=(0,t.createElement)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,t.createElement)("path",{d:"M12.9831 0.0472697L13.4682 0.0945448L13.9462 0.164576L14.4172 0.250364L14.8829 0.355413L15.3417 0.477971L15.7916 0.618033L16.2346 0.775604L16.6706 0.950685L17.0961 1.14152L17.5146 1.34811L17.9208 1.56872L18.32 1.80508L18.7087 2.05719L19.0851 2.32331L19.4528 2.60344L19.803 2.89758L20.1532 3.20397L20.4859 3.52261L20.8046 3.85352L21.111 4.20368L21.4051 4.55384L21.6853 4.9215L21.9514 5.29793L22.2018 5.68661L22.4399 6.08404L22.6605 6.49197L22.8672 6.90867L23.0563 7.33586L23.2314 7.77006L23.3872 8.21302L23.529 8.66472L23.6516 9.12168L23.7566 9.5874L23.8424 10.0601L23.9107 10.5381L23.9597 11.0213L23.9895 11.5115L24 12.0053L23.9895 12.5007L23.9597 12.9892L23.9107 13.4724L23.8424 13.9521L23.7566 14.4231L23.6516 14.8888L23.529 15.3458L23.3872 15.7975L23.2314 16.2404L23.0563 16.6764L22.8672 17.1018L22.6605 17.5185L22.4399 17.9265L22.2018 18.3256L21.9514 18.7126L21.6853 19.089L21.4051 19.4567L21.111 19.8068L20.8046 20.157L20.4859 20.4896L20.1532 20.8083L19.803 21.1147L19.4528 21.4071L19.0851 21.6872L18.7087 21.9533L18.32 22.2037L17.9208 22.44L17.5146 22.6624L17.0961 22.8637L16.6706 23.0546L16.2346 23.2296L15.7916 23.3872L15.3417 23.5273L14.8829 23.6498L14.4172 23.7549L13.9462 23.8424L13.4682 23.9107L12.9831 23.9597L12.4946 23.9895L11.9991 24L11.5054 23.9895L11.0151 23.9597L10.5318 23.9142L10.0538 23.8459L9.58109 23.7584L9.1171 23.6533L8.65835 23.5308L8.20311 23.389L7.75837 23.2314L7.32415 23.0563L6.90392 22.8637L6.48545 22.6589L6.07748 22.4365L5.68002 22.2002L5.29306 21.9498L4.91486 21.6819L4.54717 21.4018L4.19698 21.1094L3.84679 20.803L3.51412 20.4844L3.19545 20.1517L2.88904 19.8016L2.59488 19.4514L2.31473 19.0837L2.04859 18.7056L1.79821 18.3186L1.56183 17.9195L1.33946 17.5115L1.13285 17.0948L0.943754 16.6694L0.768661 16.2334L0.612826 15.7905L0.472753 15.3388L0.348439 14.8818L0.243382 14.4161L0.157583 13.9451L0.0892992 13.4654L0.0402733 12.9822L0.0105052 12.4937L0 11.9983L0.0105052 11.5045L0.0402733 11.0143L0.0892992 10.5311L0.157583 10.0531L0.243382 9.58039L0.348439 9.11468L0.472753 8.65772L0.612826 8.20601L0.768661 7.76306L0.943754 7.32886L1.13285 6.90166L1.33946 6.48497L1.56183 6.07703L1.79821 5.6796L2.04859 5.29093L2.31473 4.9145L2.59488 4.54683L2.88904 4.19667L3.19545 3.84651L3.51412 3.51561L3.84679 3.19697L4.19698 2.89058L4.54717 2.59644L4.91486 2.31631L5.29306 2.05019L5.68002 1.79807L6.07748 1.56171L6.48545 1.34112L6.90392 1.13452L7.3294 0.94368L7.76363 0.7686L8.20836 0.611028L8.65835 0.470966L9.1171 0.348408L9.58109 0.243359L10.0538 0.157571L10.5318 0.0875401L11.0151 0.0402704L11.5054 0.00875188L11.9991 0L12.4946 0.00875188L12.9831 0.0472697Z",fill:"#18164C"}),(0,t.createElement)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.1629 9.00676C14.0613 8.08877 15.1601 7.64917 16.4463 7.64917C17.6781 7.65415 18.8591 8.14147 19.7361 9.00676L18.424 10.3191C17.8617 9.77606 17.2089 9.49808 16.4592 9.49808C15.7171 9.48861 15.004 9.78563 14.4879 10.3191C13.945 10.8686 13.6735 11.528 13.6735 12.2908C13.6616 13.0323 13.9563 13.7457 14.4879 14.2626C15.1252 14.9082 16.0385 15.2003 16.9321 15.0442C17.8257 14.8881 18.5861 14.3038 18.967 13.4803H16.3558V11.7284H21.0546C21.2285 13.1474 20.7371 14.5672 19.7232 15.5749C18.8118 16.48 17.7131 16.939 16.4398 16.939C15.2057 16.9581 14.019 16.4641 13.1629 15.5749C12.2895 14.7137 11.8376 13.6744 11.8015 12.4513L9.9843 17.0943L8.26446 12.529L6.58987 17.0943L2.91095 7.71111H4.89589L6.58987 12.0563L8.29032 7.71111L9.9843 12.0563L11.6718 7.71111H13.6568L13.1415 9.02764C13.1486 9.02066 13.1557 9.0137 13.1629 9.00676Z",fill:"white"}));var o=n,r=(window.wp.i18n,window.wp.blockEditor),i=window.wp.serverSideRender,l=L.n(i);(0,e.registerBlockType)("create-block/weglot-widget",{icon:o.weglot,edit:function(L){const e=(0,r.useBlockProps)();return(0,t.createElement)("div",e,(0,t.createElement)(l(),{block:"create-block/weglot-widget",attributes:L.attributes}))},save:function(){return null}})}();
|
blocks/weglot-widget/readme.txt
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Weglot Widget ===
|
2 |
+
Contributors: The WordPress Contributors
|
3 |
+
Tags: block
|
4 |
+
Tested up to: 5.9
|
5 |
+
Stable tag: 0.1.0
|
6 |
+
License: GPL-2.0-or-later
|
7 |
+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
8 |
+
|
9 |
+
Example block written with ESNext standard and JSX support – build step required.
|
10 |
+
|
11 |
+
== Description ==
|
12 |
+
|
13 |
+
This is the long description. No limit, and you can use Markdown (as well as in the following sections).
|
14 |
+
|
15 |
+
For backwards compatibility, if this section is missing, the full length of the short description will be used, and
|
16 |
+
Markdown parsed.
|
17 |
+
|
18 |
+
== Installation ==
|
19 |
+
|
20 |
+
This section describes how to install the plugin and get it working.
|
21 |
+
|
22 |
+
e.g.
|
23 |
+
|
24 |
+
1. Upload the plugin files to the `/wp-content/plugins/weglot-widget` directory, or install the plugin through the WordPress plugins screen directly.
|
25 |
+
1. Activate the plugin through the 'Plugins' screen in WordPress
|
26 |
+
|
27 |
+
|
28 |
+
== Frequently Asked Questions ==
|
29 |
+
|
30 |
+
= A question that someone might have =
|
31 |
+
|
32 |
+
An answer to that question.
|
33 |
+
|
34 |
+
= What about foo bar? =
|
35 |
+
|
36 |
+
Answer to foo bar dilemma.
|
37 |
+
|
38 |
+
== Screenshots ==
|
39 |
+
|
40 |
+
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
|
41 |
+
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
|
42 |
+
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
|
43 |
+
(or jpg, jpeg, gif).
|
44 |
+
2. This is the second screen shot
|
45 |
+
|
46 |
+
== Changelog ==
|
47 |
+
|
48 |
+
= 0.1.0 =
|
49 |
+
* Release
|
50 |
+
|
51 |
+
== Arbitrary section ==
|
52 |
+
|
53 |
+
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
|
54 |
+
plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
|
55 |
+
"installation." Arbitrary sections will be shown below the built-in sections outlined above.
|
blocks/weglot-widget/src/block.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"$schema": "https://schemas.wp.org/trunk/block.json",
|
3 |
+
"apiVersion": 2,
|
4 |
+
"name": "create-block/weglot-widget",
|
5 |
+
"version": "0.1.0",
|
6 |
+
"title": "Weglot Widget",
|
7 |
+
"category": "widgets",
|
8 |
+
"icon": "smiley",
|
9 |
+
"description": "Weglot switcher widget",
|
10 |
+
"supports": {
|
11 |
+
"html": true
|
12 |
+
},
|
13 |
+
"textdomain": "weglot-widget",
|
14 |
+
"editorScript": "file:./index.js",
|
15 |
+
"editorStyle": "file:./index.css",
|
16 |
+
"style": "file:./style-index.css"
|
17 |
+
}
|
blocks/weglot-widget/src/edit.js
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Retrieves the translation of text.
|
3 |
+
*
|
4 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-i18n/
|
5 |
+
*/
|
6 |
+
import {__} from '@wordpress/i18n';
|
7 |
+
|
8 |
+
/**
|
9 |
+
* React hook that is used to mark the block wrapper element.
|
10 |
+
* It provides all the necessary props like the class name.
|
11 |
+
*
|
12 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-block-editor/#useBlockProps
|
13 |
+
*/
|
14 |
+
import {useBlockProps} from '@wordpress/block-editor';
|
15 |
+
import ServerSideRender from '@wordpress/server-side-render';
|
16 |
+
|
17 |
+
/**
|
18 |
+
* Internal dependencies
|
19 |
+
*/
|
20 |
+
import {blockStyle} from './index';
|
21 |
+
|
22 |
+
/**
|
23 |
+
* Lets webpack process CSS, SASS or SCSS files referenced in JavaScript files.
|
24 |
+
* Those files can contain any CSS code that gets applied to the editor.
|
25 |
+
*
|
26 |
+
* @see https://www.npmjs.com/package/@wordpress/scripts#using-css
|
27 |
+
*/
|
28 |
+
import './editor.scss';
|
29 |
+
|
30 |
+
/**
|
31 |
+
* The edit function describes the structure of your block in the context of the
|
32 |
+
* editor. This represents what the editor will render when the block is used.
|
33 |
+
*
|
34 |
+
* @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#edit
|
35 |
+
*
|
36 |
+
* @return {WPElement} Element to render.
|
37 |
+
*/
|
38 |
+
export default function Edit(props) {
|
39 |
+
const blockProps = useBlockProps();
|
40 |
+
return (
|
41 |
+
<div {...blockProps}>
|
42 |
+
<ServerSideRender
|
43 |
+
block="create-block/weglot-widget"
|
44 |
+
attributes={props.attributes}
|
45 |
+
/>
|
46 |
+
</div>
|
47 |
+
);
|
48 |
+
}
|
blocks/weglot-widget/src/editor.scss
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* The following styles get applied inside the editor only.
|
3 |
+
*
|
4 |
+
* Replace them with your own styles or remove the file completely.
|
5 |
+
*/
|
6 |
+
|
7 |
+
.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 0 !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.br>a:before,.weglot-flags.br>span:before{background-position:-6630px 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 !important}.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 !important}.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 !important}.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 !important}.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:-1740px 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.br>a:before,.weglot-flags.flag-1.br>span:before{background-position:-993px 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:-5921px 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.br>a:before,.weglot-flags.flag-2.br>span:before{background-position:-2784px 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 !important}.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:-528px 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.br>a:before,.weglot-flags.flag-3.br>span:before{background-position:-4344px 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 !important}.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 !important}.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:-3504px 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 !important}.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}body div[id^="mega-menu-wrap"] #mega-menu-primary li.mega-menu-item.weglot-flags a.mega-menu-link:before{background-image:url("../../../app/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("../../../app/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("../../../app/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("../../../app/images/circular_flag.png") !important;width:24px !important;height:24px !important;background-size:auto 24px !important}#wp-admin-bar-weglot>.ab-item{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZyBmaWxsPSIjYTBhNWFhIj48cGF0aCBkPSJNMjEuNzM5IDkyLjU2NWw1MS44MjggMTI5LjczMiAyMy42Ni02MC4yNzkgMjQuMTQ0IDYwLjI3OUwxNzMuMiA5Mi41NjVoLTI4LjAwN2wtMjMuODIyIDU4Ljc1LTIzLjkwMi01OC43NS0yMy45MDIgNTguNzUtMjMuOTAyLTU4Ljc1SDIxLjczOXoiLz48cGF0aCBkPSJNMjEwLjAwNiA5Mi43MWMtMTcuODY2IDAtMzMuMTU3IDYuMzU4LTQ1Ljg3MyAxOS4wNzQtMTIuNzE1IDEyLjcxNi0xOC45OTMgMjguMDA2LTE4Ljk5MyA0NS43OTIgMCAxNy44NjcgNi4yNzggMzMuMTU4IDE4Ljk5MyA0NS44NzMgMTIuNzE2IDEyLjcxNiAyOC4wMDcgMTguOTkzIDQ1Ljg3MyAxOC45OTMgMTcuNzg2IDAgMzMuMDc3LTYuMjc3IDQ1Ljc5My0xOC45OTMgMTIuNzE1LTEyLjcxNSAxOS4wNzMtMjguMDA2IDE5LjA3My00NS44NzMgMC00LjUwNy0uNDgzLTguODUyLTEuMjg4LTEyLjk1N2gtNjMuNTc4djI1LjkxNGgzNi42OTljLTIuNzM3IDcuNTY1LTcuNDg1IDEzLjg0My0xNC4wODQgMTguNjcxLTYuNjggNC44My0xNC4yNDUgNy4yNDQtMjIuNjE1IDcuMjQ0LTEwLjc4NCAwLTE5Ljk1OC0zLjc4My0yNy41MjMtMTEuMzQ4LTcuNTY2LTcuNTY1LTExLjM0OC0xNi43NC0xMS4zNDgtMjcuNTI0IDAtMTAuNjIzIDMuNzgyLTE5Ljc5OCAxMS4zNDgtMjcuNDQzIDcuNTY1LTcuNjQ1IDE2Ljc0LTExLjUwOCAyNy41MjMtMTEuNTA4IDEwLjYyMyAwIDE5Ljc5OCAzLjg2MyAyNy41MjQgMTEuNDI4bDE4LjM1LTE4LjM1YTY3Ljk2MyA2Ny45NjMgMCAwMC0yMC43NjQtMTMuODQyYy03Ljg4Ny0zLjM4LTE2LjI1Ny01LjE1LTI1LjExLTUuMTV6Ii8+PC9nPjwvc3ZnPg==") !important;-webkit-background-size:22px auto !important;background-size:22px auto !important;background-repeat:no-repeat !important;background-position:4px 5px !important;padding-left:30px !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("../../../app/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.wglanguage-name:before{background-image:url("../../../app/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("../../../app/images/rect_bright.png")}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url("../../../app/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("../../../app/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}
|
blocks/weglot-widget/src/icons.js
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
const icons = {};
|
2 |
+
|
3 |
+
icons.weglot = <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<path d="M12.9831 0.0472697L13.4682 0.0945448L13.9462 0.164576L14.4172 0.250364L14.8829 0.355413L15.3417 0.477971L15.7916 0.618033L16.2346 0.775604L16.6706 0.950685L17.0961 1.14152L17.5146 1.34811L17.9208 1.56872L18.32 1.80508L18.7087 2.05719L19.0851 2.32331L19.4528 2.60344L19.803 2.89758L20.1532 3.20397L20.4859 3.52261L20.8046 3.85352L21.111 4.20368L21.4051 4.55384L21.6853 4.9215L21.9514 5.29793L22.2018 5.68661L22.4399 6.08404L22.6605 6.49197L22.8672 6.90867L23.0563 7.33586L23.2314 7.77006L23.3872 8.21302L23.529 8.66472L23.6516 9.12168L23.7566 9.5874L23.8424 10.0601L23.9107 10.5381L23.9597 11.0213L23.9895 11.5115L24 12.0053L23.9895 12.5007L23.9597 12.9892L23.9107 13.4724L23.8424 13.9521L23.7566 14.4231L23.6516 14.8888L23.529 15.3458L23.3872 15.7975L23.2314 16.2404L23.0563 16.6764L22.8672 17.1018L22.6605 17.5185L22.4399 17.9265L22.2018 18.3256L21.9514 18.7126L21.6853 19.089L21.4051 19.4567L21.111 19.8068L20.8046 20.157L20.4859 20.4896L20.1532 20.8083L19.803 21.1147L19.4528 21.4071L19.0851 21.6872L18.7087 21.9533L18.32 22.2037L17.9208 22.44L17.5146 22.6624L17.0961 22.8637L16.6706 23.0546L16.2346 23.2296L15.7916 23.3872L15.3417 23.5273L14.8829 23.6498L14.4172 23.7549L13.9462 23.8424L13.4682 23.9107L12.9831 23.9597L12.4946 23.9895L11.9991 24L11.5054 23.9895L11.0151 23.9597L10.5318 23.9142L10.0538 23.8459L9.58109 23.7584L9.1171 23.6533L8.65835 23.5308L8.20311 23.389L7.75837 23.2314L7.32415 23.0563L6.90392 22.8637L6.48545 22.6589L6.07748 22.4365L5.68002 22.2002L5.29306 21.9498L4.91486 21.6819L4.54717 21.4018L4.19698 21.1094L3.84679 20.803L3.51412 20.4844L3.19545 20.1517L2.88904 19.8016L2.59488 19.4514L2.31473 19.0837L2.04859 18.7056L1.79821 18.3186L1.56183 17.9195L1.33946 17.5115L1.13285 17.0948L0.943754 16.6694L0.768661 16.2334L0.612826 15.7905L0.472753 15.3388L0.348439 14.8818L0.243382 14.4161L0.157583 13.9451L0.0892992 13.4654L0.0402733 12.9822L0.0105052 12.4937L0 11.9983L0.0105052 11.5045L0.0402733 11.0143L0.0892992 10.5311L0.157583 10.0531L0.243382 9.58039L0.348439 9.11468L0.472753 8.65772L0.612826 8.20601L0.768661 7.76306L0.943754 7.32886L1.13285 6.90166L1.33946 6.48497L1.56183 6.07703L1.79821 5.6796L2.04859 5.29093L2.31473 4.9145L2.59488 4.54683L2.88904 4.19667L3.19545 3.84651L3.51412 3.51561L3.84679 3.19697L4.19698 2.89058L4.54717 2.59644L4.91486 2.31631L5.29306 2.05019L5.68002 1.79807L6.07748 1.56171L6.48545 1.34112L6.90392 1.13452L7.3294 0.94368L7.76363 0.7686L8.20836 0.611028L8.65835 0.470966L9.1171 0.348408L9.58109 0.243359L10.0538 0.157571L10.5318 0.0875401L11.0151 0.0402704L11.5054 0.00875188L11.9991 0L12.4946 0.00875188L12.9831 0.0472697Z" fill="#18164C"/>
|
5 |
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1629 9.00676C14.0613 8.08877 15.1601 7.64917 16.4463 7.64917C17.6781 7.65415 18.8591 8.14147 19.7361 9.00676L18.424 10.3191C17.8617 9.77606 17.2089 9.49808 16.4592 9.49808C15.7171 9.48861 15.004 9.78563 14.4879 10.3191C13.945 10.8686 13.6735 11.528 13.6735 12.2908C13.6616 13.0323 13.9563 13.7457 14.4879 14.2626C15.1252 14.9082 16.0385 15.2003 16.9321 15.0442C17.8257 14.8881 18.5861 14.3038 18.967 13.4803H16.3558V11.7284H21.0546C21.2285 13.1474 20.7371 14.5672 19.7232 15.5749C18.8118 16.48 17.7131 16.939 16.4398 16.939C15.2057 16.9581 14.019 16.4641 13.1629 15.5749C12.2895 14.7137 11.8376 13.6744 11.8015 12.4513L9.9843 17.0943L8.26446 12.529L6.58987 17.0943L2.91095 7.71111H4.89589L6.58987 12.0563L8.29032 7.71111L9.9843 12.0563L11.6718 7.71111H13.6568L13.1415 9.02764C13.1486 9.02066 13.1557 9.0137 13.1629 9.00676Z" fill="white"/>
|
6 |
+
</svg>
|
7 |
+
|
8 |
+
export default icons;
|
blocks/weglot-widget/src/index.js
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Registers a new block provided a unique name and an object defining its behavior.
|
3 |
+
*
|
4 |
+
* @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-registration/
|
5 |
+
*/
|
6 |
+
import { registerBlockType } from '@wordpress/blocks';
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Lets webpack process CSS, SASS or SCSS files referenced in JavaScript files.
|
10 |
+
* All files containing `style` keyword are bundled together. The code used
|
11 |
+
* gets applied both to the front of your site and to the editor.
|
12 |
+
*
|
13 |
+
* @see https://www.npmjs.com/package/@wordpress/scripts#using-css
|
14 |
+
*/
|
15 |
+
import icons from './icons.js'
|
16 |
+
|
17 |
+
export const blockStyle = {
|
18 |
+
backgroundColor: '#900',
|
19 |
+
color: '#fff',
|
20 |
+
padding: '20px',
|
21 |
+
};
|
22 |
+
|
23 |
+
/**
|
24 |
+
* Internal dependencies
|
25 |
+
*/
|
26 |
+
import Edit from './edit';
|
27 |
+
import save from './save';
|
28 |
+
|
29 |
+
/**
|
30 |
+
* Every block starts by registering a new block type definition.
|
31 |
+
*
|
32 |
+
* @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-registration/
|
33 |
+
*/
|
34 |
+
registerBlockType( 'create-block/weglot-widget', {
|
35 |
+
icon: icons.weglot, // The Weglot icon
|
36 |
+
/**
|
37 |
+
* @see ./edit.js
|
38 |
+
*/
|
39 |
+
edit: Edit,
|
40 |
+
|
41 |
+
/**
|
42 |
+
* @see ./save.js
|
43 |
+
*/
|
44 |
+
save,
|
45 |
+
} );
|
blocks/weglot-widget/src/save.js
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Retrieves the translation of text.
|
3 |
+
*
|
4 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-i18n/
|
5 |
+
*/
|
6 |
+
import { __ } from '@wordpress/i18n';
|
7 |
+
|
8 |
+
/**
|
9 |
+
* React hook that is used to mark the block wrapper element.
|
10 |
+
* It provides all the necessary props like the class name.
|
11 |
+
*
|
12 |
+
* @see https://developer.wordpress.org/block-editor/packages/packages-block-editor/#useBlockProps
|
13 |
+
*/
|
14 |
+
import { useBlockProps } from '@wordpress/block-editor';
|
15 |
+
|
16 |
+
/**
|
17 |
+
* The save function defines the way in which the different attributes should
|
18 |
+
* be combined into the final markup, which is then serialized by the block
|
19 |
+
* editor into `post_content`.
|
20 |
+
*
|
21 |
+
* @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#save
|
22 |
+
*
|
23 |
+
* @return {WPElement} Element to render.
|
24 |
+
*/
|
25 |
+
export default function save() {
|
26 |
+
return null;
|
27 |
+
}
|
blocks/weglot-widget/src/style.scss
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* The following styles get applied both on the front of your site
|
3 |
+
* and in the editor.
|
4 |
+
*
|
5 |
+
* Replace them with your own styles or remove the file completely.
|
6 |
+
*/
|
7 |
+
|
blocks/weglot-widget/weglot-widget.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Plugin Name: Weglot Widget
|
4 |
+
* Description: Example block written with ESNext standard and JSX support – build step required.
|
5 |
+
* Requires at least: 5.8
|
6 |
+
* Requires PHP: 7.0
|
7 |
+
* Version: 0.1.0
|
8 |
+
* Author: The WordPress Contributors
|
9 |
+
* License: GPL-2.0-or-later
|
10 |
+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
+
* Text Domain: weglot-widget
|
12 |
+
*
|
13 |
+
* @package create-block
|
14 |
+
*/
|
15 |
+
|
16 |
+
/**
|
17 |
+
* Registers the block using the metadata loaded from the `block.json` file.
|
18 |
+
* Behind the scenes, it registers also all assets so they can be enqueued
|
19 |
+
* through the block editor in the corresponding context.
|
20 |
+
*
|
21 |
+
* @see https://developer.wordpress.org/reference/functions/register_block_type/
|
22 |
+
*/
|
23 |
+
function create_block_weglot_widget_block_init() {
|
24 |
+
register_block_type( __DIR__ . '/build' );
|
25 |
+
}
|
26 |
+
add_action( 'init', 'create_block_weglot_widget_block_init' );
|
composer.json
CHANGED
@@ -29,6 +29,10 @@
|
|
29 |
{
|
30 |
"type": "vcs",
|
31 |
"url": "git@github.com:weglot/weglot-php.git"
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
],
|
34 |
"require-dev": {
|
29 |
{
|
30 |
"type": "vcs",
|
31 |
"url": "git@github.com:weglot/weglot-php.git"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"type": "vcs",
|
35 |
+
"url": "git@github.com:weglot/simple_html_dom.git"
|
36 |
}
|
37 |
],
|
38 |
"require-dev": {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: translate, multilingual, language, translation, localization, multilingual
|
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -21,7 +21,7 @@ Make your website multilingual in minutes with a free trial. Visit [https://wegl
|
|
21 |
|
22 |
### How Weglot Translate works
|
23 |
|
24 |
-
[youtube https://www.youtube.com/watch?v=
|
25 |
|
26 |
|
27 |
### Why Weglot Translate
|
@@ -210,16 +210,17 @@ See changelog for upgrade changes.
|
|
210 |
|
211 |
== Changelog ==
|
212 |
|
213 |
-
= 3.
|
214 |
-
|
215 |
-
* Add:
|
216 |
-
* Add:
|
217 |
-
* Add:
|
218 |
-
* Add:
|
219 |
-
* Add:
|
220 |
-
*
|
221 |
-
* Bugfix:
|
222 |
-
* Bugfix:
|
|
|
223 |
|
224 |
= Older versions =
|
225 |
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 3.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
21 |
|
22 |
### How Weglot Translate works
|
23 |
|
24 |
+
[youtube https://www.youtube.com/watch?v=frzdb79qTrU]
|
25 |
|
26 |
|
27 |
### Why Weglot Translate
|
210 |
|
211 |
== Changelog ==
|
212 |
|
213 |
+
= 3.6 (23/02/2022) =
|
214 |
+
|
215 |
+
* Add: Advance exclude url option
|
216 |
+
* Add: Add blocks for gutenberg (wp 5.9)
|
217 |
+
* Add: Disable autoswitch for weglot visual editor
|
218 |
+
* Add: Add Forminator (plugin de WPMUDEV) compatibility
|
219 |
+
* Add: Disable weglot on rankmath sitemap
|
220 |
+
* Add: Add hook filter to replace_url method
|
221 |
+
* Bugfix: php8 parameters order
|
222 |
+
* Bugfix: Refresh destination language list
|
223 |
+
* Bugfix: Display hreflang even url have parameters
|
224 |
|
225 |
= Older versions =
|
226 |
|
src/actions/class-register-widget-weglot.php
CHANGED
@@ -7,6 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
7 |
}
|
8 |
|
9 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
|
|
10 |
|
11 |
/**
|
12 |
* Registe widget weglot
|
@@ -16,18 +17,91 @@ use WeglotWP\Models\Hooks_Interface_Weglot;
|
|
16 |
class Register_Widget_Weglot implements Hooks_Interface_Weglot {
|
17 |
|
18 |
/**
|
19 |
-
* @see HooksInterface
|
20 |
* @return void
|
|
|
21 |
*/
|
22 |
public function hooks() {
|
23 |
add_action( 'widgets_init', array( $this, 'register_a_widget_weglot' ) );
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
|
26 |
/**
|
|
|
27 |
* @since 2.0
|
28 |
-
* @return void
|
29 |
*/
|
30 |
public function register_a_widget_weglot() {
|
31 |
register_widget( 'WeglotWP\Widgets\Widget_Selector_Weglot' );
|
32 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
}
|
7 |
}
|
8 |
|
9 |
use WeglotWP\Models\Hooks_Interface_Weglot;
|
10 |
+
use WeglotWP\Services\Button_Service_Weglot;
|
11 |
|
12 |
/**
|
13 |
* Registe widget weglot
|
17 |
class Register_Widget_Weglot implements Hooks_Interface_Weglot {
|
18 |
|
19 |
/**
|
|
|
20 |
* @return void
|
21 |
+
* @see HooksInterface
|
22 |
*/
|
23 |
public function hooks() {
|
24 |
add_action( 'widgets_init', array( $this, 'register_a_widget_weglot' ) );
|
25 |
+
add_action( 'init', array( $this, 'weglot_widget_block' ) );
|
26 |
+
add_action( 'init', array( $this, 'weglot_menu_block' ) );
|
27 |
+
// Hook the enqueue functions into the editor.
|
28 |
+
add_action( 'enqueue_block_editor_assets', array( $this, 'my_block_plugin_editor_scripts' ) );
|
29 |
}
|
30 |
|
31 |
/**
|
32 |
+
* @return string
|
33 |
* @since 2.0
|
|
|
34 |
*/
|
35 |
public function register_a_widget_weglot() {
|
36 |
register_widget( 'WeglotWP\Widgets\Widget_Selector_Weglot' );
|
37 |
}
|
38 |
+
|
39 |
+
|
40 |
+
/**
|
41 |
+
* Enqueue block JavaScript and CSS for the editor
|
42 |
+
*/
|
43 |
+
public function my_block_plugin_editor_scripts() {
|
44 |
+
// Enqueue block editor styles.
|
45 |
+
wp_enqueue_style( 'weglot-editor-css', WEGLOT_URL_DIST . '/css/front-css.css', array( 'wp-edit-blocks' ), WEGLOT_VERSION );
|
46 |
+
}
|
47 |
+
|
48 |
+
/**
|
49 |
+
* @return string
|
50 |
+
* @since 2.0
|
51 |
+
*/
|
52 |
+
public function weglot_widget_block_render_callback( $block_attributes, $content ) {
|
53 |
+
$type_block = $block_attributes['type'];
|
54 |
+
/** @var $button_service Button_Service_Weglot */
|
55 |
+
$button_service = weglot_get_service( 'Button_Service_Weglot' );
|
56 |
+
|
57 |
+
$button = $button_service->get_html( 'weglot-widget weglot-widget-block' );
|
58 |
+
|
59 |
+
if ( 'widget' === $type_block ) {
|
60 |
+
$button = $button_service->get_html( 'weglot-widget weglot-widget-block' );
|
61 |
+
} elseif ( 'menu' === $type_block ) {
|
62 |
+
$button = $button_service->get_html( 'weglot-menu weglot-menu-block' );
|
63 |
+
}
|
64 |
+
|
65 |
+
return $button;
|
66 |
+
}
|
67 |
+
|
68 |
+
/**
|
69 |
+
* @return void
|
70 |
+
* @since 2.0
|
71 |
+
*/
|
72 |
+
public function weglot_widget_block() {
|
73 |
+
register_block_type(
|
74 |
+
WEGLOT_DIR . '/blocks/weglot-widget/build',
|
75 |
+
array(
|
76 |
+
'api_version' => 2,
|
77 |
+
'attributes' => array(
|
78 |
+
'type' => array(
|
79 |
+
'default' => 'widget',
|
80 |
+
'type' => 'string',
|
81 |
+
),
|
82 |
+
),
|
83 |
+
'render_callback' => array( $this, 'weglot_widget_block_render_callback' ),
|
84 |
+
)
|
85 |
+
);
|
86 |
+
}
|
87 |
+
|
88 |
+
/**
|
89 |
+
* @return void
|
90 |
+
* @since 2.0
|
91 |
+
*/
|
92 |
+
public function weglot_menu_block() {
|
93 |
+
register_block_type(
|
94 |
+
WEGLOT_DIR . '/blocks/weglot-menu/build',
|
95 |
+
array(
|
96 |
+
'api_version' => 2,
|
97 |
+
'attributes' => array(
|
98 |
+
'type' => array(
|
99 |
+
'default' => 'menu',
|
100 |
+
'type' => 'string',
|
101 |
+
),
|
102 |
+
),
|
103 |
+
'render_callback' => array( $this, 'weglot_widget_block_render_callback' ),
|
104 |
+
)
|
105 |
+
);
|
106 |
+
}
|
107 |
}
|
src/actions/front/class-front-menu-weglot.php
CHANGED
@@ -83,6 +83,7 @@ class Front_Menu_Weglot implements Hooks_Interface_Weglot {
|
|
83 |
$offset = 0;
|
84 |
|
85 |
foreach ( $items as $key => $item ) {
|
|
|
86 |
if ( strpos( $item->post_name, 'weglot-switcher' ) === false ) {
|
87 |
$item->menu_order += $offset;
|
88 |
$new_items[] = $item;
|
@@ -107,9 +108,20 @@ class Front_Menu_Weglot implements Hooks_Interface_Weglot {
|
|
107 |
$classes = array_merge( $classes, explode( ' ', $this->button_services->get_flag_class() ) );
|
108 |
}
|
109 |
|
110 |
-
$current_language
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
-
if ( $dropdown ) {
|
113 |
$title = __( 'Choose your language', 'weglot' );
|
114 |
if ( ! $hide_current ) {
|
115 |
$title = $this->button_services->get_name_with_language_entry( $current_language );
|
@@ -118,24 +130,34 @@ class Front_Menu_Weglot implements Hooks_Interface_Weglot {
|
|
118 |
$item->attr_title = $current_language->getLocalName();
|
119 |
$item->classes = array_merge( array( 'weglot-parent-menu-item' ), $classes, array( $current_language->getInternalCode() ) );
|
120 |
$new_items[] = $item;
|
121 |
-
$offset++;
|
122 |
}
|
123 |
|
124 |
foreach ( $this->language_services->get_original_and_destination_languages( $this->request_url_services->is_allowed_private() ) as $language ) {
|
125 |
|
126 |
-
if
|
127 |
-
|
128 |
-
|
|
|
|
|
129 |
continue;
|
130 |
}
|
131 |
|
132 |
-
|
133 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
continue;
|
135 |
}
|
136 |
|
137 |
$add_classes = array();
|
138 |
-
|
|
|
139 |
$classes = array_merge( $classes, explode( ' ', $this->button_services->get_flag_class() ) );
|
140 |
}
|
141 |
|
@@ -144,15 +166,13 @@ class Front_Menu_Weglot implements Hooks_Interface_Weglot {
|
|
144 |
$add_classes[] = $language->getInternalCode();
|
145 |
}
|
146 |
|
147 |
-
|
148 |
-
|
149 |
if ( $this->option_services->get_option( 'auto_redirect' )
|
150 |
) {
|
151 |
-
$
|
152 |
-
if( strpos($link_button, '?') !== false ) {
|
153 |
-
$link_button = str_replace('?'
|
154 |
} else {
|
155 |
-
$link_button .= "?wg-choose-original=$
|
156 |
}
|
157 |
}
|
158 |
|
@@ -187,7 +207,7 @@ class Front_Menu_Weglot implements Hooks_Interface_Weglot {
|
|
187 |
$_anc_id = (int) $item->db_id;
|
188 |
$_anc_id = get_post_meta( $_anc_id, '_menu_item_menu_item_parent', true );
|
189 |
while ( isset( $_anc_id ) && ! in_array( $_anc_id, $ids, true ) ) {
|
190 |
-
$ids[]
|
191 |
$_anc_id = get_post_meta( $_anc_id, '_menu_item_menu_item_parent', true );
|
192 |
}
|
193 |
return $ids;
|
@@ -207,9 +227,9 @@ class Front_Menu_Weglot implements Hooks_Interface_Weglot {
|
|
207 |
if ( in_array( 'menu-item-weglot', $item->classes, true ) ) {
|
208 |
$item->current = false;
|
209 |
$item->classes = array_diff( $item->classes, array( 'current-menu-item' ) );
|
210 |
-
$r_ids = array_merge( $r_ids, $this->get_ancestors( $item ) ); // Remove the classes for these ancestors
|
211 |
} elseif ( in_array( 'current-menu-item', $item->classes, true ) ) {
|
212 |
-
$k_ids = array_merge( $k_ids, $this->get_ancestors( $item ) ); // Keep the classes for these ancestors
|
213 |
}
|
214 |
}
|
215 |
}
|
83 |
$offset = 0;
|
84 |
|
85 |
foreach ( $items as $key => $item ) {
|
86 |
+
|
87 |
if ( strpos( $item->post_name, 'weglot-switcher' ) === false ) {
|
88 |
$item->menu_order += $offset;
|
89 |
$new_items[] = $item;
|
108 |
$classes = array_merge( $classes, explode( ' ', $this->button_services->get_flag_class() ) );
|
109 |
}
|
110 |
|
111 |
+
$current_language = $this->request_url_services->get_current_language();
|
112 |
+
$hide_all_languages = true;
|
113 |
+
$show_all_languages = true;
|
114 |
+
$array_excluded = array();
|
115 |
+
foreach ( $this->language_services->get_original_and_destination_languages( $this->request_url_services->is_allowed_private() ) as $key => $language ) {
|
116 |
+
if ( $this->request_url_services->get_weglot_url()->getExcludeOption( $language, 'language_button_displayed' ) ) {
|
117 |
+
$hide_all_languages = false;
|
118 |
+
} else {
|
119 |
+
$show_all_languages = false;
|
120 |
+
}
|
121 |
+
$array_excluded[ $language->getInternalCode() ] = $this->request_url_services->get_weglot_url()->getExcludeOption( $language, 'language_button_displayed' );
|
122 |
+
}
|
123 |
|
124 |
+
if ( $dropdown && ! $hide_all_languages ) {
|
125 |
$title = __( 'Choose your language', 'weglot' );
|
126 |
if ( ! $hide_current ) {
|
127 |
$title = $this->button_services->get_name_with_language_entry( $current_language );
|
130 |
$item->attr_title = $current_language->getLocalName();
|
131 |
$item->classes = array_merge( array( 'weglot-parent-menu-item' ), $classes, array( $current_language->getInternalCode() ) );
|
132 |
$new_items[] = $item;
|
133 |
+
$offset ++;
|
134 |
}
|
135 |
|
136 |
foreach ( $this->language_services->get_original_and_destination_languages( $this->request_url_services->is_allowed_private() ) as $language ) {
|
137 |
|
138 |
+
// check if for this button we ant to exclude the button from switcher.
|
139 |
+
$language_button_displayed = $this->request_url_services->get_weglot_url()->getExcludeOption( $language, 'language_button_displayed' );
|
140 |
+
$link_button = $this->request_url_services->get_weglot_url()->getForLanguage( $language, true );
|
141 |
+
|
142 |
+
if ( $dropdown && ! $show_all_languages && $current_language->getInternalCode() === $language->getInternalCode() || ( $dropdown && $show_all_languages && $current_language->getInternalCode() === $language->getInternalCode() ) ) {
|
143 |
continue;
|
144 |
}
|
145 |
|
146 |
+
if ( ! $language_button_displayed ) {
|
147 |
+
$link_button = $this->request_url_services->get_weglot_url()->getForLanguage( $language, false );
|
148 |
+
}
|
149 |
+
|
150 |
+
if ( ! $dropdown && ! $hide_all_languages && $current_language->getInternalCode() === $language->getInternalCode() && ! $array_excluded[ $current_language->getInternalCode() ] ) {
|
151 |
+
$link_button = $this->request_url_services->get_weglot_url()->getForLanguage( $language, true );
|
152 |
+
}
|
153 |
+
|
154 |
+
if ( ! $link_button || $hide_all_languages ) {
|
155 |
continue;
|
156 |
}
|
157 |
|
158 |
$add_classes = array();
|
159 |
+
// Just for children without flag classes.
|
160 |
+
if ( $hide_current && $with_flags ) {
|
161 |
$classes = array_merge( $classes, explode( ' ', $this->button_services->get_flag_class() ) );
|
162 |
}
|
163 |
|
166 |
$add_classes[] = $language->getInternalCode();
|
167 |
}
|
168 |
|
|
|
|
|
169 |
if ( $this->option_services->get_option( 'auto_redirect' )
|
170 |
) {
|
171 |
+
$is_orig = $language === $this->language_services->get_original_language() ? 'true' : 'false';
|
172 |
+
if ( strpos( $link_button, '?' ) !== false ) {
|
173 |
+
$link_button = str_replace( '?', "?wg-choose-original=$is_orig&", $link_button );
|
174 |
} else {
|
175 |
+
$link_button .= "?wg-choose-original=$is_orig";
|
176 |
}
|
177 |
}
|
178 |
|
207 |
$_anc_id = (int) $item->db_id;
|
208 |
$_anc_id = get_post_meta( $_anc_id, '_menu_item_menu_item_parent', true );
|
209 |
while ( isset( $_anc_id ) && ! in_array( $_anc_id, $ids, true ) ) {
|
210 |
+
$ids[] = $_anc_id;
|
211 |
$_anc_id = get_post_meta( $_anc_id, '_menu_item_menu_item_parent', true );
|
212 |
}
|
213 |
return $ids;
|
227 |
if ( in_array( 'menu-item-weglot', $item->classes, true ) ) {
|
228 |
$item->current = false;
|
229 |
$item->classes = array_diff( $item->classes, array( 'current-menu-item' ) );
|
230 |
+
$r_ids = array_merge( $r_ids, $this->get_ancestors( $item ) ); // Remove the classes for these ancestors.
|
231 |
} elseif ( in_array( 'current-menu-item', $item->classes, true ) ) {
|
232 |
+
$k_ids = array_merge( $k_ids, $this->get_ancestors( $item ) ); // Keep the classes for these ancestors.
|
233 |
}
|
234 |
}
|
235 |
}
|
src/actions/front/class-translate-page-weglot.php
CHANGED
@@ -195,7 +195,8 @@ class Translate_Page_Weglot implements Hooks_Interface_Weglot {
|
|
195 |
* @since 2.0
|
196 |
*/
|
197 |
public function check_need_to_redirect() {
|
198 |
-
|
|
|
199 |
if (
|
200 |
! wp_doing_ajax() && // no ajax.
|
201 |
! is_rest() &&
|
@@ -203,7 +204,8 @@ class Translate_Page_Weglot implements Hooks_Interface_Weglot {
|
|
203 |
$this->language_services->get_original_language() === $this->request_url_services->get_current_language() &&
|
204 |
! isset( $_COOKIE['WG_CHOOSE_ORIGINAL'] ) && // No force redirect.
|
205 |
Server::detectBot( $_SERVER ) === BotType::HUMAN && //phpcs:ignore
|
206 |
-
(
|
|
|
207 |
$this->option_services->get_option( 'auto_redirect' ) // have option redirect.
|
208 |
) {
|
209 |
$this->redirect_services->auto_redirect();
|
@@ -228,7 +230,17 @@ class Translate_Page_Weglot implements Hooks_Interface_Weglot {
|
|
228 |
return;
|
229 |
}
|
230 |
|
231 |
-
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
if ( $this->request_url_services->get_weglot_url()->getRedirect() !== null ) {
|
233 |
$redirect_to = $this->request_url_services->get_weglot_url()->getRedirect();
|
234 |
wp_redirect( '/' . $this->current_language->getExternalCode() . $redirect_to, 301 );
|
195 |
* @since 2.0
|
196 |
*/
|
197 |
public function check_need_to_redirect() {
|
198 |
+
|
199 |
+
$only_home = apply_filters( 'weglot_autoredirect_only_home', false );
|
200 |
if (
|
201 |
! wp_doing_ajax() && // no ajax.
|
202 |
! is_rest() &&
|
204 |
$this->language_services->get_original_language() === $this->request_url_services->get_current_language() &&
|
205 |
! isset( $_COOKIE['WG_CHOOSE_ORIGINAL'] ) && // No force redirect.
|
206 |
Server::detectBot( $_SERVER ) === BotType::HUMAN && //phpcs:ignore
|
207 |
+
Server::detectBot( $_SERVER ) !== BotType::WGVE && //phpcs:ignore
|
208 |
+
( ! $only_home || ( $only_home && $this->request_url_services->get_weglot_url()->getPath() === '/' ) ) && // front_page.
|
209 |
$this->option_services->get_option( 'auto_redirect' ) // have option redirect.
|
210 |
) {
|
211 |
$this->redirect_services->auto_redirect();
|
230 |
return;
|
231 |
}
|
232 |
|
233 |
+
// If we are not in the original language, but the URL is not available in the current language, and the option redirect is true, we redirect to original.
|
234 |
+
$redirect = $this->request_url_services->get_weglot_url()->getExcludeOption( $this->current_language, 'exclusion_behavior' );
|
235 |
+
|
236 |
+
if ( $redirect ) {
|
237 |
+
if ( ! $this->request_url_services->get_weglot_url()->getForLanguage( $this->current_language ) && ! strpos( $this->request_url_services->get_weglot_url()->getForLanguage( $this->language_services->get_original_language() ), 'wp-comments-post.php' ) !== false ) {
|
238 |
+
wp_redirect( $this->request_url_services->get_weglot_url()->getForLanguage( $this->language_services->get_original_language() ), 301 );
|
239 |
+
exit;
|
240 |
+
}
|
241 |
+
}
|
242 |
+
|
243 |
+
// If we receive a not translated slug we return a 301. For example if we have /fr/products but should have /fr/produits we should redirect to /fr/produits.
|
244 |
if ( $this->request_url_services->get_weglot_url()->getRedirect() !== null ) {
|
245 |
$redirect_to = $this->request_url_services->get_weglot_url()->getRedirect();
|
246 |
wp_redirect( '/' . $this->current_language->getExternalCode() . $redirect_to, 301 );
|
src/helpers/class-helper-flag-type.php
CHANGED
@@ -78,7 +78,7 @@ class Helper_Flag_Type {
|
|
78 |
*
|
79 |
* @return string
|
80 |
*/
|
81 |
-
public static function get_new_flags( $is_admin = false) {
|
82 |
$options = get_transient( 'weglot_cache_cdn', false );
|
83 |
$custom_flag_css = '';
|
84 |
|
@@ -87,18 +87,17 @@ class Helper_Flag_Type {
|
|
87 |
$custom_flag_css .= self::get_custom_flag_for_one_language( $options['language_from'], $options['language_from_custom_flag'], $flag_number );
|
88 |
}
|
89 |
|
90 |
-
if(isset($options['languages']) && !empty($options['languages'])){
|
91 |
foreach ( $options['languages'] as $item ) {
|
92 |
if ( ! empty( $item['custom_flag'] ) ) {
|
93 |
$custom_flag_css .= self::get_custom_flag_for_one_language( $item['language_to'], $item['custom_flag'], $flag_number );
|
94 |
}
|
95 |
}
|
96 |
}
|
97 |
-
|
98 |
}
|
99 |
|
100 |
|
101 |
-
if($is_admin == true){
|
102 |
$custom_flag_css .= '.flag-style-openclose,#custom_flag_tips{display:none !important}';
|
103 |
}
|
104 |
|
@@ -109,13 +108,21 @@ class Helper_Flag_Type {
|
|
109 |
return $custom_flag_css;
|
110 |
}
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
public static function get_custom_flag_for_one_language( $language_code, $flag_code, $flag_number ) {
|
113 |
$flag_type = self::get_flag_type_with_number( $flag_number );
|
114 |
-
if ( strlen( $flag_code )
|
115 |
$flag_url = "https://cdn.weglot.com/flags/{$flag_type}/{$flag_code}.svg";
|
116 |
} else {
|
117 |
$flag_url = $flag_code;
|
118 |
}
|
|
|
119 |
return ".weglot-flags.flag-{$flag_number}.{$language_code}>a:before," .
|
120 |
".weglot-flags.flag-{$flag_number}.{$language_code}>span:before {" .
|
121 |
"background-image: url({$flag_url}); }";
|
78 |
*
|
79 |
* @return string
|
80 |
*/
|
81 |
+
public static function get_new_flags( $is_admin = false ) {
|
82 |
$options = get_transient( 'weglot_cache_cdn', false );
|
83 |
$custom_flag_css = '';
|
84 |
|
87 |
$custom_flag_css .= self::get_custom_flag_for_one_language( $options['language_from'], $options['language_from_custom_flag'], $flag_number );
|
88 |
}
|
89 |
|
90 |
+
if ( isset( $options['languages'] ) && ! empty( $options['languages'] ) ) {
|
91 |
foreach ( $options['languages'] as $item ) {
|
92 |
if ( ! empty( $item['custom_flag'] ) ) {
|
93 |
$custom_flag_css .= self::get_custom_flag_for_one_language( $item['language_to'], $item['custom_flag'], $flag_number );
|
94 |
}
|
95 |
}
|
96 |
}
|
|
|
97 |
}
|
98 |
|
99 |
|
100 |
+
if ( $is_admin == true ) {
|
101 |
$custom_flag_css .= '.flag-style-openclose,#custom_flag_tips{display:none !important}';
|
102 |
}
|
103 |
|
108 |
return $custom_flag_css;
|
109 |
}
|
110 |
|
111 |
+
/**
|
112 |
+
* @param string $language_code
|
113 |
+
* @param string $flag_code
|
114 |
+
* @param int $flag_number
|
115 |
+
*
|
116 |
+
* @return string
|
117 |
+
*/
|
118 |
public static function get_custom_flag_for_one_language( $language_code, $flag_code, $flag_number ) {
|
119 |
$flag_type = self::get_flag_type_with_number( $flag_number );
|
120 |
+
if ( strlen( $flag_code ) <= 5 ) {
|
121 |
$flag_url = "https://cdn.weglot.com/flags/{$flag_type}/{$flag_code}.svg";
|
122 |
} else {
|
123 |
$flag_url = $flag_code;
|
124 |
}
|
125 |
+
|
126 |
return ".weglot-flags.flag-{$flag_number}.{$language_code}>a:before," .
|
127 |
".weglot-flags.flag-{$flag_number}.{$language_code}>span:before {" .
|
128 |
"background-image: url({$flag_url}); }";
|
src/helpers/class-helper-json-inline-weglot.php
CHANGED
@@ -22,4 +22,14 @@ abstract class Helper_Json_Inline_Weglot {
|
|
22 |
public static function is_json( $string ) {
|
23 |
return is_string( $string ) && is_array( \json_decode( $string, true ) ) && ( JSON_ERROR_NONE === \json_last_error() ) ? true : false;
|
24 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
22 |
public static function is_json( $string ) {
|
23 |
return is_string( $string ) && is_array( \json_decode( $string, true ) ) && ( JSON_ERROR_NONE === \json_last_error() ) ? true : false;
|
24 |
}
|
25 |
+
|
26 |
+
/**
|
27 |
+
* @since 2.3.0
|
28 |
+
*
|
29 |
+
* @param string $string
|
30 |
+
* @return boolean
|
31 |
+
*/
|
32 |
+
public static function is_xml( $string ) {
|
33 |
+
return is_string( $string ) && simplexml_load_string( $string, "SimpleXMLElement", LIBXML_NOERROR ) ? true : false;
|
34 |
+
}
|
35 |
}
|
src/services/class-button-service-weglot.php
CHANGED
@@ -109,7 +109,7 @@ class Button_Service_Weglot {
|
|
109 |
* @since 2.3.0
|
110 |
* @version 3.0.0
|
111 |
*/
|
112 |
-
public function get_class_dropdown( $switcher =
|
113 |
if ( ! empty( $switcher['style'] ) ) {
|
114 |
$is_dropdown = $this->option_services->get_switcher_editor_option( 'is_dropdown', $switcher['style'] );
|
115 |
} else {
|
@@ -133,9 +133,22 @@ class Button_Service_Weglot {
|
|
133 |
*/
|
134 |
public function get_html( $add_class = '', $switcher = [] ) {
|
135 |
|
136 |
-
$weglot_url
|
137 |
-
$amp_regex
|
138 |
-
$current_language
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
|
140 |
if ( weglot_get_translate_amp_translation() && preg_match( '#' . $amp_regex . '#', $weglot_url->getUrl() ) === 1 ) {
|
141 |
$add_class .= ' weglot-invert';
|
@@ -144,43 +157,65 @@ class Button_Service_Weglot {
|
|
144 |
$flag_class = $this->get_flag_class( $switcher );
|
145 |
$class_aside = $this->get_class_dropdown( $switcher );
|
146 |
|
147 |
-
$button_html
|
148 |
-
$button_html .= sprintf( '<aside data-wg-notranslate class="country-selector %s">', $class_aside . $add_class );
|
149 |
|
150 |
$name = $this->get_name_with_language_entry( $current_language, $switcher );
|
151 |
|
152 |
-
$
|
153 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
|
155 |
$button_html .= '<ul>';
|
156 |
|
157 |
foreach ( $this->language_services->get_original_and_destination_languages( $this->request_url_services->is_allowed_private() ) as $language ) {
|
|
|
|
|
|
|
158 |
|
159 |
-
if ( $language->getInternalCode() === $current_language->getInternalCode()
|
|
|
160 |
continue;
|
161 |
}
|
162 |
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
$name = $this->get_name_with_language_entry( $language, $switcher );
|
167 |
-
|
168 |
-
if ( $this->option_services->get_option( 'auto_redirect' ) ) {
|
169 |
-
$is_orig = $language === $this->language_services->get_original_language() ? 'true' : 'false';
|
170 |
-
if ( strpos( $link_button, '?' ) !== false ) {
|
171 |
-
$link_button = str_replace( '?', "?wg-choose-original=$is_orig&", $link_button );
|
172 |
} else {
|
173 |
-
$link_button
|
174 |
}
|
175 |
}
|
176 |
|
177 |
-
$
|
178 |
-
'<
|
179 |
-
|
180 |
-
|
181 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
}
|
185 |
|
186 |
$button_html .= '</ul>';
|
109 |
* @since 2.3.0
|
110 |
* @version 3.0.0
|
111 |
*/
|
112 |
+
public function get_class_dropdown( $switcher = array() ) {
|
113 |
if ( ! empty( $switcher['style'] ) ) {
|
114 |
$is_dropdown = $this->option_services->get_switcher_editor_option( 'is_dropdown', $switcher['style'] );
|
115 |
} else {
|
133 |
*/
|
134 |
public function get_html( $add_class = '', $switcher = [] ) {
|
135 |
|
136 |
+
$weglot_url = $this->request_url_services->get_weglot_url();
|
137 |
+
$amp_regex = $this->amp_services->get_regex( true );
|
138 |
+
$current_language = $this->request_url_services->get_current_language();
|
139 |
+
$original_language = $this->language_services->get_original_language();
|
140 |
+
$is_dropdown = $this->option_services->get_option_button( 'is_dropdown' );
|
141 |
+
$display_original_language = $this->request_url_services->get_weglot_url()->getExcludeOption( $original_language, 'language_button_displayed' );
|
142 |
+
$language_button_displayed = $this->request_url_services->get_weglot_url()->getExcludeOption( $weglot_url->getCurrentLanguage(), 'language_button_displayed' );
|
143 |
+
|
144 |
+
$hide_all_language = true;
|
145 |
+
$array_excluded = array();
|
146 |
+
foreach ( $this->language_services->get_original_and_destination_languages( $this->request_url_services->is_allowed_private() ) as $key => $language ) {
|
147 |
+
if ( $this->request_url_services->get_weglot_url()->getExcludeOption( $language, 'language_button_displayed' ) ) {
|
148 |
+
$hide_all_language = false;
|
149 |
+
}
|
150 |
+
$array_excluded[ $language->getInternalCode() ] = $this->request_url_services->get_weglot_url()->getExcludeOption( $language, 'language_button_displayed' );
|
151 |
+
}
|
152 |
|
153 |
if ( weglot_get_translate_amp_translation() && preg_match( '#' . $amp_regex . '#', $weglot_url->getUrl() ) === 1 ) {
|
154 |
$add_class .= ' weglot-invert';
|
157 |
$flag_class = $this->get_flag_class( $switcher );
|
158 |
$class_aside = $this->get_class_dropdown( $switcher );
|
159 |
|
160 |
+
$button_html = sprintf( '<!--Weglot %s-->', WEGLOT_VERSION );
|
161 |
+
$button_html .= sprintf( '<aside data-wg-notranslate="" class="country-selector %s">', $class_aside . $add_class );
|
162 |
|
163 |
$name = $this->get_name_with_language_entry( $current_language, $switcher );
|
164 |
|
165 |
+
$display_first = false;
|
166 |
+
if ( $this->request_url_services->is_eligible_url( $this->request_url_services->get_full_url() ) || $language_button_displayed ) {
|
167 |
+
$uniq_id = 'wg' . uniqid( strtotime( 'now' ) ) . wp_rand( 1, 1000 );
|
168 |
+
$button_html .= sprintf( '<input id="%s" class="weglot_choice" type="checkbox" name="menu"/><label for="%s" class="wgcurrent wg-li weglot-lang weglot-language %s" data-code-language="%s" data-name-language="%s"><span class="wglanguage-name">%s</span></label>', esc_attr( $uniq_id ), esc_attr( $uniq_id ), esc_attr( $flag_class . $current_language->getInternalCode() ), esc_attr( $current_language->getInternalCode() ), esc_html( $name ), esc_html( $name ) );
|
169 |
+
$display_first = true;
|
170 |
+
}
|
171 |
+
|
172 |
+
if ( ! $display_first && ! $hide_all_language ) {
|
173 |
+
$uniq_id = 'wg' . uniqid( strtotime( 'now' ) ) . wp_rand( 1, 1000 );
|
174 |
+
$button_html .= sprintf( '<input id="%s" class="weglot_choice" type="checkbox" name="menu"/><label for="%s" class="wgcurrent wg-li weglot-lang weglot-language %s" data-code-language="%s" data-name-language="%s"><span class="wglanguage-name">%s</span></label>', esc_attr( $uniq_id ), esc_attr( $uniq_id ), esc_attr( $flag_class . $current_language->getInternalCode() ), esc_attr( $current_language->getInternalCode() ), esc_html( $name ), esc_html( $name ) );
|
175 |
+
$display_first = true;
|
176 |
+
}
|
177 |
|
178 |
$button_html .= '<ul>';
|
179 |
|
180 |
foreach ( $this->language_services->get_original_and_destination_languages( $this->request_url_services->is_allowed_private() ) as $language ) {
|
181 |
+
// check if for this button we ant to exclude the button from switcher.
|
182 |
+
$language_button_displayed = $this->request_url_services->get_weglot_url()->getExcludeOption( $language, 'language_button_displayed' );
|
183 |
+
$link_button = $this->request_url_services->get_weglot_url()->getForLanguage( $language, true );
|
184 |
|
185 |
+
if ( $language->getInternalCode() === $current_language->getInternalCode()
|
186 |
+
|| ! $display_original_language && ! $display_first ) {
|
187 |
continue;
|
188 |
}
|
189 |
|
190 |
+
if ( ! $language_button_displayed ) {
|
191 |
+
if ( ! $is_dropdown && $this->language_services->get_original_language()->getInternalCode() === $language->getInternalCode() && $display_first ) {
|
192 |
+
$link_button = $this->request_url_services->get_weglot_url()->getForLanguage( $language, true );
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
} else {
|
194 |
+
$link_button = $this->request_url_services->get_weglot_url()->getForLanguage( $language, false );
|
195 |
}
|
196 |
}
|
197 |
|
198 |
+
if ( $link_button ) {
|
199 |
+
$button_html .= sprintf( '<li class="wg-li weglot-lang weglot-language %s" data-code-language="%s">', $flag_class . $language->getInternalCode(), $language->getInternalCode() );
|
200 |
+
$name = $this->get_name_with_language_entry( $language, $switcher );
|
201 |
+
|
202 |
+
if ( $this->option_services->get_option( 'auto_redirect' ) ) {
|
203 |
+
$is_orig = $language === $this->language_services->get_original_language() ? 'true' : 'false';
|
204 |
+
if ( strpos( $link_button, '?' ) !== false ) {
|
205 |
+
$link_button = str_replace( '?', "?wg-choose-original=$is_orig&", $link_button );
|
206 |
+
} else {
|
207 |
+
$link_button .= "?wg-choose-original=$is_orig";
|
208 |
+
}
|
209 |
+
}
|
210 |
|
211 |
+
$button_html .= sprintf(
|
212 |
+
'<a data-wg-notranslate="" href="%s">%s</a>',
|
213 |
+
esc_url( $link_button ),
|
214 |
+
esc_html( $name )
|
215 |
+
);
|
216 |
+
|
217 |
+
$button_html .= '</li>';
|
218 |
+
}
|
219 |
}
|
220 |
|
221 |
$button_html .= '</ul>';
|
src/services/class-href-lang-service-weglot.php
CHANGED
@@ -38,7 +38,7 @@ class Href_Lang_Service_Weglot {
|
|
38 |
|
39 |
foreach ( $urls as $url ) {
|
40 |
if ( ! $url['excluded'] ) {
|
41 |
-
$render .= '<link rel="alternate" href="' . esc_url( $url['url'] ) . '" hreflang="' . $url['language']->getExternalCode() . '"/>' . "\n";
|
42 |
}
|
43 |
}
|
44 |
|
38 |
|
39 |
foreach ( $urls as $url ) {
|
40 |
if ( ! $url['excluded'] ) {
|
41 |
+
$render .= '<link rel="alternate" href="' . strtok( esc_url( $url['url'] ), '?' ) . '" hreflang="' . $url['language']->getExternalCode() . '"/>' . "\n";
|
42 |
}
|
43 |
}
|
44 |
|
src/services/class-option-service-weglot.php
CHANGED
@@ -54,9 +54,7 @@ class Option_Service_Weglot {
|
|
54 |
'flag_type' => Helper_Flag_Type::RECTANGLE_MAT,
|
55 |
'custom_css' => '',
|
56 |
),
|
57 |
-
'switchers'
|
58 |
-
|
59 |
-
),
|
60 |
'rtl_ltr_style' => '',
|
61 |
'active_wc_reload' => true,
|
62 |
'flag_css' => '',
|
@@ -149,9 +147,9 @@ class Option_Service_Weglot {
|
|
149 |
} elseif ( wp_remote_retrieve_response_code( $response ) === 403 ) {
|
150 |
set_transient( 'weglot_cache_cdn', self::NO_OPTIONS, 0 );
|
151 |
$this->options_cdn = self::NO_OPTIONS;
|
|
|
152 |
return array( 'success' => false );
|
153 |
-
}
|
154 |
-
else {
|
155 |
$body = json_decode( $response['body'], true );
|
156 |
set_transient( 'weglot_cache_cdn', $body, apply_filters( 'weglot_get_options_from_cdn_cache_duration', 300 ) );
|
157 |
}
|
@@ -234,7 +232,6 @@ class Option_Service_Weglot {
|
|
234 |
|
235 |
try {
|
236 |
$body = json_decode( $response['body'], true );
|
237 |
-
|
238 |
if ( null === $body || ! is_array( $body ) ) {
|
239 |
return array(
|
240 |
'success' => false,
|
@@ -362,6 +359,7 @@ class Option_Service_Weglot {
|
|
362 |
if ( ! isset( $options['versions']['translation'] ) ) {
|
363 |
return apply_filters( 'weglot_get_version', 1 );
|
364 |
}
|
|
|
365 |
return apply_filters( 'weglot_get_version', $options['versions']['translation'] );
|
366 |
}
|
367 |
|
@@ -405,7 +403,7 @@ class Option_Service_Weglot {
|
|
405 |
}
|
406 |
}
|
407 |
|
408 |
-
if( ! array_key_exists('result', $response)) {
|
409 |
return $this->get_options_from_v2();
|
410 |
}
|
411 |
|
@@ -576,6 +574,7 @@ class Option_Service_Weglot {
|
|
576 |
) {
|
577 |
return $options['custom_settings']['switchers'];
|
578 |
}
|
|
|
579 |
return array();
|
580 |
}
|
581 |
|
@@ -596,6 +595,7 @@ class Option_Service_Weglot {
|
|
596 |
return $switcher[ $key ];
|
597 |
}
|
598 |
}
|
|
|
599 |
return null;
|
600 |
}
|
601 |
|
@@ -671,6 +671,7 @@ class Option_Service_Weglot {
|
|
671 |
*/
|
672 |
public function get_exclude_urls() {
|
673 |
$list_exclude_urls = $this->get_option( 'exclude_urls' );
|
|
|
674 |
/** @var $request_url_services Request_Url_Service_Weglot */
|
675 |
$request_url_services = weglot_get_service( 'Request_Url_Service_Weglot' );
|
676 |
$exclude_urls = array();
|
@@ -687,7 +688,12 @@ class Option_Service_Weglot {
|
|
687 |
}
|
688 |
}
|
689 |
$regex = new Regex( $item['type'], $request_url_services->url_to_relative( $item['value'] ) );
|
690 |
-
$exclude_urls[] = array(
|
|
|
|
|
|
|
|
|
|
|
691 |
}
|
692 |
}
|
693 |
}
|
@@ -800,13 +806,14 @@ class Option_Service_Weglot {
|
|
800 |
*/
|
801 |
public function get_switcher_editor_css() {
|
802 |
$switcher_editor_css = '';
|
803 |
-
if(!empty($this->get_switchers_editor_button())){
|
804 |
-
foreach ($this->get_switchers_editor_button() as $switcher){
|
805 |
-
if(!empty($switcher['style']['custom_css'])){
|
806 |
$switcher_editor_css .= $switcher['style']['custom_css'];
|
807 |
}
|
808 |
}
|
809 |
}
|
|
|
810 |
return $switcher_editor_css;
|
811 |
}
|
812 |
}
|
54 |
'flag_type' => Helper_Flag_Type::RECTANGLE_MAT,
|
55 |
'custom_css' => '',
|
56 |
),
|
57 |
+
'switchers' => array(),
|
|
|
|
|
58 |
'rtl_ltr_style' => '',
|
59 |
'active_wc_reload' => true,
|
60 |
'flag_css' => '',
|
147 |
} elseif ( wp_remote_retrieve_response_code( $response ) === 403 ) {
|
148 |
set_transient( 'weglot_cache_cdn', self::NO_OPTIONS, 0 );
|
149 |
$this->options_cdn = self::NO_OPTIONS;
|
150 |
+
|
151 |
return array( 'success' => false );
|
152 |
+
} else {
|
|
|
153 |
$body = json_decode( $response['body'], true );
|
154 |
set_transient( 'weglot_cache_cdn', $body, apply_filters( 'weglot_get_options_from_cdn_cache_duration', 300 ) );
|
155 |
}
|
232 |
|
233 |
try {
|
234 |
$body = json_decode( $response['body'], true );
|
|
|
235 |
if ( null === $body || ! is_array( $body ) ) {
|
236 |
return array(
|
237 |
'success' => false,
|
359 |
if ( ! isset( $options['versions']['translation'] ) ) {
|
360 |
return apply_filters( 'weglot_get_version', 1 );
|
361 |
}
|
362 |
+
|
363 |
return apply_filters( 'weglot_get_version', $options['versions']['translation'] );
|
364 |
}
|
365 |
|
403 |
}
|
404 |
}
|
405 |
|
406 |
+
if ( ! array_key_exists( 'result', $response ) ) {
|
407 |
return $this->get_options_from_v2();
|
408 |
}
|
409 |
|
574 |
) {
|
575 |
return $options['custom_settings']['switchers'];
|
576 |
}
|
577 |
+
|
578 |
return array();
|
579 |
}
|
580 |
|
595 |
return $switcher[ $key ];
|
596 |
}
|
597 |
}
|
598 |
+
|
599 |
return null;
|
600 |
}
|
601 |
|
671 |
*/
|
672 |
public function get_exclude_urls() {
|
673 |
$list_exclude_urls = $this->get_option( 'exclude_urls' );
|
674 |
+
|
675 |
/** @var $request_url_services Request_Url_Service_Weglot */
|
676 |
$request_url_services = weglot_get_service( 'Request_Url_Service_Weglot' );
|
677 |
$exclude_urls = array();
|
688 |
}
|
689 |
}
|
690 |
$regex = new Regex( $item['type'], $request_url_services->url_to_relative( $item['value'] ) );
|
691 |
+
$exclude_urls[] = array(
|
692 |
+
$regex->getRegex(),
|
693 |
+
$excluded_languages,
|
694 |
+
$item['exclusion_behavior'],
|
695 |
+
$item['language_button_displayed'],
|
696 |
+
);
|
697 |
}
|
698 |
}
|
699 |
}
|
806 |
*/
|
807 |
public function get_switcher_editor_css() {
|
808 |
$switcher_editor_css = '';
|
809 |
+
if ( ! empty( $this->get_switchers_editor_button() ) ) {
|
810 |
+
foreach ( $this->get_switchers_editor_button() as $switcher ) {
|
811 |
+
if ( ! empty( $switcher['style']['custom_css'] ) ) {
|
812 |
$switcher_editor_css .= $switcher['style']['custom_css'];
|
813 |
}
|
814 |
}
|
815 |
}
|
816 |
+
|
817 |
return $switcher_editor_css;
|
818 |
}
|
819 |
}
|
src/services/class-parser-service-weglot.php
CHANGED
@@ -57,8 +57,8 @@ class Parser_Service_Weglot {
|
|
57 |
|
58 |
$client = new Client(
|
59 |
$api_key,
|
60 |
-
$version,
|
61 |
$translation_engine,
|
|
|
62 |
array(
|
63 |
'host' => Helper_API::get_api_url(),
|
64 |
)
|
57 |
|
58 |
$client = new Client(
|
59 |
$api_key,
|
|
|
60 |
$translation_engine,
|
61 |
+
$version,
|
62 |
array(
|
63 |
'host' => Helper_API::get_api_url(),
|
64 |
)
|
src/services/class-redirect-service-weglot.php
CHANGED
@@ -156,14 +156,20 @@ class Redirect_Service_Weglot {
|
|
156 |
return;
|
157 |
}
|
158 |
|
|
|
159 |
// We retrieve the best language based on navigator languages and destination languages.
|
160 |
$navigator_languages = $this->get_navigator_languages();
|
161 |
$destination_languages_external = $this->language_services->get_destination_languages_external( $this->request_url_services->is_allowed_private() );
|
162 |
$best_external_language = $this->get_best_available_language( $navigator_languages, $destination_languages_external );
|
163 |
$best_language = $this->language_services->get_language_from_external( $best_external_language );
|
164 |
|
|
|
165 |
// Redirect using the best language.
|
166 |
if ( isset( $best_language ) && $best_language !== $this->language_services->get_original_language() && $this->language_services->get_original_language() === $this->request_url_services->get_current_language() ) {
|
|
|
|
|
|
|
|
|
167 |
$url_auto_redirect = apply_filters( 'weglot_url_auto_redirect', $this->request_url_services->get_weglot_url()->getForLanguage( $best_language, true ) );
|
168 |
header( "Location: $url_auto_redirect", true, 302 );
|
169 |
exit();
|
@@ -175,6 +181,10 @@ class Redirect_Service_Weglot {
|
|
175 |
$this->option_services->get_option( 'autoswitch_fallback' ) !== null
|
176 |
) {
|
177 |
$fallback_language = $this->language_services->get_language_from_internal( $this->option_services->get_option( 'autoswitch_fallback' ) );
|
|
|
|
|
|
|
|
|
178 |
$url_auto_redirect = apply_filters( 'weglot_url_auto_redirect', $this->request_url_services->get_weglot_url()->getForLanguage( $fallback_language, true ) );
|
179 |
header( "Location: $url_auto_redirect", true, 302 );
|
180 |
exit();
|
156 |
return;
|
157 |
}
|
158 |
|
159 |
+
//return;
|
160 |
// We retrieve the best language based on navigator languages and destination languages.
|
161 |
$navigator_languages = $this->get_navigator_languages();
|
162 |
$destination_languages_external = $this->language_services->get_destination_languages_external( $this->request_url_services->is_allowed_private() );
|
163 |
$best_external_language = $this->get_best_available_language( $navigator_languages, $destination_languages_external );
|
164 |
$best_language = $this->language_services->get_language_from_external( $best_external_language );
|
165 |
|
166 |
+
|
167 |
// Redirect using the best language.
|
168 |
if ( isset( $best_language ) && $best_language !== $this->language_services->get_original_language() && $this->language_services->get_original_language() === $this->request_url_services->get_current_language() ) {
|
169 |
+
//Cancel redirect if excluded page.
|
170 |
+
if ( ! $this->request_url_services->get_weglot_url()->getForLanguage( $best_language, false ) ){
|
171 |
+
return;
|
172 |
+
}
|
173 |
$url_auto_redirect = apply_filters( 'weglot_url_auto_redirect', $this->request_url_services->get_weglot_url()->getForLanguage( $best_language, true ) );
|
174 |
header( "Location: $url_auto_redirect", true, 302 );
|
175 |
exit();
|
181 |
$this->option_services->get_option( 'autoswitch_fallback' ) !== null
|
182 |
) {
|
183 |
$fallback_language = $this->language_services->get_language_from_internal( $this->option_services->get_option( 'autoswitch_fallback' ) );
|
184 |
+
//Cancel redirect if excluded page.
|
185 |
+
if ( ! $this->request_url_services->get_weglot_url()->getForLanguage( $fallback_language, false ) ){
|
186 |
+
return;
|
187 |
+
}
|
188 |
$url_auto_redirect = apply_filters( 'weglot_url_auto_redirect', $this->request_url_services->get_weglot_url()->getForLanguage( $fallback_language, true ) );
|
189 |
header( "Location: $url_auto_redirect", true, 302 );
|
190 |
exit();
|
src/services/class-replace-link-service-weglot.php
CHANGED
@@ -49,11 +49,12 @@ class Replace_Link_Service_Weglot {
|
|
49 |
* @return string
|
50 |
*/
|
51 |
public function replace_url( $url, $language ) {
|
52 |
-
$replaced_url =
|
53 |
-
if($replaced_url)
|
54 |
return $replaced_url;
|
55 |
-
else
|
56 |
return $url;
|
|
|
57 |
}
|
58 |
|
59 |
/**
|
49 |
* @return string
|
50 |
*/
|
51 |
public function replace_url( $url, $language ) {
|
52 |
+
$replaced_url = apply_filters( 'weglot_replace_url', $this->request_url_services->create_url_object( $url )->getForLanguage( $language, true ), $url, $language );
|
53 |
+
if ( $replaced_url ) {
|
54 |
return $replaced_url;
|
55 |
+
} else {
|
56 |
return $url;
|
57 |
+
}
|
58 |
}
|
59 |
|
60 |
/**
|
src/services/class-translate-service-weglot.php
CHANGED
@@ -165,6 +165,10 @@ class Translate_Service_Weglot {
|
|
165 |
|
166 |
// Choose type translate.
|
167 |
$type = ( Helper_Json_Inline_Weglot::is_json( $content ) ) ? 'json' : 'html';
|
|
|
|
|
|
|
|
|
168 |
$type = apply_filters( 'weglot_type_treat_page', $type );
|
169 |
|
170 |
$active_translation = apply_filters( 'weglot_active_translation', true );
|
@@ -191,6 +195,11 @@ class Translate_Service_Weglot {
|
|
191 |
$translated_content = wp_json_encode( $this->replace_url_services->replace_link_in_json( json_decode( $translated_content, true ) ) );
|
192 |
|
193 |
return apply_filters( 'weglot_json_treat_page', $translated_content );
|
|
|
|
|
|
|
|
|
|
|
194 |
case 'html':
|
195 |
$translated_content = $parser->translate( $content, $this->original_language, $this->current_language, array(), $canonical );
|
196 |
$translated_content = apply_filters( 'weglot_html_treat_page', $translated_content );
|
@@ -260,13 +269,13 @@ class Translate_Service_Weglot {
|
|
260 |
if ( '' !== $canonical ) {
|
261 |
$canonical = urldecode( $canonical );
|
262 |
$current_url = $this->request_url_services->get_weglot_url();
|
263 |
-
if ( $current_url->
|
264 |
$dom = preg_replace( '/<link rel="alternate" href=(\"|\')([^\s\>]+?)(\"|\') hreflang=(\"|\')([^\s\>]+?)(\"|\')\/>/', '', $dom );
|
265 |
}
|
266 |
|
267 |
// update canonical if page excluded page.
|
268 |
if ( ! $current_url->getForLanguage( $this->request_url_services->get_current_language(), false ) ) {
|
269 |
-
$dom = preg_replace( '/<link rel="canonical"(.*?)?href=(\"|\')([^\s\>]+?)(\"|\')/', '<link rel="canonical" href="' . $current_url->getForLanguage( $this->language_services->get_original_language() ) . '"', $dom );
|
270 |
}
|
271 |
}
|
272 |
|
165 |
|
166 |
// Choose type translate.
|
167 |
$type = ( Helper_Json_Inline_Weglot::is_json( $content ) ) ? 'json' : 'html';
|
168 |
+
if ( 'json' !== $type ) {
|
169 |
+
$type = ( Helper_Json_Inline_Weglot::is_xml( $content ) ) ? 'xml' : 'html';
|
170 |
+
}
|
171 |
+
|
172 |
$type = apply_filters( 'weglot_type_treat_page', $type );
|
173 |
|
174 |
$active_translation = apply_filters( 'weglot_active_translation', true );
|
195 |
$translated_content = wp_json_encode( $this->replace_url_services->replace_link_in_json( json_decode( $translated_content, true ) ) );
|
196 |
|
197 |
return apply_filters( 'weglot_json_treat_page', $translated_content );
|
198 |
+
case 'xml':
|
199 |
+
$translated_content = $parser->translate( $content, $this->original_language, $this->current_language, array(), $canonical );
|
200 |
+
$translated_content = apply_filters( 'weglot_html_treat_page', $translated_content );
|
201 |
+
|
202 |
+
return apply_filters( 'weglot_xml_treat_page', $translated_content );
|
203 |
case 'html':
|
204 |
$translated_content = $parser->translate( $content, $this->original_language, $this->current_language, array(), $canonical );
|
205 |
$translated_content = apply_filters( 'weglot_html_treat_page', $translated_content );
|
269 |
if ( '' !== $canonical ) {
|
270 |
$canonical = urldecode( $canonical );
|
271 |
$current_url = $this->request_url_services->get_weglot_url();
|
272 |
+
if ( $current_url->getPath() !== $this->request_url_services->create_url_object( $canonical )->getPath() ) {
|
273 |
$dom = preg_replace( '/<link rel="alternate" href=(\"|\')([^\s\>]+?)(\"|\') hreflang=(\"|\')([^\s\>]+?)(\"|\')\/>/', '', $dom );
|
274 |
}
|
275 |
|
276 |
// update canonical if page excluded page.
|
277 |
if ( ! $current_url->getForLanguage( $this->request_url_services->get_current_language(), false ) ) {
|
278 |
+
$dom = preg_replace( '/<link rel="canonical"(.*?)?href=(\"|\')([^\s\>]+?)(\"|\')/', '<link rel="canonical" href="' . esc_url ( $current_url->getForLanguage( $this->language_services->get_original_language() ) ) . '"', $dom );
|
279 |
}
|
280 |
}
|
281 |
|
src/third/wprocket/class-wprocket-cache.php
CHANGED
@@ -49,7 +49,7 @@ class Wprocket_Cache implements Hooks_Interface_Weglot {
|
|
49 |
}
|
50 |
|
51 |
if ( ! isset( $_COOKIE['weglot_wp_rocket_cache'] ) && $this->option_services->get_option( 'auto_redirect' ) ) {
|
52 |
-
add_action( '
|
53 |
}
|
54 |
}
|
55 |
|
49 |
}
|
50 |
|
51 |
if ( ! isset( $_COOKIE['weglot_wp_rocket_cache'] ) && $this->option_services->get_option( 'auto_redirect' ) ) {
|
52 |
+
add_action( 'send_headers', array( $this, 'set_weglot_wp_rocket_cache' ), 10, 1 );
|
53 |
}
|
54 |
}
|
55 |
|
templates/admin/pages/tabs/appearance.php
CHANGED
@@ -340,20 +340,20 @@ $options_available = [
|
|
340 |
</td>
|
341 |
</tr>
|
342 |
|
343 |
-
|
344 |
<th scope="row" class="titledesc">
|
345 |
-
<label for="<?php echo esc_attr( $options_available['switcher_editor']['key'] );
|
346 |
-
<?php echo esc_html( $options_available['switcher_editor']['label'] );
|
347 |
</label>
|
348 |
-
<p class="sub-label"><?php echo esc_html( $options_available['switcher_editor']['description'] );
|
349 |
</th>
|
350 |
<td class="forminp forminp-text">
|
351 |
<a class="btn btn-soft"
|
352 |
-
href="https://dashboard.weglot.com/settings/language-switcher/editor?url=<?php echo esc_url( get_home_url() );
|
353 |
-
class="dashicons dashicons-admin-generic"></span> <?php esc_html_e( 'Use switcher editor', 'weglot' );
|
354 |
</a>
|
355 |
</td>
|
356 |
-
</tr
|
357 |
</table>
|
358 |
|
359 |
<template id="li-button-tpl">
|
340 |
</td>
|
341 |
</tr>
|
342 |
|
343 |
+
<!--<tr valign="top">
|
344 |
<th scope="row" class="titledesc">
|
345 |
+
<label for="<?php /*echo esc_attr( $options_available['switcher_editor']['key'] ); */?>">
|
346 |
+
<?php /*echo esc_html( $options_available['switcher_editor']['label'] ); */?>
|
347 |
</label>
|
348 |
+
<p class="sub-label"><?php /*echo esc_html( $options_available['switcher_editor']['description'] ); */?></p>
|
349 |
</th>
|
350 |
<td class="forminp forminp-text">
|
351 |
<a class="btn btn-soft"
|
352 |
+
href="https://dashboard.weglot.com/settings/language-switcher/editor?url=<?php /*echo esc_url( get_home_url() ); */?>" target="_blank"><span
|
353 |
+
class="dashicons dashicons-admin-generic"></span> <?php /*esc_html_e( 'Use switcher editor', 'weglot' ); */?>
|
354 |
</a>
|
355 |
</td>
|
356 |
+
</tr>-->
|
357 |
</table>
|
358 |
|
359 |
<template id="li-button-tpl">
|
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 ComposerAutoloaderInit1f951178013d9f6bce5e15499d70d14c::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -30,7 +30,7 @@ private static $installed = array (
|
|
30 |
'aliases' =>
|
31 |
array (
|
32 |
),
|
33 |
-
'reference' => '
|
34 |
'name' => 'weglot/translate-wordpress',
|
35 |
),
|
36 |
'versions' =>
|
@@ -55,12 +55,12 @@ private static $installed = array (
|
|
55 |
),
|
56 |
'weglot/simplehtmldom' =>
|
57 |
array (
|
58 |
-
'pretty_version' => '0.
|
59 |
-
'version' => '0.
|
60 |
'aliases' =>
|
61 |
array (
|
62 |
),
|
63 |
-
'reference' => '
|
64 |
),
|
65 |
'weglot/translate-wordpress' =>
|
66 |
array (
|
@@ -69,7 +69,7 @@ private static $installed = array (
|
|
69 |
'aliases' =>
|
70 |
array (
|
71 |
),
|
72 |
-
'reference' => '
|
73 |
),
|
74 |
'weglot/translation-definitions' =>
|
75 |
array (
|
@@ -82,12 +82,12 @@ private static $installed = array (
|
|
82 |
),
|
83 |
'weglot/weglot-php' =>
|
84 |
array (
|
85 |
-
'pretty_version' => '1.3',
|
86 |
-
'version' => '1.3.
|
87 |
'aliases' =>
|
88 |
array (
|
89 |
),
|
90 |
-
'reference' => '
|
91 |
),
|
92 |
),
|
93 |
);
|
30 |
'aliases' =>
|
31 |
array (
|
32 |
),
|
33 |
+
'reference' => '4bd940513914d113c0ff892236a067c00ca3257b',
|
34 |
'name' => 'weglot/translate-wordpress',
|
35 |
),
|
36 |
'versions' =>
|
55 |
),
|
56 |
'weglot/simplehtmldom' =>
|
57 |
array (
|
58 |
+
'pretty_version' => '0.7',
|
59 |
+
'version' => '0.7.0.0',
|
60 |
'aliases' =>
|
61 |
array (
|
62 |
),
|
63 |
+
'reference' => '020aac0f37d5cf1ebfde62aa67cb2a6cc3914f41',
|
64 |
),
|
65 |
'weglot/translate-wordpress' =>
|
66 |
array (
|
69 |
'aliases' =>
|
70 |
array (
|
71 |
),
|
72 |
+
'reference' => '4bd940513914d113c0ff892236a067c00ca3257b',
|
73 |
),
|
74 |
'weglot/translation-definitions' =>
|
75 |
array (
|
82 |
),
|
83 |
'weglot/weglot-php' =>
|
84 |
array (
|
85 |
+
'pretty_version' => '1.3.3',
|
86 |
+
'version' => '1.3.3.0',
|
87 |
'aliases' =>
|
88 |
array (
|
89 |
),
|
90 |
+
'reference' => 'bb8c93984f1788a757da168074d3c603bb72f428',
|
91 |
),
|
92 |
),
|
93 |
);
|
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 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInitf74286d2f9f463ba8f91c37ca7d71d21
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,19 +53,19 @@ class ComposerAutoloaderInitf74286d2f9f463ba8f91c37ca7d71d21
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
function
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit1f951178013d9f6bce5e15499d70d14c
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit1f951178013d9f6bce5e15499d70d14c', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit1f951178013d9f6bce5e15499d70d14c', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit1f951178013d9f6bce5e15499d70d14c::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit1f951178013d9f6bce5e15499d70d14c::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequire1f951178013d9f6bce5e15499d70d14c($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
function composerRequire1f951178013d9f6bce5e15499d70d14c($fileIdentifier, $file)
|
69 |
{
|
70 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
71 |
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',
|
@@ -66,10 +66,10 @@ class ComposerStaticInitf74286d2f9f463ba8f91c37ca7d71d21
|
|
66 |
public static function getInitializer(ClassLoader $loader)
|
67 |
{
|
68 |
return \Closure::bind(function () use ($loader) {
|
69 |
-
$loader->prefixLengthsPsr4 =
|
70 |
-
$loader->prefixDirsPsr4 =
|
71 |
-
$loader->prefixesPsr0 =
|
72 |
-
$loader->classMap =
|
73 |
|
74 |
}, null, ClassLoader::class);
|
75 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit1f951178013d9f6bce5e15499d70d14c
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'6c200413eed8aeea54dbaf934a31b127' => __DIR__ . '/..' . '/weglot/simplehtmldom/src/simple_html_dom.php',
|
66 |
public static function getInitializer(ClassLoader $loader)
|
67 |
{
|
68 |
return \Closure::bind(function () use ($loader) {
|
69 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit1f951178013d9f6bce5e15499d70d14c::$prefixLengthsPsr4;
|
70 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit1f951178013d9f6bce5e15499d70d14c::$prefixDirsPsr4;
|
71 |
+
$loader->prefixesPsr0 = ComposerStaticInit1f951178013d9f6bce5e15499d70d14c::$prefixesPsr0;
|
72 |
+
$loader->classMap = ComposerStaticInit1f951178013d9f6bce5e15499d70d14c::$classMap;
|
73 |
|
74 |
}, null, ClassLoader::class);
|
75 |
}
|
vendor/composer/installed.json
CHANGED
@@ -96,23 +96,23 @@
|
|
96 |
},
|
97 |
{
|
98 |
"name": "weglot/simplehtmldom",
|
99 |
-
"version": "0.
|
100 |
-
"version_normalized": "0.
|
101 |
"source": {
|
102 |
"type": "git",
|
103 |
-
"url": "
|
104 |
-
"reference": "
|
105 |
},
|
106 |
"dist": {
|
107 |
"type": "zip",
|
108 |
-
"url": "https://api.github.com/repos/weglot/simple_html_dom/zipball/
|
109 |
-
"reference": "
|
110 |
"shasum": ""
|
111 |
},
|
112 |
"require": {
|
113 |
"php": ">=5.3.0"
|
114 |
},
|
115 |
-
"time": "2021-
|
116 |
"type": "library",
|
117 |
"installation-source": "dist",
|
118 |
"autoload": {
|
@@ -123,7 +123,6 @@
|
|
123 |
"src/simple_html_dom.php"
|
124 |
]
|
125 |
},
|
126 |
-
"notification-url": "https://packagist.org/downloads/",
|
127 |
"license": [
|
128 |
"MIT"
|
129 |
],
|
@@ -136,12 +135,12 @@
|
|
136 |
"description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
|
137 |
"homepage": "http://simplehtmldom.sourceforge.net/",
|
138 |
"keywords": [
|
139 |
-
"Simple",
|
140 |
"dom",
|
141 |
-
"html"
|
|
|
142 |
],
|
143 |
"support": {
|
144 |
-
"source": "https://github.com/weglot/simple_html_dom/tree/0.
|
145 |
},
|
146 |
"install-path": "../weglot/simplehtmldom"
|
147 |
},
|
@@ -190,30 +189,30 @@
|
|
190 |
},
|
191 |
{
|
192 |
"name": "weglot/weglot-php",
|
193 |
-
"version": "1.3",
|
194 |
-
"version_normalized": "1.3.
|
195 |
"source": {
|
196 |
"type": "git",
|
197 |
"url": "git@github.com:weglot/weglot-php.git",
|
198 |
-
"reference": "
|
199 |
},
|
200 |
"dist": {
|
201 |
"type": "zip",
|
202 |
-
"url": "https://api.github.com/repos/weglot/weglot-php/zipball/
|
203 |
-
"reference": "
|
204 |
"shasum": ""
|
205 |
},
|
206 |
"require": {
|
207 |
"php": ">=5.6",
|
208 |
"psr/cache": "^1.0",
|
209 |
-
"weglot/simplehtmldom": "^0.
|
210 |
"weglot/translation-definitions": "^2.0"
|
211 |
},
|
212 |
"require-dev": {
|
213 |
"codeception/codeception": "^2.4",
|
214 |
"vlucas/phpdotenv": "^2.4"
|
215 |
},
|
216 |
-
"time": "
|
217 |
"type": "library",
|
218 |
"installation-source": "dist",
|
219 |
"autoload": {
|
96 |
},
|
97 |
{
|
98 |
"name": "weglot/simplehtmldom",
|
99 |
+
"version": "0.7",
|
100 |
+
"version_normalized": "0.7.0.0",
|
101 |
"source": {
|
102 |
"type": "git",
|
103 |
+
"url": "git@github.com:weglot/simple_html_dom.git",
|
104 |
+
"reference": "020aac0f37d5cf1ebfde62aa67cb2a6cc3914f41"
|
105 |
},
|
106 |
"dist": {
|
107 |
"type": "zip",
|
108 |
+
"url": "https://api.github.com/repos/weglot/simple_html_dom/zipball/020aac0f37d5cf1ebfde62aa67cb2a6cc3914f41",
|
109 |
+
"reference": "020aac0f37d5cf1ebfde62aa67cb2a6cc3914f41",
|
110 |
"shasum": ""
|
111 |
},
|
112 |
"require": {
|
113 |
"php": ">=5.3.0"
|
114 |
},
|
115 |
+
"time": "2021-12-13T12:39:30+00:00",
|
116 |
"type": "library",
|
117 |
"installation-source": "dist",
|
118 |
"autoload": {
|
123 |
"src/simple_html_dom.php"
|
124 |
]
|
125 |
},
|
|
|
126 |
"license": [
|
127 |
"MIT"
|
128 |
],
|
135 |
"description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
|
136 |
"homepage": "http://simplehtmldom.sourceforge.net/",
|
137 |
"keywords": [
|
|
|
138 |
"dom",
|
139 |
+
"html",
|
140 |
+
"simple"
|
141 |
],
|
142 |
"support": {
|
143 |
+
"source": "https://github.com/weglot/simple_html_dom/tree/0.7"
|
144 |
},
|
145 |
"install-path": "../weglot/simplehtmldom"
|
146 |
},
|
189 |
},
|
190 |
{
|
191 |
"name": "weglot/weglot-php",
|
192 |
+
"version": "1.3.3",
|
193 |
+
"version_normalized": "1.3.3.0",
|
194 |
"source": {
|
195 |
"type": "git",
|
196 |
"url": "git@github.com:weglot/weglot-php.git",
|
197 |
+
"reference": "bb8c93984f1788a757da168074d3c603bb72f428"
|
198 |
},
|
199 |
"dist": {
|
200 |
"type": "zip",
|
201 |
+
"url": "https://api.github.com/repos/weglot/weglot-php/zipball/bb8c93984f1788a757da168074d3c603bb72f428",
|
202 |
+
"reference": "bb8c93984f1788a757da168074d3c603bb72f428",
|
203 |
"shasum": ""
|
204 |
},
|
205 |
"require": {
|
206 |
"php": ">=5.6",
|
207 |
"psr/cache": "^1.0",
|
208 |
+
"weglot/simplehtmldom": "^0.7",
|
209 |
"weglot/translation-definitions": "^2.0"
|
210 |
},
|
211 |
"require-dev": {
|
212 |
"codeception/codeception": "^2.4",
|
213 |
"vlucas/phpdotenv": "^2.4"
|
214 |
},
|
215 |
+
"time": "2022-02-22T12:58:01+00:00",
|
216 |
"type": "library",
|
217 |
"installation-source": "dist",
|
218 |
"autoload": {
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => 'weglot/translate-wordpress',
|
11 |
),
|
12 |
'versions' =>
|
@@ -31,12 +31,12 @@
|
|
31 |
),
|
32 |
'weglot/simplehtmldom' =>
|
33 |
array (
|
34 |
-
'pretty_version' => '0.
|
35 |
-
'version' => '0.
|
36 |
'aliases' =>
|
37 |
array (
|
38 |
),
|
39 |
-
'reference' => '
|
40 |
),
|
41 |
'weglot/translate-wordpress' =>
|
42 |
array (
|
@@ -45,7 +45,7 @@
|
|
45 |
'aliases' =>
|
46 |
array (
|
47 |
),
|
48 |
-
'reference' => '
|
49 |
),
|
50 |
'weglot/translation-definitions' =>
|
51 |
array (
|
@@ -58,12 +58,12 @@
|
|
58 |
),
|
59 |
'weglot/weglot-php' =>
|
60 |
array (
|
61 |
-
'pretty_version' => '1.3',
|
62 |
-
'version' => '1.3.
|
63 |
'aliases' =>
|
64 |
array (
|
65 |
),
|
66 |
-
'reference' => '
|
67 |
),
|
68 |
),
|
69 |
);
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => '4bd940513914d113c0ff892236a067c00ca3257b',
|
10 |
'name' => 'weglot/translate-wordpress',
|
11 |
),
|
12 |
'versions' =>
|
31 |
),
|
32 |
'weglot/simplehtmldom' =>
|
33 |
array (
|
34 |
+
'pretty_version' => '0.7',
|
35 |
+
'version' => '0.7.0.0',
|
36 |
'aliases' =>
|
37 |
array (
|
38 |
),
|
39 |
+
'reference' => '020aac0f37d5cf1ebfde62aa67cb2a6cc3914f41',
|
40 |
),
|
41 |
'weglot/translate-wordpress' =>
|
42 |
array (
|
45 |
'aliases' =>
|
46 |
array (
|
47 |
),
|
48 |
+
'reference' => '4bd940513914d113c0ff892236a067c00ca3257b',
|
49 |
),
|
50 |
'weglot/translation-definitions' =>
|
51 |
array (
|
58 |
),
|
59 |
'weglot/weglot-php' =>
|
60 |
array (
|
61 |
+
'pretty_version' => '1.3.3',
|
62 |
+
'version' => '1.3.3.0',
|
63 |
'aliases' =>
|
64 |
array (
|
65 |
),
|
66 |
+
'reference' => 'bb8c93984f1788a757da168074d3c603bb72f428',
|
67 |
),
|
68 |
),
|
69 |
);
|
vendor/weglot/simplehtmldom/src/simple_html_dom.php
CHANGED
@@ -521,7 +521,8 @@ class simple_html_dom_node
|
|
521 |
foreach ($head as $k=>$v) {
|
522 |
$n = ($k===-1) ? $this->dom->root : $this->dom->nodes[$k];
|
523 |
//PaperG - Pass this optional parameter on to the seek function.
|
524 |
-
|
|
|
525 |
}
|
526 |
$head = $ret;
|
527 |
}
|
@@ -552,7 +553,7 @@ class simple_html_dom_node
|
|
552 |
|
553 |
// seek for given conditions
|
554 |
// PaperG - added parameter to allow for case insensitive testing of the value of a selector.
|
555 |
-
protected function seek($selector, &$ret, $lowercase=false)
|
556 |
{
|
557 |
global $debugObject;
|
558 |
if (is_object($debugObject)) {
|
@@ -590,6 +591,10 @@ class simple_html_dom_node
|
|
590 |
|
591 |
$pass = true;
|
592 |
|
|
|
|
|
|
|
|
|
593 |
if ($tag==='*' && !$key) {
|
594 |
if (in_array($node, $this->children, true)) {
|
595 |
$ret[$i] = 1;
|
@@ -707,7 +712,7 @@ class simple_html_dom_node
|
|
707 |
// This implies that an html attribute specifier may start with an @ sign that is NOT captured by the expression.
|
708 |
// farther study is required to determine of this should be documented or removed.
|
709 |
// $pattern = "/([a-zA-Z0-9_\-:\*]*)(?:\#([a-zA-Z0-9_\-]+)|\.([a-zA-Z0-9_\-]+))?(?:\[@?(!?[a-zA-Z0-9_\-]+)(?:([!*^$]?=)[\"']?(.*?)[\"']?)?\])?([\/, ]+)/is";
|
710 |
-
$pattern = "/([a-zA-Z0-9_\-:\*]*)(?:\#([a-zA-Z0-9_\-]+)|\.([a-zA-Z0-9_\-]+))?(?:\[@?(!?[a-zA-Z0-9_\-:]+)(?:([!*^$]?=)[\"']?(.*?)[\"']?)?\])?([\/, ]+)/is";
|
711 |
preg_match_all($pattern, trim($selector_string).' ', $matches, PREG_SET_ORDER);
|
712 |
if (is_object($debugObject)) {
|
713 |
$debugObject->debugLog(2, "Matches Array: ", $matches);
|
@@ -727,7 +732,7 @@ class simple_html_dom_node
|
|
727 |
continue;
|
728 |
}
|
729 |
|
730 |
-
|
731 |
if (!empty($m[2])) {
|
732 |
$key='id';
|
733 |
$val=$m[2];
|
@@ -756,8 +761,11 @@ class simple_html_dom_node
|
|
756 |
$key=substr($key, 1);
|
757 |
$no_key=true;
|
758 |
}
|
|
|
|
|
|
|
759 |
|
760 |
-
$result[] = array($tag, $key, $val, $exp, $no_key);
|
761 |
if (trim($m[7])===',') {
|
762 |
$selectors[] = $result;
|
763 |
$result = array();
|
521 |
foreach ($head as $k=>$v) {
|
522 |
$n = ($k===-1) ? $this->dom->root : $this->dom->nodes[$k];
|
523 |
//PaperG - Pass this optional parameter on to the seek function.
|
524 |
+
$direct = $l>0? $selectors[$c][$l-1][5]:false;
|
525 |
+
$n->seek($selectors[$c][$l], $ret, $lowercase, $direct);
|
526 |
}
|
527 |
$head = $ret;
|
528 |
}
|
553 |
|
554 |
// seek for given conditions
|
555 |
// PaperG - added parameter to allow for case insensitive testing of the value of a selector.
|
556 |
+
protected function seek($selector, &$ret, $lowercase=false, $direct=false)
|
557 |
{
|
558 |
global $debugObject;
|
559 |
if (is_object($debugObject)) {
|
591 |
|
592 |
$pass = true;
|
593 |
|
594 |
+
if($direct && $this !== $node->parent) {
|
595 |
+
continue;
|
596 |
+
}
|
597 |
+
|
598 |
if ($tag==='*' && !$key) {
|
599 |
if (in_array($node, $this->children, true)) {
|
600 |
$ret[$i] = 1;
|
712 |
// This implies that an html attribute specifier may start with an @ sign that is NOT captured by the expression.
|
713 |
// farther study is required to determine of this should be documented or removed.
|
714 |
// $pattern = "/([a-zA-Z0-9_\-:\*]*)(?:\#([a-zA-Z0-9_\-]+)|\.([a-zA-Z0-9_\-]+))?(?:\[@?(!?[a-zA-Z0-9_\-]+)(?:([!*^$]?=)[\"']?(.*?)[\"']?)?\])?([\/, ]+)/is";
|
715 |
+
$pattern = "/([a-zA-Z0-9_\-:\*]*)(?:\#([a-zA-Z0-9_\-]+)|\.([a-zA-Z0-9_\-]+))?(?:\[@?(!?[a-zA-Z0-9_\-:]+)(?:([!*^$]?=)[\"']?(.*?)[\"']?)?\])?([\/, >]+)/is";
|
716 |
preg_match_all($pattern, trim($selector_string).' ', $matches, PREG_SET_ORDER);
|
717 |
if (is_object($debugObject)) {
|
718 |
$debugObject->debugLog(2, "Matches Array: ", $matches);
|
732 |
continue;
|
733 |
}
|
734 |
|
735 |
+
list($tag, $key, $val, $exp, $no_key, $direct) = array($m[1], null, null, '=', false, false);
|
736 |
if (!empty($m[2])) {
|
737 |
$key='id';
|
738 |
$val=$m[2];
|
761 |
$key=substr($key, 1);
|
762 |
$no_key=true;
|
763 |
}
|
764 |
+
if (trim($m[7])==='>') {
|
765 |
+
$direct = true;
|
766 |
+
}
|
767 |
|
768 |
+
$result[] = array($tag, $key, $val, $exp, $no_key, $direct);
|
769 |
if (trim($m[7])===',') {
|
770 |
$selectors[] = $result;
|
771 |
$result = array();
|
vendor/weglot/weglot-php/composer.json
CHANGED
@@ -39,14 +39,18 @@
|
|
39 |
"i18n"
|
40 |
],
|
41 |
"repositories": [
|
|
|
|
|
|
|
|
|
42 |
{
|
43 |
"type": "vcs",
|
44 |
-
"url": "https://github.com/weglot/
|
45 |
}
|
46 |
],
|
47 |
"require": {
|
48 |
"php": ">=5.6",
|
49 |
-
"weglot/simplehtmldom": "^0.
|
50 |
"psr/cache": "^1.0",
|
51 |
"weglot/translation-definitions": "^2.0"
|
52 |
},
|
39 |
"i18n"
|
40 |
],
|
41 |
"repositories": [
|
42 |
+
{
|
43 |
+
"type": "vcs",
|
44 |
+
"url": "https://github.com/weglot/weglot-translation-definitions"
|
45 |
+
},
|
46 |
{
|
47 |
"type": "vcs",
|
48 |
+
"url": "https://github.com/weglot/simple_html_dom"
|
49 |
}
|
50 |
],
|
51 |
"require": {
|
52 |
"php": ">=5.6",
|
53 |
+
"weglot/simplehtmldom": "^0.7",
|
54 |
"psr/cache": "^1.0",
|
55 |
"weglot/translation-definitions": "^2.0"
|
56 |
},
|
vendor/weglot/weglot-php/src/Client/Api/Enum/BotType.php
CHANGED
@@ -18,4 +18,5 @@ abstract class BotType
|
|
18 |
const YAHOO = 4;
|
19 |
const BAIDU = 5;
|
20 |
const YANDEX = 6;
|
|
|
21 |
}
|
18 |
const YAHOO = 4;
|
19 |
const BAIDU = 5;
|
20 |
const YANDEX = 6;
|
21 |
+
const WGVE = 7;
|
22 |
}
|
vendor/weglot/weglot-php/src/Client/Client.php
CHANGED
@@ -65,11 +65,11 @@ class Client
|
|
65 |
/**
|
66 |
* Client constructor.
|
67 |
* @param string $apiKey your Weglot API key
|
68 |
-
* @param string $version your settings file version
|
69 |
* @param int $translationEngine
|
|
|
70 |
* @param array $options an array of options, currently only "host" is implemented
|
71 |
*/
|
72 |
-
public function __construct($apiKey, $version = '1', $
|
73 |
{
|
74 |
$this->apiKey = $apiKey;
|
75 |
$this->version = $version;
|
65 |
/**
|
66 |
* Client constructor.
|
67 |
* @param string $apiKey your Weglot API key
|
|
|
68 |
* @param int $translationEngine
|
69 |
+
* @param string $version your settings file version
|
70 |
* @param array $options an array of options, currently only "host" is implemented
|
71 |
*/
|
72 |
+
public function __construct($apiKey, $translationEngine, $version = '1', $options = [])
|
73 |
{
|
74 |
$this->apiKey = $apiKey;
|
75 |
$this->version = $version;
|
vendor/weglot/weglot-php/src/Util/Server.php
CHANGED
@@ -44,6 +44,12 @@ class Server
|
|
44 |
Text::contains($userAgent, 'Ahrefs') ||
|
45 |
Text::contains($userAgent, 'SemrushBot'));
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
if ($userAgent !== null && !$checkBotAgent) {
|
48 |
return BotType::HUMAN;
|
49 |
}
|
44 |
Text::contains($userAgent, 'Ahrefs') ||
|
45 |
Text::contains($userAgent, 'SemrushBot'));
|
46 |
|
47 |
+
$checkBotVe = Text::contains($userAgent, 'Weglot Visual Editor');
|
48 |
+
|
49 |
+
if($userAgent !== null && $checkBotVe){
|
50 |
+
return BotType::WGVE;
|
51 |
+
}
|
52 |
+
|
53 |
if ($userAgent !== null && !$checkBotAgent) {
|
54 |
return BotType::HUMAN;
|
55 |
}
|
vendor/weglot/weglot-php/src/Util/Url.php
CHANGED
@@ -202,6 +202,37 @@ class Url
|
|
202 |
return false;
|
203 |
}
|
204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
/**
|
206 |
* Check if we need to translate given URL
|
207 |
*
|
@@ -329,6 +360,34 @@ class Url
|
|
329 |
return $url;
|
330 |
}
|
331 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
/**
|
333 |
* Returns array with all possible URL for current Request
|
334 |
*
|
@@ -353,10 +412,24 @@ class Url
|
|
353 |
$originalURL .= '#'. $this->getFragment();
|
354 |
}
|
355 |
|
356 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
|
358 |
foreach ($this->destinationLanguages as $language) {
|
359 |
$isExcluded = false;
|
|
|
|
|
360 |
foreach ($this->excludedUrls as $excludedUrl) {
|
361 |
|
362 |
if( $excludedUrl[1] === null || ( is_array($excludedUrl[1]) && in_array($language, $excludedUrl[1]) ) ) {
|
@@ -364,6 +437,8 @@ class Url
|
|
364 |
if (strpos($excludedUrl[0], '?!') !== false) { // Si la regex contient un negative lookahead, alors on check le match entre le path et la regex
|
365 |
if( preg_match('#' . $excludedUrl[0] . '#', $this->getPath()) != 0) {
|
366 |
$isExcluded = true;
|
|
|
|
|
367 |
break;
|
368 |
}
|
369 |
}
|
@@ -371,6 +446,8 @@ class Url
|
|
371 |
if( preg_match('#' . $excludedUrl[0] . '#', $this->getPath()) != 0
|
372 |
|| preg_match('#' . $excludedUrl[0] . '#', rtrim($this->getPath() , "/")) != 0 ) {
|
373 |
$isExcluded = true;
|
|
|
|
|
374 |
break;
|
375 |
}
|
376 |
|
@@ -400,7 +477,7 @@ class Url
|
|
400 |
if (!is_null($this->getFragment())) {
|
401 |
$url .= '#'. $this->getFragment();
|
402 |
}
|
403 |
-
$urls[] = array( 'language' => $language, 'url' => $url, 'excluded' => $isExcluded );
|
404 |
}
|
405 |
|
406 |
$this->allUrls = $urls;
|
202 |
return false;
|
203 |
}
|
204 |
|
205 |
+
/**
|
206 |
+
* @param LanguageEntry $language
|
207 |
+
* @param string $option
|
208 |
+
* @param bool $getExclusion
|
209 |
+
* @return bool|string
|
210 |
+
*/
|
211 |
+
public function getExcludeOption($language, $option)
|
212 |
+
{
|
213 |
+
$urls = $this->getAllUrls();
|
214 |
+
foreach ( $urls as $url ) {
|
215 |
+
if ( $url['language'] === $language ) {
|
216 |
+
switch ($option) {
|
217 |
+
case 'language_button_displayed':
|
218 |
+
if( $url[$option] ){
|
219 |
+
return true;
|
220 |
+
}
|
221 |
+
break;
|
222 |
+
case "exclusion_behavior":
|
223 |
+
if( $url[$option] == "REDIRECT"){
|
224 |
+
return true;
|
225 |
+
}elseif($url[$option] == "NOT_TRANSLATED"){
|
226 |
+
return false;
|
227 |
+
}
|
228 |
+
break;
|
229 |
+
}
|
230 |
+
|
231 |
+
}
|
232 |
+
}
|
233 |
+
return false;
|
234 |
+
}
|
235 |
+
|
236 |
/**
|
237 |
* Check if we need to translate given URL
|
238 |
*
|
360 |
return $url;
|
361 |
}
|
362 |
|
363 |
+
/**
|
364 |
+
* Returns advance excluded option button displayed
|
365 |
+
*
|
366 |
+
* @param array $excludedUrl
|
367 |
+
* @return bool
|
368 |
+
*/
|
369 |
+
public function exclusionBehavior($excludedUrl){
|
370 |
+
$exclusionBehavior = "NOT_TRANSLATED";
|
371 |
+
if(isset($excludedUrl[2])){
|
372 |
+
$exclusionBehavior = $excludedUrl[2];
|
373 |
+
}
|
374 |
+
return $exclusionBehavior;
|
375 |
+
}
|
376 |
+
|
377 |
+
/**
|
378 |
+
* Returns advance excluded option button displayed
|
379 |
+
*
|
380 |
+
* @param array $excludedUrl
|
381 |
+
* @return bool
|
382 |
+
*/
|
383 |
+
public function languageButtonDisplayed($excludedUrl){
|
384 |
+
$languageButtonDisplayed = true;
|
385 |
+
if(isset($excludedUrl[3]) && $excludedUrl[3] === false){
|
386 |
+
$languageButtonDisplayed = false;
|
387 |
+
}
|
388 |
+
return $languageButtonDisplayed;
|
389 |
+
}
|
390 |
+
|
391 |
/**
|
392 |
* Returns array with all possible URL for current Request
|
393 |
*
|
412 |
$originalURL .= '#'. $this->getFragment();
|
413 |
}
|
414 |
|
415 |
+
$languageButtonDisplayed = true;
|
416 |
+
$exclusionBehavior = "NOT_TRANSLATED";
|
417 |
+
|
418 |
+
|
419 |
+
foreach ($this->excludedUrls as $excludedUrl) {
|
420 |
+
if( preg_match('#' . $excludedUrl[0] . '#', $this->getPath()) != 0
|
421 |
+
|| preg_match('#' . $excludedUrl[0] . '#', rtrim($this->getPath() , "/")) != 0) {
|
422 |
+
$exclusionBehavior = $this->exclusionBehavior($excludedUrl);
|
423 |
+
$languageButtonDisplayed = $this->languageButtonDisplayed( $excludedUrl );
|
424 |
+
}
|
425 |
+
}
|
426 |
+
|
427 |
+
$urls[] = array( 'language' => $this->originalLanguage, 'url' => $originalURL, 'excluded' => false, 'exclusion_behavior' => $exclusionBehavior, 'language_button_displayed' => $languageButtonDisplayed);
|
428 |
|
429 |
foreach ($this->destinationLanguages as $language) {
|
430 |
$isExcluded = false;
|
431 |
+
$languageButtonDisplayed = true;
|
432 |
+
$exclusionBehavior = "NOT_TRANSLATED";
|
433 |
foreach ($this->excludedUrls as $excludedUrl) {
|
434 |
|
435 |
if( $excludedUrl[1] === null || ( is_array($excludedUrl[1]) && in_array($language, $excludedUrl[1]) ) ) {
|
437 |
if (strpos($excludedUrl[0], '?!') !== false) { // Si la regex contient un negative lookahead, alors on check le match entre le path et la regex
|
438 |
if( preg_match('#' . $excludedUrl[0] . '#', $this->getPath()) != 0) {
|
439 |
$isExcluded = true;
|
440 |
+
$exclusionBehavior = $this->exclusionBehavior($excludedUrl);
|
441 |
+
$languageButtonDisplayed = $this->languageButtonDisplayed( $excludedUrl );
|
442 |
break;
|
443 |
}
|
444 |
}
|
446 |
if( preg_match('#' . $excludedUrl[0] . '#', $this->getPath()) != 0
|
447 |
|| preg_match('#' . $excludedUrl[0] . '#', rtrim($this->getPath() , "/")) != 0 ) {
|
448 |
$isExcluded = true;
|
449 |
+
$exclusionBehavior = $this->exclusionBehavior($excludedUrl);
|
450 |
+
$languageButtonDisplayed = $this->languageButtonDisplayed($excludedUrl);
|
451 |
break;
|
452 |
}
|
453 |
|
477 |
if (!is_null($this->getFragment())) {
|
478 |
$url .= '#'. $this->getFragment();
|
479 |
}
|
480 |
+
$urls[] = array( 'language' => $language, 'url' => $url, 'excluded' => $isExcluded, 'exclusion_behavior' => $exclusionBehavior, 'language_button_displayed' => $languageButtonDisplayed );
|
481 |
}
|
482 |
|
483 |
$this->allUrls = $urls;
|
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.
|
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.
|
26 |
define( 'WEGLOT_PHP_MIN', '5.6' );
|
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.6
|
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.6' );
|
26 |
define( 'WEGLOT_PHP_MIN', '5.6' );
|
27 |
define( 'WEGLOT_BNAME', plugin_basename( __FILE__ ) );
|
28 |
define( 'WEGLOT_DIR', __DIR__ );
|