Google Language Translator - Version 6.0.4

Version Description

  • Missing closing li tag issue fixed in flags only language switcher
  • Readme updated
Download this release

Release Info

Developer edo888
Plugin Icon wp plugin Google Language Translator
Version 6.0.4
Comparing to
See all releases

Code changes from version 6.0.3 to 6.0.4

Files changed (2) hide show
  1. google-language-translator.php +5 -4
  2. readme.txt +24 -7
google-language-translator.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Google Language Translator
4
  Plugin URI: https://gtranslate.io/?xyz=3167
5
- Version: 6.0.3
6
  Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
7
  Author: Translate AI Multilingual Solutions
8
  Author URI: https://gtranslate.io
@@ -801,7 +801,7 @@ class google_language_translator {
801
  }
802
  }
803
 
804
- $str.='<li id="'.$language_name.'"><a href="'.$href.'" title="'.$language_name.'" class="nturl notranslate '.$language_code.' flag '.$language_name_flag.'"></a>';
805
  } //foreach
806
  else:
807
  foreach ($new_languages_array_codes as $value) {
@@ -838,7 +838,7 @@ class google_language_translator {
838
  }
839
  }
840
 
841
- $str.='<li id="'.$language_name.'"><a href="'.$href.'" title="'.$language_name.'" class="nturl notranslate '.$language_code.' flag '.$language_name_flag.'"></a>';
842
  }//foreach
843
  endif;
844
  endif;
@@ -1794,6 +1794,7 @@ $('.languages').find('input:checkbox').prop('checked', false); }); }); </script>
1794
  <li style="list-style:square outside"><?php _e('Search engine friendly (SEF) URLs', 'glt'); ?></li>
1795
  <li style="list-style:square outside"><?php _e('Human level neural translations', 'glt'); ?></li>
1796
  <li style="list-style:square outside"><?php _e('Edit translations manually', 'glt'); ?></li>
 
1797
  <li style="list-style:square outside"><?php _e('Meta data translation (keywords, page description, etc...)', 'glt'); ?></li>
1798
  <li style="list-style:square outside"><?php _e('URL/slug translation', 'glt'); ?></li>
1799
  <li style="list-style:square outside"><?php _e('Language hosting (custom domain like example.fr, example.es)', 'glt'); ?></li>
@@ -1803,7 +1804,7 @@ $('.languages').find('input:checkbox').prop('checked', false); }); }); </script>
1803
  <li style="list-style:square outside"><?php _e('Priority Live Chat support', 'glt'); ?></li>
1804
  </ul>
1805
 
1806
- <p><?php _e('Prices starting from <b>$5.99/month</b>!', 'glt'); ?></p>
1807
 
1808
  <a href="https://gtranslate.io/?xyz=3167#pricing" target="_blank" class="button-primary"><?php _e('Try Now (15 days free)', 'glt'); ?></a> <a href="https://gtranslate.io/?xyz=3167#faq" target="_blank" class="button-primary"><?php _e('FAQ', 'glt'); ?></a> <a href="https://gtranslate.io/?xyz=3167#contact" target="_blank" class="button-primary"><?php _e('Live Chat', 'glt'); ?></a>
1809
  </div> <!-- .inside -->
