Finally I found out the problem. Please make the following modifications in your code:
File: includes\calss-wc-advanced-shipment-tracking-admin.php
———————————————————————
Line 1397 Replace with: ‘placeholder’ => __( ‘Tracking Information’, ‘woo-advanced-shipment-tracking’ ),
In all lines: ” => ‘Select’,
replace with: ” => __( ‘Select’, ‘woo-advanced-shipment-tracking’),
Line 676 replace with: <label for=”tab5″ class=”tab_label”><?php _e(‘Email Notification’, ‘woo-advanced-shipment-tracking’); ?></label>
and add the string: ‘Email Notification’ in the pot file
Plugin Author
Zorem
(@zorem)
Hi, thanks for the code, we did the change and released an update.
Is there any way you can share the po/mo in greek with us?
Hi, here are some modifications that I made in order to translate some additional strings.
I also made some improvements in my translation. Please add the following code modifications. I’ll check them with my translation and I will send you the final Greek po/mo files.
File: includes\calss-wc-advanced-shipment-tracking-admin.php
———————————————————————
Line 1418 replace with:
‘title’ => __( ‘Table Border size’, ‘woo-advanced-shipment-tracking’ ) ,
After Line 559 add:
‘data_saved’ => __( ‘Data saved successfully.’, ‘woo-advanced-shipment-tracking’ ),
File: assets\js\shipping_row.js
———————————————————————
Line 58 replace with:
var data = {message: shipment_tracking_table_rows.i18n.data_saved };
More translation modifications:
Replace lines 439, 467 and 650 like line 58 in assets\js\shipping_row.js file.
In the same file replace the lines 190 and 880 with:
var r = confirm( shipment_tracking_table_rows.i18n.delete_provider );
And in the file icludes\class-wc-advanced-shipment-tracking-admin.php, in i18n array add this:
‘delete_provider’ => __( ‘Really delete this entry? This will not be undo.’, ‘woo-advanced-shipment-tracking’ ),
Also don’t forget to synchronize the pot file.
By the way where can I contact you in order to send you the modified files instead of write the changes line by line here?
Thank you very much!
Plugin Author
Zorem
(@zorem)
Hi, thanks!
We made all these changes and releases an update for the plugin.
i also created a form in our documentation where you can upload and send us the mo/po files in Greek:
https://www.zorem.com/docs/woocommerce-advanced-shipment-tracking/translations/#upload-your-language-files-mo-po
Thanks
-
This reply was modified 3 years, 2 months ago by
Zorem.
I tried to upload the files but it seems that is not working. Please confirm.
You can find the files here: https://we.tl/t-HLzTd5du6m
The zip file also includes the shipping_row.js file with all changes that you didn’t apply on your last update.
Plugin Author
Zorem
(@zorem)
Hi, we§ released update with all the changes + Greek translation
If you like the plugin, please be kind to leave a review 🙂
Thanks