Plugin Directory

Changeset 2161108


Ignore:
Timestamp:
09/23/2019 01:18:22 AM (7 years ago)
Author:
hahncgdev
Message:

version 5.7.9: * Added missing i18n translation code to admin content.

Location:
wp-translate
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wp-translate/branches/0.7/admin/overview.php

    r2122669 r2161108  
    141141        <div class="wp-translate-settings-wrap">               
    142142            <a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank"><div class="wp-translate-logo"></div></a>
    143             <p><strong>WP Translate Pro</strong><br/><em><?php _e("Show country flag icons next to languages and remove Google branding.", 'wp-translate'); ?></em><br/><a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank">See it in action</a>!</p>
     143            <p><strong>WP Translate Pro</strong><br/><em><?php _e("Show country flag icons next to languages and remove Google branding.", 'wp-translate'); ?></em><br/><a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank"><?php _e('See it in action', 'wp-translate'); ?></a>!</p>
    144144            <p><em><?php _e("Pro version is Gutenberg ready! Comes with a custom block for adding shortcodes to pages that don't display sidebar widgets.", 'wp-translate'); ?></em></p>
    145145            <p><strong><a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank"><?php _e('Upgrade to WP Translate Pro', 'wp-translate'); ?></a></strong></p>
  • wp-translate/branches/0.7/readme.txt

    r2133474 r2161108  
    66Tested up to: 5.2
    77Requires PHP: 5.6
    8 Stable tag: 5.2.8
     8Stable tag: 5.2.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272= Will I be able to see what languages users are selecting? =
    7373Yes.  WP Translate is one of the few WordPress translation plugins that integrates with Google Analytics.  Simply enter your site's UA code into the field provided in the settings section of the plugin. Your site's translation usage will be tracking in the 'Events' section of Google Analytics.
     74
     75= How do I add Google Translate to WordPress? =
     76First, Download WP Translate from the WordPress plugin repository. Then, activate the plugin from your admin console.  It's as easy as that!  You now have a Google Translate tool bar your readers can use to translate your blog's content.  WP Translate also has a widget that will give you a drop-down list of languages your readers can use to translatre your content.
     77
    7478== Installation ==
    7579
     
    7882
    7983== Changelog ==
     84
     85**v5.7.9**
     86
     87* Added missing i18n translation code to admin content.
    8088
    8189**v5.7.8**
  • wp-translate/branches/0.7/wp-translate.php

    r2133474 r2161108  
    77Text Domain: wp-translate
    88Domain Path: /languages
    9 Version: 5.2.8
     9Version: 5.2.9
    1010Author URI: https://plugingarden.com
    1111*/
     
    1515        public function __construct() {
    1616            $this->plugin_name = plugin_basename(__FILE__);
    17             $this->current_version = '5.2.8';
     17            $this->current_version = '5.2.9';
    1818           
    1919            register_activation_hook( __FILE__,  array(&$this, 'wpTranslate_install') );
     
    136136            register_widget( 'WP_Translate_Widget' );
    137137        }
    138 
    139138       
    140139        public function admin_positioning() {
  • wp-translate/trunk/admin/overview.php

    r2122669 r2161108  
    141141        <div class="wp-translate-settings-wrap">               
    142142            <a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank"><div class="wp-translate-logo"></div></a>
    143             <p><strong>WP Translate Pro</strong><br/><em><?php _e("Show country flag icons next to languages and remove Google branding.", 'wp-translate'); ?></em><br/><a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank">See it in action</a>!</p>
     143            <p><strong>WP Translate Pro</strong><br/><em><?php _e("Show country flag icons next to languages and remove Google branding.", 'wp-translate'); ?></em><br/><a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank"><?php _e('See it in action', 'wp-translate'); ?></a>!</p>
    144144            <p><em><?php _e("Pro version is Gutenberg ready! Comes with a custom block for adding shortcodes to pages that don't display sidebar widgets.", 'wp-translate'); ?></em></p>
    145145            <p><strong><a href="https://plugingarden.com/google-translate-wordpress-plugin/?src=wpt" target="_blank"><?php _e('Upgrade to WP Translate Pro', 'wp-translate'); ?></a></strong></p>
  • wp-translate/trunk/readme.txt

    r2133474 r2161108  
    66Tested up to: 5.2
    77Requires PHP: 5.6
    8 Stable tag: 5.2.8
     8Stable tag: 5.2.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272= Will I be able to see what languages users are selecting? =
    7373Yes.  WP Translate is one of the few WordPress translation plugins that integrates with Google Analytics.  Simply enter your site's UA code into the field provided in the settings section of the plugin. Your site's translation usage will be tracking in the 'Events' section of Google Analytics.
     74
     75= How do I add Google Translate to WordPress? =
     76First, Download WP Translate from the WordPress plugin repository. Then, activate the plugin from your admin console.  It's as easy as that!  You now have a Google Translate tool bar your readers can use to translate your blog's content.  WP Translate also has a widget that will give you a drop-down list of languages your readers can use to translatre your content.
     77
    7478== Installation ==
    7579
     
    7882
    7983== Changelog ==
     84
     85**v5.7.9**
     86
     87* Added missing i18n translation code to admin content.
    8088
    8189**v5.7.8**
  • wp-translate/trunk/wp-translate.php

    r2133474 r2161108  
    77Text Domain: wp-translate
    88Domain Path: /languages
    9 Version: 5.2.8
     9Version: 5.2.9
    1010Author URI: https://plugingarden.com
    1111*/
     
    1515        public function __construct() {
    1616            $this->plugin_name = plugin_basename(__FILE__);
    17             $this->current_version = '5.2.8';
     17            $this->current_version = '5.2.9';
    1818           
    1919            register_activation_hook( __FILE__,  array(&$this, 'wpTranslate_install') );
     
    136136            register_widget( 'WP_Translate_Widget' );
    137137        }
    138 
    139138       
    140139        public function admin_positioning() {
Note: See TracChangeset for help on using the changeset viewer.