Version Description
- Bug fixed preventing language selection for some cases
Download this release
Release Info
Developer | edo888 |
Plugin | Google Language Translator |
Version | 6.0.1 |
Comparing to | |
See all releases |
Code changes from version 6.0.0 to 6.0.1
- google-language-translator.php +3 -3
- readme.txt +68 -16
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.
|
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
|
@@ -583,7 +583,7 @@ class google_language_translator {
|
|
583 |
}
|
584 |
}
|
585 |
|
586 |
-
$str.="<li id='".$language_name."'><a href='".$href."' title='".$language_name."' class='nturl notranslate
|
587 |
} //endif
|
588 |
}//foreach
|
589 |
else:
|
@@ -762,7 +762,7 @@ class google_language_translator {
|
|
762 |
}
|
763 |
}
|
764 |
|
765 |
-
$str.="<li id='".$language_name."'><a href='".$href."' title='".$language_name."' class='nturl notranslate
|
766 |
} //endif
|
767 |
}//foreach
|
768 |
else:
|
2 |
/*
|
3 |
Plugin Name: Google Language Translator
|
4 |
Plugin URI: https://gtranslate.io/?xyz=3167
|
5 |
+
Version: 6.0.1
|
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
|
583 |
}
|
584 |
}
|
585 |
|
586 |
+
$str.="<li id='".$language_name."'><a href='".$href."' title='".$language_name."' class='nturl notranslate ".$language_code." flag ".$language_name_flag."'></a></li>";
|
587 |
} //endif
|
588 |
}//foreach
|
589 |
else:
|
762 |
}
|
763 |
}
|
764 |
|
765 |
+
$str.="<li id='".$language_name."'><a href='".$href."' title='".$language_name."' class='nturl notranslate ".$language_code." flag ".$language_name_flag."'></a></li>";
|
766 |
} //endif
|
767 |
}//foreach
|
768 |
else:
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
=== Google Language Translator ===
|
2 |
Contributors: edo888
|
3 |
Donate link: https://gtranslate.io/?xyz=3167#pricing
|
4 |
Author: Translate AI Multilingual Solutions
|
@@ -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.2
|
9 |
-
Stable tag: 6.0.
|
10 |
|
11 |
Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
|
12 |
|
@@ -18,23 +18,23 @@ GTranslate is a leading website translation services provider since 2008 and pow
|
|
18 |
|
19 |
Please use [Google Language Translator Support](https://wordpress.org/support/plugin/google-language-translator/) for your questions and support requests! We are multilingual!
|
20 |
|
21 |
-
Please check our [FAQ](https://gtranslate.io/?xyz=
|
22 |
|
23 |
**Features**
|
24 |
|
25 |
* Free Google automatic machine translation
|
26 |
-
*
|
27 |
-
*
|
28 |
* Google Analytics integration
|
29 |
-
*
|
30 |
-
*
|
31 |
-
*
|
32 |
-
*
|
33 |
-
*
|
34 |
* Right to left language support
|
35 |
* Floating language selector
|
36 |
* Language bar with flags in menu
|
37 |
-
* WooCommerce shop
|
38 |
|
39 |
**Paid Features**
|
40 |
|
@@ -45,16 +45,16 @@ Please check our [FAQ](https://gtranslate.io/?xyz=998#faq) to get quick answers.
|
|
45 |
* Yoast SEO compatible
|
46 |
* WooCommerce compatible
|
47 |
* You can have sub-directory (example.com/**es**/) or sub-domain (**es.**example.com) URL structure
|
48 |
-
*
|
49 |
* Add hreflang tags for translated alternatives
|
50 |
* You can manually correct translations
|
51 |
* In context translation interface (make corrections without losing the context)
|
52 |
-
*
|
53 |
* Translating schema.org microdata for better search engine appearance
|
54 |
* Seamless updates (cloud service updated on our side - SaaS, you do not need to worry about backups on your side)
|
55 |
-
* JSON format translation
|
56 |
-
* AMP
|
57 |
-
* Image localization -
|
58 |
* Translation Proxy (aka Translation Delivery Network)
|
59 |
* Centralized Translation Cache - We revise and improve translations over time
|
60 |
* Language Hosting (**example.fr**)
|
@@ -70,6 +70,55 @@ Please check our [FAQ](https://gtranslate.io/?xyz=998#faq) to get quick answers.
|
|
70 |
6. Do not use the shortcode twice on a single page - it will not work.
|
71 |
|
72 |
== Frequently Asked Questions ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
= What should I do if the translate widget does not show on my website? =
|
74 |
1. Make sure that the plugin is installed and activated.
|
75 |
2. Verify that a check mark is placed in the activation setting located at "Settings > Google Language Translator".
|
@@ -87,6 +136,9 @@ Please check our [FAQ](https://gtranslate.io/?xyz=998#faq) to get quick answers.
|
|
87 |
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>
|
88 |
|
89 |
== Changelog ==
|
|
|
|
|
|
|
90 |
= 6.0.0 =
|
91 |
* Added SEO features (paid only): search engines can index translated pages, URL/slug translation, define hreflang tags
|
92 |
* Added Live Chat support by GTranslate support team directly in the plugin settings page
|
1 |
+
=== Translate WordPress - Google Language Translator ===
|
2 |
Contributors: edo888
|
3 |
Donate link: https://gtranslate.io/?xyz=3167#pricing
|
4 |
Author: Translate AI Multilingual Solutions
|
6 |
Tags: translate wordpress, translate, translator, translation, language, multi language
|
7 |
Requires at least: 2.9
|
8 |
Tested up to: 5.2
|
9 |
+
Stable tag: 6.0.1
|
10 |
|
11 |
Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
|
12 |
|
18 |
|
19 |
Please use [Google Language Translator Support](https://wordpress.org/support/plugin/google-language-translator/) for your questions and support requests! We are multilingual!
|
20 |
|
21 |
+
Please check our [FAQ](https://gtranslate.io/?xyz=3167#faq) to get quick answers.
|
22 |
|
23 |
**Features**
|
24 |
|
25 |
* Free Google automatic machine translation
|
26 |
+
* Option to hide "Suggest better translation" pop-up
|
27 |
+
* Option to hide Google top frame after translation
|
28 |
* Google Analytics integration
|
29 |
+
* Translate the site on the fly
|
30 |
+
* Translate posts and pages
|
31 |
+
* Translate categories and tags
|
32 |
+
* Translate menus and widgets
|
33 |
+
* Translate themes and plugins
|
34 |
* Right to left language support
|
35 |
* Floating language selector
|
36 |
* Language bar with flags in menu
|
37 |
+
* Translate WooCommerce shop
|
38 |
|
39 |
**Paid Features**
|
40 |
|
45 |
* Yoast SEO compatible
|
46 |
* WooCommerce compatible
|
47 |
* You can have sub-directory (example.com/**es**/) or sub-domain (**es.**example.com) URL structure
|
48 |
+
* Translate URLs aka slug translation is possible (example.com/about-us → example.es/sobre-nosotros)
|
49 |
* Add hreflang tags for translated alternatives
|
50 |
* You can manually correct translations
|
51 |
* In context translation interface (make corrections without losing the context)
|
52 |
+
* Translate meta data (meta keywords, meta description)
|
53 |
* Translating schema.org microdata for better search engine appearance
|
54 |
* Seamless updates (cloud service updated on our side - SaaS, you do not need to worry about backups on your side)
|
55 |
+
* Translate JSON objects (JSON format translation)
|
56 |
+
* Translate AMP pages (Accelerated Mobile Pages translation)
|
57 |
+
* Image localization - Translate media
|
58 |
* Translation Proxy (aka Translation Delivery Network)
|
59 |
* Centralized Translation Cache - We revise and improve translations over time
|
60 |
* Language Hosting (**example.fr**)
|
70 |
6. Do not use the shortcode twice on a single page - it will not work.
|
71 |
|
72 |
== Frequently Asked Questions ==
|
73 |
+
= Is it FREE? =
|
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
|
89 |
+
|
90 |
+
= Is it SEO compatible? =
|
91 |
+
Our free version doesn't give any SEO advantage. For SEO features and multilingual SEO you need to use our paid versions which have all the SEO advantages.
|
92 |
+
|
93 |
+
= What is multilingual SEO? =
|
94 |
+
Multilingual SEO is a SEO strategy which uses new content generation technique by translating your original content and making your website multilingual. By translating your website into many languages you are creating many new multilingual keywords targeted for international market. It helps to increase your search appearnce on search engines results pages (SERPs), which can generate more traffic, increase sales and rise the conversion rate.
|
95 |
+
|
96 |
+
= Is URL Translation available? =
|
97 |
+
In our paid versions we have a feature to translate URL of your website which will give you more SEO advantage. For example http://example.com/*about-us* → http://example.com/*sobre-nosotros*
|
98 |
+
|
99 |
+
= How the free version differs from the paid versions? =
|
100 |
+
Free vesion is a nice looking language selector you can place on your website. It has a built in Javascript engine which allows to translate your website automatically to multiple languages. With free version your website URL doesn't change and the translations are not stored. While paid versions are a translation proxy also known as Translation Delivery Network. We host the translated versions of your website on our cloud network under a language specific domain. In that case every language will have a separate domain and be indexed in search engines, which will help you to increase international traffic and sales.
|
101 |
+
|
102 |
+
= Do I need to pay for Google Translate API key usage? =
|
103 |
+
No, we provide the automatic translations for free.
|
104 |
+
|
105 |
+
= Can I test before making a payment? =
|
106 |
+
Yes, we have a 15 days free trial for our new customers.
|
107 |
+
|
108 |
+
= Can I use it on SSL / HTTPS website? =
|
109 |
+
Absolutely! You can use it for our free and paid versions.
|
110 |
+
|
111 |
+
Recently we have added support for Let's Encrypt certificates which are provided for free if you use sub-domain URL structure.
|
112 |
+
|
113 |
+
= How does the 15 day free trial work? =
|
114 |
+
Trial is available for new customers only. If you do not wish to continue you may cancel any time during the trial period and you will not be charged anything.
|
115 |
+
|
116 |
+
= How can I be sure that search engines will index my website? =
|
117 |
+
You can check that this website is indexed in Google by searching for site:gtranslate.io.
|
118 |
+
|
119 |
+
= How I can edit the translations or order professional human translations? =
|
120 |
+
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.
|
121 |
+
|
122 |
= What should I do if the translate widget does not show on my website? =
|
123 |
1. Make sure that the plugin is installed and activated.
|
124 |
2. Verify that a check mark is placed in the activation setting located at "Settings > Google Language Translator".
|
136 |
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>
|
137 |
|
138 |
== Changelog ==
|
139 |
+
= 6.0.1 =
|
140 |
+
* Bug fixed preventing language selection for some cases
|
141 |
+
|
142 |
= 6.0.0 =
|
143 |
* Added SEO features (paid only): search engines can index translated pages, URL/slug translation, define hreflang tags
|
144 |
* Added Live Chat support by GTranslate support team directly in the plugin settings page
|