Alex Lion (阿力獅)
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Improve I18N Issues (Based on 1.8.8)Or, if possible, let me know your Web Git repository, and then I can submit PR to you.
Thanks for improving these I18N issues, now I can introduce this awesome plugin to Taiwan users.
- zh_TW language pack is here. The glotPress system now push zh_TW language pack to the sites using zh_TW UI.
- Please download the ZIP file and compare it with the original one, then you will see all modifications.
- Or, If you have GitHub repository, I can push a PR for these issues.
Just let you know the latest modified codes I provided which can boost to improve all current I18N issues, I think this can save much time for this kind of issues.
No more meanings.
I have submitted the same modifications before but an older version. Please look at this one because this is based on the latest version, and I have the complete changes.
Old version didn’t include the modifications for the upgrade/plan page.
Thanks for this improvement.
Forum: Plugins
In reply to: [Zoho Mail for WordPress] Improve I18N Issues (Based on 1.5.0)Please take a look for this I18N issue.
Forum: Plugins
In reply to: [Posts Modified Date] Improve I18N Issues (Based on 1.3)The better modification should be the following.
$awd_modified_date= '<span style="font-style:italic; font-weight:bold;text-align:center;">' . sprintf(__('(Last Updated On: %s)', 'post-updated-date' ),'[post_modified]') . '</span>';
Translators can not touch the shortcode.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Improve I18N Issue (Based on 1.51.0)Some necessary changes for this plugin only.
\base\inc\installer\tpl\admin.php
Line 8 to 9
<li><a href="#" data-section="plugins"><?php echo _x( 'Plugins', 'Installer', 'so-widgets-bundle' ); ?></a></li> <li><a href="#" data-section="themes"><?php echo _x( 'Themes', 'Installer', 'so-widgets-bundle' ); ?></a></li>
Line 46
$item['type'] == 'plugins' ? _x( 'Plugin', 'Installer', 'so-widgets-bundle' ) : _x( 'Theme', 'Installer', 'so-widgets-bundle' )
Line 57
echo _x( 'Plugin', 'Installer', 'so-widgets-bundle' );
Line 59
echo _x( 'Theme', 'Installer', 'so-widgets-bundle' );
Forum: Plugins
In reply to: [Disable Media Sizes] Improve I18N Issues (Based on 1.8)Thanks for your quick reply.
I found two new II18N issues (section name), and list them as the following.
/inc/settings.php
add_settings_section('settings_1', __('Media Sizes', 'disable-media-sizes'), 'disable_media_sizes_settings_section_1', 'disable_media_sizes_options');
add_settings_section('settings_2', __('Other Sizes', 'disable-media-sizes'), 'disable_media_sizes_settings_section_2', 'disable_media_sizes_options');
Sorry for late reporting.
Thank you so much.
Please find the modificated version (based on 3.7) for I18N improvement.
Download Link: https://app.box.com/s/yw6ou0o5wbibc30dkwfk6qv44ypkiqk7
Or…
If this plugin has a GitHub repository, please let me know, and I will submit a PR for improving I18N issues.
Forum: Plugins
In reply to: [WP Downgrade | Specific Core Version] Improve I18N Issues (Based on 1.2.5)The above L10N issues are same lines in 1.2.6.
I created a WordPress site to test this issue, and I found this issue happened from WordPress 5.9.
If WordPress core ≦ 5.8, this fatal error won’t happen.
Forum: Plugins
In reply to: [WP Downgrade | Specific Core Version] Improve I18N Issues (Based on 1.2.5)Please look at these L10N issues; improving them will make the UI experiment perfect.