Dennis Ploetner
Forum Replies Created
-
Interesting, but no, the plugin adds no additional role to WordPress installations.
Forum: Reviews
In reply to: [Multisite Language Switcher] Multisite Language Switcher reviewThank you! Very kind π
Forum: Plugins
In reply to: [Multisite Language Switcher] How to configure MLS on multisite?Yes, the switcher ties the sites using the blogs of a (reference) user together.
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom locale for specific site.Yes read on here: http://msls.co/ … it is a little bit outdated but should be ok. Let me know if there are further questions.
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom locale for specific site.Thanks π
Strange, but it seems there is no en-IE locale at translate.ww.wp.xz.cn.
In the plugin you could use a custom directory for your flags. You can set this in the options of the plugin. I know that is not that cool but at least a workaround.
Cheers,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] How to configure MLS on multisite?Do you use different users in these installations?
But you use a translation string with a ‘woocommerce’ textdomain so it is clearly a problem that there is no translation for this string in the plugin that loads that textdomain – which seems to be WooCommerce for me. π
I don’t know how long does it takes because WooCommerce isn’t my plugin. The Multisite Language Switcher is not the problem here. All strings that are in the current version of the WooCommerce should have their translation if your installation is up-to-date.
But it is indeed strange that you use this string
<?php echo sprintf( esc_attr__( 'From your account dashboard you can view your %1$srecent orders%2$s, manage your %3$sshipping and billing addresses%2$s and %4$sedit your password and account details%2$s.', 'woocommerce' ), '<a href="' . esc_url( wc_get_endpoint_url( 'orders' ) ) . '">', '</a>', '<a href="' . esc_url( wc_get_endpoint_url( 'edit-address' ) ) . '">', '<a href="' . esc_url( wc_get_endpoint_url( 'edit-account' ) ) . '">' ); ?>which seems to be part of the development version. Did you just insert this string on your own?
BTW “Iβm in a hurry so I hope thisβll be solved asap.” isn’t very friendly in a forum where people support for free in their spare time.
WooCommerce is not my plugin π
The current version of WooCommerce is 2.6.11 … please update first: https://it.ww.wp.xz.cn/plugins/woocommerce/
Seems I do also WooCommerce support π
The translation is waiting for a check by someone of the french polyglots. Read on here too: https://fr.ww.wp.xz.cn/2015/12/18/how-french-community-handles-pte-requests/
Cheers,
Dennis.There is no translation for this sentence so this just means that somebody like you can translate it there (just follow my first link and start). What I can see – checking it a second time – is that this is valid only for the dev trunk. So here comes my question: Which version of Woocommerce did you install?
There is no translation for this sentence. Please have a look here for example: https://translate.ww.wp.xz.cn/projects/wp-plugins/woocommerce/dev/fr/default
Cheers,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] Links to bookmarks inside the pageI think you can go with some code in your functions.php. There is no need for additional functionality in the header.
Is the plugin active? Or did you get any error message?