Alex Lion (阿力獅)
Forum Replies Created
-
Now file is back
Forum: Plugins
In reply to: [Code Click to Copy] Improve I18N Issues Based on 1.0.0Confirm L18N issues are improved.
Suggest use the official plugin “Plugin Check” to check this plugin and follow its suggestions to improve other code issues.Forum: Plugins
In reply to: [Disable Feeds WP] Improve I18N Issues (Based on 1.6)Thanks for improving I18N issues so quickly.
Forum: Plugins
In reply to: [Easy Footnotes] Please fix the error message occurred after WordPress 6.7@yingling017 Thanks for resolving this issue, confirm this issue is fixed.
Forum: Plugins
In reply to: [Website LLMs.txt] Improve I18N Issues (Based on 7.0.4)Improve I18N Issues Based on 7.1.4
I fully localized this plugin to zh_TW and identified several I18N issues, making the necessary modifications.
Please download the modified files from here and compare them with the original files. Then you will get what I modified.
Forum: Plugins
In reply to: [Polylang Duplicate Content Addon] Improve I18N Issues (Based on 1.2.3)Please refer to my modified codes again, I also merged some split content to complete sentences.
Complete sentences help translators produce good translations, as not all languages have grammar similar to English.
Confirm no text domain issues in 1.2.5.
Same issue happened on WordPress 6.8.1 (PHP 8.3). Plugin version is the latest 2.94.5.
Notice: Function
_load_textdomain_just_in_timewas called incorrectly. Translation loading for thewp-pagenavidomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later.Forum: Plugins
In reply to: [TranslateX for Loco Translate] Plugins’ banner issue👍👍👍👍👍
Forum: Plugins
In reply to: [Polylang Duplicate Content Addon] Improve I18N Issues (Based on 1.2.3)These issues still exist in 1.2.4.
Forum: Plugins
In reply to: [Polylang Duplicate Content Addon] Improve I18N Issues (Based on 1.2.3)I am sure this plugin’s text domain should be
duplicate-content-addon-for-polylang.Please refer to this official document.
If your plugin is hosted on ww.wp.xz.cn it must be the slug portion of your plugin URL (
ww.wp.xz.cn/plugins/<slug>).- This reply was modified 1 year, 1 month ago by Alex Lion (阿力獅).
Forum: Plugins
In reply to: [Contact Form to Any API] Improve I18N Issues (Based on 1.2.8)New I18N issue in 1.2.9.
\admin\partials\cf7-to-any-api-admin-display-docs.php line 308
UI string missed its text domain and this code should be the following.
<li><?php echo esc_html__( 'Send WPForm Leads to Remote API’s such as CRM and other Extrenal API using POST/GET', 'contact-form-to-any-api' ); ?></li>This issue still exists in 2.9.4, please take a look of it
Same modifications for version 3.6.3, same link.
And this plugin has
_load_textdomain_just_in_timeissue since WordPress 6.7.Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
wp-content-copy-protectordomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later.Code updated, same link.
Forum: Plugins
In reply to: [Easy Footnotes] Please fix the error message occurred after WordPress 6.7Please take a look of this issue.