WPML Multilingual v4.5.5 Premium - Translate all as you wish.

fly683

Member
XNullUser
Joined
Mar 30, 2021
Messages
442
Reaction score
3
Points
18
NullCash
8
thx a lot fors sharing this module ! have a nice day
 

Shpincter

New member
XNullUser
Joined
Jul 24, 2022
Messages
21
Reaction score
0
Points
1
NullCash
2
Thanks for sharing, comparing this to Polylang at the moment
Post automatically merged:

Edit this file wp-content/plugins/sitepress-multilingual-cms/classes/setup/endpoints/LicenseStep.php

from
Code:
        if ( ! empty( $r['error'] ) ) {
                return Either::left( strip_tags( $r['error'] ) );
            } else {
                icl_set_setting( 'site_key', $site_key, true );
                Plugins::updateTMAllowedOption();
                return Right::of( __( 'Thank you for registering WPML on this site. You will receive automatic updates when new versions are available.', 'sitepress' ) );
           }

to

Code:
    /*    if ( ! empty( $r['error'] ) ) {
                return Either::left( strip_tags( $r['error'] ) );
            } else {*/
                icl_set_setting( 'site_key', $site_key, true );
                Plugins::updateTMAllowedOption();
                return Right::of( __( 'Thank you for registering WPML on this site. You will receive automatic updates when new versions are available.', 'sitepress' ) );
        //    }

Pretty good but you can also do this:

Code:
        if ( empty( $r['error'] ) ) {
                return Either::left( strip_tags( $r['error'] ) );
            } else {
                icl_set_setting( 'site_key', $site_key, true );
                Plugins::updateTMAllowedOption();
                return Right::of( __( 'Thank you for registering WPML on this site. You will receive automatic updates when new versions are available.', 'sitepress' ) );
           }
 
Last edited:

Ravo

Member
XNullUser
Joined
Jul 24, 2022
Messages
42
Reaction score
0
Points
6
NullCash
2
Thanks for this plugin, the other one was sitepress somehow?
 

snowland

Member
XNullUser
Joined
Dec 28, 2020
Messages
238
Reaction score
0
Points
16
NullCash
3
thx for sharing this WPML Multilingual WordPress Plugin
 

Student

Member
XNullUser
Joined
Feb 20, 2022
Messages
457
Reaction score
0
Points
16
NullCash
3
thx for sharing this WPML Multilingual WordPress Plugin
 

LTDnipro

Member
XNullUser
Joined
Dec 5, 2021
Messages
41
Reaction score
0
Points
6
NullCash
15
сасибо что поделилилсь этим отличным плагином, большое спасибо
 

Pepepipa

New member
XNullUser
Joined
Nov 14, 2022
Messages
15
Reaction score
14
Points
3
Location
Spain
NullCash
57
thx for sharing this WPML Multilingual WordPress Plugin
 

LTDnipro

Member
XNullUser
Joined
Dec 5, 2021
Messages
41
Reaction score
0
Points
6
NullCash
15
давно искал похожий образец, интересно опробовать
 

s00ares

Member
XNullUser
Joined
Jun 28, 2020
Messages
72
Reaction score
20
Points
8
NullCash
58
View attachment 64365

WPML makes it easy to run a multilingual website with a single WordPress installation. Choose languages for your site and start translating content. WPML comes in over 40 languages. You can also add your own language variants using WPML’s languages editor. WPML also lets you easily build and run multilingual e-commerce sites with WooCommerce (using WooCommerce Multilingual).

WordPress users have access to dozens of premium and free translation options. The WordPress Multilingual Plugin (WPML), which was launched in 2007, is what most WordPress experts recommend.

WPML allows you to easily translate WordPress pages, pages, taxonomies menus, taxonomies, and plugins. This is the best and most cost-effective translation solution for most websites. However, This plugin uses a less automated approach to translating than its competitors. You should be ready to manually translate important areas of your website and be more hands-on.

WPML Multilingual WordPress Plugin Features​

  • One WordPress Installation Multiple Languages
  • Available in both Multilingual Blog & Multilingual CMS versions
  • WPML comes with over 40 languages.
  • Powerful Translation Management
  • Multilingual E-Commerce
  • Translation for Theme and Plugin Texts
  • Affordable Professional Translation
  • Works with Most WordPress Themes
  • Reliable Support and Proactive Development
Thanks for this plugin, i will test
 

max0220

Member
XNullUser
Joined
Jun 13, 2022
Messages
56
Reaction score
0
Points
6
NullCash
10
Thanks for sharing this WPML plugin! This is much needed
 

Nievero

Member
XNullUser
Joined
Nov 9, 2020
Messages
62
Reaction score
0
Points
6
NullCash
8
Thanks a lot for sharing, this is a great plugin
 

Abab23

Member
XNullUser
Joined
Aug 5, 2021
Messages
92
Reaction score
0
Points
6
NullCash
3
Köszönöm a megosztást! Remélem nagyon hasznos kiegészítő.
 
Top