zvaranka
Forum Replies Created
-
Hello!
There is a good news!
I managed to solve the translation using Loco Translate. It also creates language extracts from .js files (6 JSON files and 1 php file), too. After copying them into the wp-content/languages ??folder, the language elements will appear in the given language (in my case, Hungarian).
All this was only 2 minutes of work.
ZoltánHello!
The language .po and .mo files are naturally also in the wp-content/languages ??folder. However, the language of the extension remained English.
Hi Daniel!
Thanks for the answer, it’s interesting that the Hungarian translation works successfully with other extensions. Of course, it is also understandable in English, but for the sake of consistency, I prefer to translate things. I’m attaching the translation package I made, in case you can test it better in a local environment.
Best regards,
Zoltán
Hi Kim!
Thanks for the reply.
Yes, only this extension remains in English. I took some screenshots, you can see all the details from them.
https://drive.google.com/file/d/1H9bDmWYD1Nyp-4IZxlAWl2PEBixnJZV7/view?usp=sharing
https://drive.google.com/file/d/1H4_dfiZs9OeSHJWjxPAEiZFpPdSA1v3l/view?usp=sharing
https://drive.google.com/file/d/1HBuZiidlpijQAUZ7HJ0Z6ucK8wGk2VHR/view?usp=sharing
Names of translation files:
content-control-hu_HU.mo
content-control-hu_HU.poI uploaded both to wp-content\languages\plugins\ and wp-content\plugins\content-control\languages\ folders.
Thanks and regards
Zoltán
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Mailpoet setupHello!
I have been updating the Hungarian translation of MalPoet for quite some time now, I use Poedit for this.
Along with this, there are still linguistic elements appearing in English.
For example, I see this in the Mailpoet -> Emails menu item in the WordPress menu:
Best regards
ZoltánForum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Mailpoet setupThank you for the response! All language items (3346 items) have been translated into Hungarian, but the indicated three steps remain in English. Unfortunately, I don’t have time to debug the files, so I wanted to let you know. I think that the text of these 3 steps will remain in English for other non-English users, but those who use English won’t even notice it.
I think this error remained in version 4.48.2 as well, but since the installation can only be done once, I can only reach those 3 steps again after reinstallation.
I hope the developers will read my report and make the appropriate changes.
I find it interesting that version 1.5.8.1 has been released for 1 month and yet Windows Defender has only just detected it as malware. It is possible that after a newer version of the Defender virus database, others will not detect it. But it would be good if the developers looked into this issue as well.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Translation IssueThank you! Now, the problem in the v8.3.0 not persist. Everything is good.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Translation IssueHello!
yyusufalp solution is really good, I was looking for a similar solution. The error even exists in version 8.0.3.
1. back up the woocommerce includes/wc-account-functions.php file into includes/saved_wc-account-functions.php to your computer.
2. Edit the includes/wc-account-functions.php file above: Find the
'edit-address' => _n ('Address', 'Addresses', (1 + (int) wc_shipping_enabled ()), 'woocommerce'),
line and convert manually. I did this (Hungarian language):
// Hack Address and Addresses
// 'edit-address' => _n ('Address', 'Addresses', (1 + (int) wc_shipping_enabled ()), 'woocommerce'),
'edit-address' => _n ('Cím', 'Címek', (1 + (int) wc_shipping_enabled ()), 'woocommerce'),
// End hack Address and Addresseswhere rhe Address and Addresses text can be replaced by ones of your language (single and plural).
3. Save the changes of includes/wc-account-functions.phpFor a newer version, compare all the includes/wc-account-functions.php.php and the includes/saved_wc-account-functions.php files and pass the required changes from saved to new files.
Anyway, I think the reason for the error is the __n () function.Forum: Plugins
In reply to: [SEOPress - On-site SEO] SEO Contact PageThank you very much for your response. `I’ve never really seen a 300-word Contact page, I don’t know what the competition would be. I see this is the 300 word Google rule set in stone.
I will try to add more text to my page to meet Google’s expectations.
Thank you!`
Hello!
Thank you for the response, I am waiting for the next release of the plugin.
Zoltán
The problem is solved with change PHP 8.0.x back to 7.4.x.
OK. I update successfully and the 3 last tab are not empty.
Thank you very much for your assistance in help.
I close the thread.
Zoltán
OK. 7.4.29 version is good. The last three tabs are not empty. Thanks.
Now, should I update to v3.2.5?
PHP v8.0.19. Maybe this can be the cause of the error?