2
  /*
3
  Plugin Name: Google Language Translator
4
  Plugin URI: https://gtranslate.io/?xyz=3167
5
+ Version: 6.0.4
6
  Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
7
  Author: Translate AI Multilingual Solutions
8
  Author URI: https://gtranslate.io
801
  }
802
  }
803
 
804
+ $str.='<li id="'.$language_name.'"><a href="'.$href.'" title="'.$language_name.'" class="nturl notranslate '.$language_code.' flag '.$language_name_flag.'"></a></li>';
805
  } //foreach
806
  else:
807
  foreach ($new_languages_array_codes as $value) {
838
  }
839
  }
840
 
841
+ $str.='<li id="'.$language_name.'"><a href="'.$href.'" title="'.$language_name.'" class="nturl notranslate '.$language_code.' flag '.$language_name_flag.'"></a></li>';
842
  }//foreach
843
  endif;
844
  endif;
1794
  <li style="list-style:square outside"><?php _e('Search engine friendly (SEF) URLs', 'glt'); ?></li>
1795
  <li style="list-style:square outside"><?php _e('Human level neural translations', 'glt'); ?></li>
1796
  <li style="list-style:square outside"><?php _e('Edit translations manually', 'glt'); ?></li>
1797
+ <li style="list-style:square outside"><a href="https://gtranslate.io/website-translation-quote" title="Website Translation Price Calculator" target="_blank"><?php _e('Automatic translation post-editing service and professional translations', 'glt'); ?></a></li>
1798
  <li style="list-style:square outside"><?php _e('Meta data translation (keywords, page description, etc...)', 'glt'); ?></li>
1799
  <li style="list-style:square outside"><?php _e('URL/slug translation', 'glt'); ?></li>
1800
  <li style="list-style:square outside"><?php _e('Language hosting (custom domain like example.fr, example.es)', 'glt'); ?></li>
1804
  <li style="list-style:square outside"><?php _e('Priority Live Chat support', 'glt'); ?></li>
1805
  </ul>
1806
 
1807
+ <p><?php _e('Prices starting from <b>$7.99/month</b>!', 'glt'); ?></p>
1808
 
1809
  <a href="https://gtranslate.io/?xyz=3167#pricing" target="_blank" class="button-primary"><?php _e('Try Now (15 days free)', 'glt'); ?></a> <a href="https://gtranslate.io/?xyz=3167#faq" target="_blank" class="button-primary"><?php _e('FAQ', 'glt'); ?></a> <a href="https://gtranslate.io/?xyz=3167#contact" target="_blank" class="button-primary"><?php _e('Live Chat', 'glt'); ?></a>
1810
  </div> <!-- .inside -->
readme.txt CHANGED
@@ -6,7 +6,7 @@ Author URI: https://gtranslate.io/?xyz=3167
6
  Tags: translate wordpress, translate, translator, translation, language, multi language
7
  Requires at least: 2.9
8
  Tested up to: 5.3
9
- Stable tag: 6.0.3
10
 
11
  Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
12
 
@@ -74,15 +74,23 @@ Please check our [FAQ](https://gtranslate.io/?xyz=3167#faq) to get quick answers
74
  Yes! We have free version and paid versions with [advanced features](https://gtranslate.io/?xyz=3167#pricing).
75
 
76
  = What is the quality of translation? =
77
- We use Google neural machine translations which are very accurate for popular language pairs. In the paid versions you can refine the translations manually and order professional translations directly from your site.
78
-
79
- You can read this blog post for more info: https://gtranslate.io/blog/translation-quality-got-better-with-neural-machine-translations
80
 
81
  = Are the translations provided free of charge? =
82
- Yes, we use Google Translate widget for website which provides free machine translations which makes it possible to make your wordpress website multilingual instantly upon installation.
 
 
 
 
83
 
84
  = Can I modify the translations? =
85
- That feature is available in our paid version. You will be able to make edits directly on the page without losing the context.
 
 
 
 
86
 
87
  = Which languages are supported? =
88
  Here is the list: Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Cebuano, Chichewa, Chinese (Simplified), Chinese (Traditional), Corsican, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Korean, Kurdish (Kurmanji), Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Myanmar (Burmese), Nepali, Norwegian, Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scottish Gaelic, Serbian, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Spanish, Sudanese, Swahili, Swedish, Tajik, Tamil, Telugu, Thai, Turkish, Ukrainian, Urdu, Uzbek, Vietnamese, Welsh, Xhosa, Yiddish, Yoruba, Zulu
@@ -105,6 +113,9 @@ Free vesion is a nice looking language selector you can place on your website. I
105
  = Do I need to pay for Google Translate API key usage? =
106
  No, we provide the automatic translations for free.
107
 
 
 
 
108
  = Can I test before making a payment? =
109
  Yes, we have a 15 days free trial for our new customers.
110
 
@@ -120,7 +131,9 @@ Trial is available for new customers only. If you do not wish to continue you ma
120
  You can check that this website is indexed in Google by searching for site:gtranslate.io.
121
 
122
  = How I can edit the translations or order professional human translations? =
123
- You need to go to the language you want to edit, for instance, French: http://domain.com/fr/ and add ?language_edit=1 to the end of the URL: http://domain.com/fr/?language_edit=1 and you will see the Edit and Add to Cart buttons near each text.
 
 
124
 
125
  = What should I do if the translate widget does not show on my website? =
126
  1. Make sure that the plugin is installed and activated.
@@ -139,6 +152,10 @@ You need to go to the language you want to edit, for instance, French: http://do
139
  Yes! Add the "notranslate" class to the HTML element containing your text. For example, the following text will be excluded from translation: <span class="notranslate">Hello World!</span>
140
 
141
  == Changelog ==
 
 
 
 
142
  = 6.0.3 =
143
  * Solved issue with http Refresh header which was not redirecting to correct URL in translated version
144
  * Email translation is coming: we need volunteers to test translation of emails, please contact live chat
6
  Tags: translate wordpress, translate, translator, translation, language, multi language
7
  Requires at least: 2.9
8
  Tested up to: 5.3
9
+ Stable tag: 6.0.4
10
 
11
  Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
12
 
74
  Yes! We have free version and paid versions with [advanced features](https://gtranslate.io/?xyz=3167#pricing).
75
 
76
  = What is the quality of translation? =
77
+ In our free version we use Phrase Based Machine Translations provided by Google Translate, while in our paid versions use Google Translate Neural Translations which are very accurate for popular language pairs.
78
+ In the paid versions you can refine the automatic translations yourself or order professional translations or proofreading of a translated content.
79
+ You can get a translation cost estimate by using our [Website Translation Cost Calculator](https://gtranslate.io/website-translation-quote)
80
 
81
  = Are the translations provided free of charge? =
82
+ Yes, we use Google Translate widget for website which provides free phrase based machine translations, which makes it possible to make your wordpress website multilingual instantly upon installation.
83
+ In our paid versions we use Google Translate state of the art Neural Translations which are included in the service price and there are no limits on the word count.
84
+
85
+ Besides we offer cost effective automatic translation proofreading service and also professional translation service.
86
+ You can get an estimate from our [Website Translation Price Calculator](https://gtranslate.io/website-translation-quote)
87
 
88
  = Can I modify the translations? =
89
+ That feature is available only in our paid version. You will be able to make edits directly on the page without losing the context.
90
+
91
+ By the way, we can help you to translate your website with a cost effective approach by post-editing your automatic translated content.
92
+ The proofreading service will be done by a native speakers and if you want to take the quality to another service, we also have a professional website translation service available.
93
+ You can get an instant website translation estimate by using our [Website Word Counter](https://gtranslate.io/website-translation-quote) tool.
94
 
95
  = Which languages are supported? =
96
  Here is the list: Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Cebuano, Chichewa, Chinese (Simplified), Chinese (Traditional), Corsican, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Korean, Kurdish (Kurmanji), Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Myanmar (Burmese), Nepali, Norwegian, Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scottish Gaelic, Serbian, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Spanish, Sudanese, Swahili, Swedish, Tajik, Tamil, Telugu, Thai, Turkish, Ukrainian, Urdu, Uzbek, Vietnamese, Welsh, Xhosa, Yiddish, Yoruba, Zulu
113
  = Do I need to pay for Google Translate API key usage? =
114
  No, we provide the automatic translations for free.
115
 
116
+ In our free version we provide Phrase Based machine translations from Google Translate. While in our paid versions we provide you state of the art Neural Translations from Google Translate. We also do not have limits on the number of words on your website unlike other translate plugins.
117
+ By the way we alse offer a cost effective approach for improving the website translations. You can get a automatic translation post-editing service from us, which will be done by a native speaker or order a professional translation. You can get an instant estimate for your website on [Website Translation Quote](https://gtranslate.io/website-translation-quote)
118
+
119
  = Can I test before making a payment? =
120
  Yes, we have a 15 days free trial for our new customers.
121
 
131
  You can check that this website is indexed in Google by searching for site:gtranslate.io.
132
 
133
  = How I can edit the translations or order professional human translations? =
134
+ You need to go to the language you want to edit, for instance, French: http://domain.com/fr/ and add ?language_edit=1 to the end of the URL: http://domain.com/fr/?language_edit=1 and you will see the Edit buttons near each text. Read more at [How to edit translations?](https://docs.gtranslate.io/en/articles/1348921-how-to-edit-translations)
135
+
136
+ If you want us to translate your website professionally or provide you a proofreading service for automatic translated content, you can get an instant estimate from [Website Translation Quote](https://gtranslate.io/website-translation-quote), where you will get a detailed document with the list of pages, unique word count and prices to translate them.
137
 
138
  = What should I do if the translate widget does not show on my website? =
139
  1. Make sure that the plugin is installed and activated.
152
  Yes! Add the "notranslate" class to the HTML element containing your text. For example, the following text will be excluded from translation: <span class="notranslate">Hello World!</span>
153
 
154
  == Changelog ==
155
+ = 6.0.4 =
156
+ * Missing closing li tag issue fixed in flags only language switcher
157
+ * Readme updated
158
+
159
  = 6.0.3 =
160
  * Solved issue with http Refresh header which was not redirecting to correct URL in translated version
161
  * Email translation is coming: we need volunteers to test translation of emails, please contact live chat