order list ( It is the third time for me to ask it)

This topic contains 3 reply and 2 voices, and was last updated by towhid 9 years ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
March 24, 2015 at 9:21 am 39841
towhid Hello, Those strings(completed, pending, on-hold, processing, refunded, cancelled, failed) are missing words. The screenshot is as follows. https://drive.google.com/file/d/0B_jBDSZpM-0RXzVELVRRVmNzdEE/view?usp=sharing I asked weDevs Team it about 2month ago. However, those were not corrected in dokan 2.0.0 and 2.0.1. weDevs Team said 'we would correct it in our next version' and I understood then, but I can't wait until it release because of business. I think the problem is that there is strings which are not internationalized in any php file. Plese tell me where I should correct. If I can find it , I will correct it and make po file on my own.
March 25, 2015 at 1:20 pm 39968
towhid towhid

To get those string please navigate to wedevs-dokan-plugin/languages/dokan.pot file. You can set any word into this string msgstr "". You can try yourself.

#: includes/template-tags.php:217
msgid “Completed (%d)”
msgstr “”

#: includes/template-tags.php:231
msgid “Processing (%d)”
msgstr “”

#: includes/template-tags.php:245
msgid “On-hold (%d)”
msgstr “”

#: includes/template-tags.php:259
msgid “Pending (%d)”
msgstr “”

#: includes/template-tags.php:273
msgid “Cancelled (%d)”
msgstr “”

#: includes/template-tags.php:287
msgid “Refunded (%d)”
msgstr “”

However we will completed that work next week hopefully. Many of our client are asking to us for make those string translatable.

Thank you 🙂

March 26, 2015 at 8:43 am 40036
junya junya

Of course, I had already translated those strings in the po and mo file!
However, only those strings are not displayed in my language.

April 4, 2015 at 6:38 pm 40648
towhid towhid

Hello,

We will release those fix in our next update. Please wait for couple of days.

Thank you 🙂

Viewing 3 Posts - 1 through 3 (of 3 total)