Changeset 2038103
- Timestamp:
- 02/24/2019 10:24:52 AM (7 years ago)
- Location:
- automatic-translate-slug/trunk
- Files:
-
- 3 edited
-
automatic-translate-slug.php (modified) (1 diff)
-
options.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
automatic-translate-slug/trunk/automatic-translate-slug.php
r2038085 r2038103 4 4 * Plugin URI: https://wpstore.app/archives/automatic-translate-slug/ 5 5 * Description: Make Your Post Slug Into English 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Bestony 8 8 * Author URI: https://wpstore.app/ -
automatic-translate-slug/trunk/options.php
r2038085 r2038103 55 55 <select name='ats_settings[ats_select_service]'> 56 56 <option value='youdaofanyi' <?php selected($options['ats_select_service'], 1);?>><?php echo __('FanYi.YouDao.com', 'automatic-translate-slug'); ?></option> 57 <option value='youdaoai' <?php selected($options['ats_select_service'], 2);?>><?php echo __('AI.YouDao.com', 'automatic-translate-slug'); ?></option> 57 <option value='youdaoai' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('AI.YouDao.com', 'automatic-translate-slug'); ?></option> 58 <option value='sougoufanyi' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('Deepi.sogou.com', 'automatic-translate-slug'); ?></option> 59 <option value='googletranslate' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('Google Translate', 'automatic-translate-slug'); ?></option> 60 <option value='baidutranslate' <?php selected($options['ats_select_service'], 2);?> disabled><?php echo __('Google Baidu Translate', 'automatic-translate-slug'); ?></option> 61 58 62 </select> 59 63 -
automatic-translate-slug/trunk/readme.txt
r2038085 r2038103 4 4 Donate link: https://wpstore.app/donate/ 5 5 Requires at least: 4.7 6 Tested up to: 5. 26 Tested up to: 5.1 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPL3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 23 23 24 24 == Frequently Asked Questions == 25 = == Where Can I get Key ===25 = Where Can I get Key = 26 26 For YouDao Fanyi : You can get Key from http://fanyi.youdao.com/openapi?path=data-mode 27 27 For YouDao AI: You can get Key from https://ai.youdao.com 28 28 29 29 == Changelog == 30 = == 1.0.0 ===30 = 1.0.0 = 31 31 1. init Plugin 32 32 2. add YouDao Fanyi Api
Note: See TracChangeset
for help on using the changeset viewer.