Home › Forums › WC Vendors Pro Support › [The great thread of language support]
NOTICE: We've Moved to a Ticket System for Support
As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system. This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.
For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.
If you are a WC Vendors Pro customer please open a support ticket here. If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.
The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.
Thank you to all of our customers!
- This topic has 52 replies, 16 voices, and was last updated 6 years, 5 months ago by
misiak007.
-
AuthorPosts
-
December 3, 2015 at 5:30 pm #17512
Arvid Viderberg
ParticipantSo I figured it might easier for you guys if we gathered all translation bugs in to one thread.
Before entering i bug, make sure you checked the following steps:
1. You’re using a legit translation tool, like Poedit.
2. You’re putting your translated files in the directory: /wp-content/languages/wc-vendors/
3. You’ve named you files correctly, eg “wcvendors-sv_SE.mo” and “wcvendors-pro-sv_SE.mo”December 3, 2015 at 5:40 pm #17513Arvid Viderberg
ParticipantSo here is what I’ve found so far that I’ve not been able to translate with either Poedit or template files. I’m using v1.1.1 and Flatsome as theme.
1. Uploading images to products.
2. Tags and Categories when viewing you products.
3. The calendar Close and Clear buttons.
4. Using Flatsome theme and Jamies hack on the single vendor page.
December 3, 2015 at 10:48 pm #17532WC Vendors Support
ParticipantI made this thread a sticky. 🙂 Thanks for the list of translatable todo’s. I’ve created a ticket to have them added. #181!
December 4, 2015 at 12:05 pm #17594Arvid Viderberg
ParticipantThanks Ben 🙂
I would like to add that I’ve not managed to translate the vendor-new-order.php file. I tried changing the “You have received an order from XXXX. Their order is as follows:” in the template file and then put it in /wp-content/themes/flatsome/wc-vendors/emails but that doesn’t seem to cut it. Any ideas? 🙂
December 4, 2015 at 12:07 pm #17595WC Vendors Support
ParticipantTry putting it in /wp-content/themes/YOURTHEME/woocommerce/emails/vendor-new-order.php
December 4, 2015 at 12:19 pm #17602Arvid Viderberg
ParticipantWorks like a charm, thanks Ben!
Another question: when looking at the cart, the coupon code isn’t translated. Not sure if this is WC-Vendors though?
Printscreen below.December 7, 2015 at 5:05 pm #17869Arvid Viderberg
ParticipantThe “Sold by” in practically all emails are not translatable. Print below 🙂
December 7, 2015 at 5:06 pm #17871WC Vendors Support
ParticipantWe’ve looked at the emails before and dont think that can be fixed. It seems to be a WooCommerce issue. Unless someone can figure it out besides us. 😉
December 7, 2015 at 5:54 pm #17880Arvid Viderberg
ParticipantAotch, I’ll just let it slip then. 🙂
What about the Coupon Code mention earlier?December 7, 2015 at 7:03 pm #17884Jamie
KeymasterHello
Coupon code is a woocommerce thing, not us. We just hook into it.
cheers,
Jamie.
December 15, 2015 at 6:03 pm #18598Jamie
KeymasterHello,
I’ve fixed the following:
– featured media uploader
– Categories and tags
– ratingsI cannot do the date picker yet as I have to work out how to bubble the translations into the 3rd party library. The above will be done in 1.1.3
cheers,
Jamie.
December 16, 2015 at 6:04 pm #18662Arvid Viderberg
ParticipantGreat news Jamie! 🙂
For those interested in changing the coupon code:
/wp-content/themes/YOUR-THEME/woocommerce/cart/cart.php
Row 152.
<input type="text" name="coupon_code" id="coupon_code" value="" placeholder="<?php _e( 'COUPON TEXT GOES HERE', 'woocommerce' ); ?>"/>
January 2, 2016 at 4:44 pm #19742Arvid Viderberg
ParticipantThe “Order marked shipped.” phrase when a vendor has marked their order as sent in the frontend does not translate.
January 2, 2016 at 7:26 pm #19745WC Vendors Support
Participantwc_add_notice( __( 'Order marked shipped.', 'wcvendors' ), 'success' );
public/class-wcvendors-pro-order-controller.php L363
Looks translated properly to me on this one!
January 5, 2016 at 5:18 pm #20007Arvid Viderberg
Participant@ben I can’t get it to translate through Poedit. But thanks! Now I found the string for emails as well 😀
January 11, 2016 at 10:11 am #20381Vicente
ParticipantHi,
In the screenshot | attached you can see the text of 2 buttons that is impossible to translate .. where can I find these two buttons?
Regards
January 11, 2016 at 10:56 am #20386Arvid Viderberg
ParticipantThis should be in the following template:
/templates/dashboard/quick-links.phpJanuary 11, 2016 at 11:03 am #20387Vicente
ParticipantThank you @Aweponken
February 5, 2016 at 4:50 am #23064Jamie
KeymasterHello,
Save draft is already translated as is ‘ago you wrote’. With regards to the emails they are apart of free not pro and are already translated.
cheers,
Jamie.
March 15, 2016 at 5:00 pm #26830WC Vendors Support
ParticipantThat’s a new string for v1.2.3, you will want to regenerate your po files and then translate it. We only provide the plugin in English, all translations included are provided as is and by other members here, like you! 🙂
March 15, 2016 at 6:36 pm #26845WC Vendors Support
ParticipantGah! Jamie didnt make the string translateable. I’ll hit him over the head with a hammer for that mistake. Sorry! We’ll patch it for next release. For today, you can edit /public/class-wcvendors-pro-vendor-controller.php and change line # 925:
Original:
$my_account_msg = apply_filters( 'wcv_my_account_msg', '<p>To add or edit products, view sales and orders for your vendor account, or to configure your store, visit your <a href="%s">Vendor Dashboard</a>.</p>' );
Change to:
$my_account_msg = apply_filters( 'wcv_my_account_msg', __('<p>To add or edit products, view sales and orders for your vendor account, or to configure your store, visit your <a href="%s">Vendor Dashboard</a>.</p>', 'wcvendors-pro') );
OR — You can use the filter:
add_filter('wcv_my_account_msg', 'custom_wcv_my_account_msg'); function custom_wcv_my_account_msg(){ $message = 'je ne parle francais'; // Change my broken French to whatever text you want return $message; }
March 24, 2016 at 4:49 pm #27954Arvid Viderberg
ParticipantHi guys, thanks for the epic 1.2.4 update 🙂
Is the “To add or edit products, view sales and orders for your vendor account, or to configure your store, visit your Vendor Dashboard.” string that you added on the my-account translatable? I can’t find it in the POT-file. 🙂
March 24, 2016 at 9:37 pm #27972WC Vendors Support
ParticipantRegenerate the po file. 🙂 You can use poedit to do that. I must have missed that when I tagged v1.2.4.
March 25, 2016 at 12:56 pm #28030Andy
ParticipantHi there seems to be a lot of strings missing from the “wcvendors-pro-de_DE.po” file (see screenshot) that are in the .pot file.
Now I know you guys aren’t responsible for the translations so all I want to ask is, is there a way to import the already translated data from the wcvendors-pro-de_DE.po file into a new file. I took a look in poedit but can’t see any function for that apart from a “update from sources” function that just returns an error “source not found”. Will I have to go through the older pre translated .po and enter line what’s been translated and then translate the missing strings?Sorry got a bit long 😉
Kind regards,
AndyMarch 25, 2016 at 1:01 pm #28035WC Vendors Support
ParticipantThe last time a German PO file was sent to us was over 4 months ago. Much has changed since then. 🙂 We can only include language files when a member sends them to us, and then they are provided as a courtesy only, it’s up to you to do the dirty work. 🙂 I dont know how to merge old vs new po files, Google might have an answer, though. If you get a completed German po file and would like it included in Pro, translate@wcvendors.com is where to send it! 🙂
March 25, 2016 at 3:01 pm #28046Andy
ParticipantYes of course I understand that completly that it’s a courtesy thing and much appreciated 🙂
I’ll definitely send you translated file 🙂March 25, 2016 at 7:58 pm #28081Andy
ParticipantI sent you the translated file, so that’s for Pro v1.2.4.
Merging fikes was possible with saved an hour or so of copy and paste 😉
http://www.marketpressthemes.com/blog/how-to-merge-two-po-files-using-poedit/Weirdly enough the “Add Product” & Add Coupon” strings were in the .po file but didn’t take effect (screenshot), I just changed them in the .php to save time.
Thanks for your help, have great Easter 🙂
May 16, 2016 at 4:04 pm #32447Arvid Viderberg
ParticipantHi guys, to fix the ‘save draft’ translation bug, there is an extra whitespace in the template product-edit.php file.
It’s supposed to be
<?php WCVendors_Pro_Product_Form::draft_button( __('Save Draft','wcvendors-pro') ); ?>
not
<?php WCVendors_Pro_Product_Form::draft_button( __('Save Draft',' wcvendors-pro') ); ?>
Cheers!
May 16, 2016 at 4:35 pm #32454Jamie
KeymasterJuly 1, 2016 at 1:30 am #36015Arvid Viderberg
ParticipantHi, I can’t get the
"Order #<mark class="order-number">%s</mark> was placed on <mark class="order-date">%s</mark> and is currently <mark class="order-status">%s</mark>."
string to translate.July 1, 2016 at 2:15 am #36016Jamie
KeymasterHello,
Can you link me to the file and I’ll sort it out.
cheers,
Jamie.
July 3, 2016 at 4:26 pm #36140Arvid Viderberg
Participant@digitalchild in the PO files of the PRO version. 🙂
July 3, 2016 at 11:12 pm #36145Jamie
KeymasterLol @Aweponken
I meant the source code not the PO. Wanted to see if there was any reason it wouldn’t be translating if its showing up in the PO. I’ll check now. I wasn’t near my computer to check the source code myself.
cheers,
Jamie.
July 3, 2016 at 11:15 pm #36146Jamie
KeymasterHello,
Can you also email me a copy of your translation so that I can see what the translated string looks like?
cheers,
Jamie.
July 13, 2016 at 7:10 am #37031Arvid Viderberg
Participant@digitalchild Hit me up with an email address! 🙂
July 14, 2016 at 2:57 pm #37169WC Vendors Support
ParticipantHis email is jamie at wcvendors.com
August 20, 2016 at 5:07 am #40567matjjr
ParticipantHello Dears,
i read the steps to translate the plugin
1 -i go to wp-content/languages
2- create folder with name wc-vendors
3- named my .po .mo files with “wcvendors-pro-ar_AR.mo & wcvendors-pro-ar_AR.po”
4- putting my translated files in the directory: /wp-content/languages/wc-vendors/but nothing is happen, is there any missing steps i didn’t do it, can you help me please ?
Thanks
Esmail AndyAugust 22, 2016 at 5:35 am #40683Jamie
KeymasterHello,
Set wordpress language to your language in Settings > General.
cheers,
Jamie.
September 23, 2016 at 9:37 am #43383Marc Bovet
ParticipantSignup Message
How to translate the following message with WP Globus ?
Pending vendor message
Approved vendor message
Vendor signup noticeCheers,
Marc
October 6, 2016 at 6:14 am #44411Shafi Alghazi
ParticipantHi
hope you good
from which file can I reflect the dashboard right to left for arabic language
need from ltr to rtlthank you
October 24, 2016 at 4:14 pm #45972Ron Ashman
ParticipantHi,
I can’t manage to have the “{order_date}” string used properly.
I use it in the e-mail that is sent to the owner of the product.The month name is shown in English.
My site is set to Spanish and the date in Admin -> General is set to custom, as follows:
j \d\e\ F \d\e\ Y
This way if would be shown as a full date, in Spanish.
Today would be “24 de octubre de 2016” (October 24th 2016).
Basically, it is in Spanish: “DD de MM de YYYY” where DD is the date, MM is the name of the month and YYYY the year.Right now it’s mixed because I get the month in English, resulting in “24 de October de 2016”.
Any suggestion?
Thanks.
November 17, 2016 at 12:11 pm #47902Enrique Ernesto
ParticipantHi, I’m trying to translate some of the strings to Spanish but Im not being able to translate them with PoEdit. The string are the following:
November 17, 2016 at 8:28 pm #47926Ron Ashman
Participant7 of those I translated them successfully using a .mo editor. Or LocoTranslate. Make sure you sync the files.
November 22, 2016 at 9:53 am #48237loai
ParticipantHello,
I purchased WC Vendors but i have some problem to set up the plugin, I don’t know also where to get support or open new message thread here!
Would you help
Thanks
December 1, 2016 at 11:05 am #49047Enrique Ernesto
ParticipantHi
I not seem to find the way to translate the “I have read the terms and conditions” when applying for vendor. I have tried to translate with LocoTranslate, PoEdit and WPML and none of them works… Does anyone has the same problem? Is there any way to fix this?
Thank you, have a great day!
Enrique Ortiz
December 19, 2016 at 12:18 pm #50854christian
ParticipantHi, I have two thinks:
First one: see the attach image, I can’t find the sentences:- Evaluationes
- Settings
- Seller info
-
Store Website / Blog URL
Where I can find them?
Second one: I am using Loco plugin to translate the plugin version pro to spanish. Only need to finish this 3 sentences to share the files of spanish translation.
Thanks for your help.
December 19, 2016 at 1:04 pm #50861Ron Ashman
ParticipantThis thread seems to be unmonitored.
December 19, 2016 at 1:07 pm #50862christian
ParticipantReally? Damn… this is a bad new…
February 14, 2017 at 1:15 am #56070Marc Bovet
ParticipantHi,
My website is available in 3 languages, english, german and french, languages are powered by WP Globus.
When a customer visits the website in german, he receives the order confirmation in german. That’s great.
The vendor receives the order confirmation in german as well, unfortunately he does not understand any word of german…Since the latest version of WP, a user can select it’s prefered language.
My 2 questions are :
1. how can I display the language selector on the vendor’s dashboard ?2. how can I notify the vendor of a new order in it’s prefered language ?
Kind Regards,
Marc
March 15, 2017 at 2:42 am #59109hiran
Participanthi i purchased wc vendor pro how can i translate english to japanese
-
AuthorPosts
- The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.