Version Description
Download this release
Release Info
| Developer | rm2773 |
| Plugin | |
| Version | 5.0.18 |
| Comparing to | |
| See all releases | |
Code changes from version 5.0.17 to 5.0.18
- css/style.css +50 -0
- google-language-translator.php +3 -1
- images/flags.png +0 -0
- images/flags16.png +0 -0
- images/flags18.png +0 -0
- images/flags20.png +0 -0
- images/flags22.png +0 -0
- readme.txt +4 -1
css/style.css
CHANGED
|
@@ -592,6 +592,11 @@ code {
|
|
| 592 |
background:url('../images/flags22.png') -30px -467px no-repeat;
|
| 593 |
}
|
| 594 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 595 |
#flags.size22 a[title="Serbian"],
|
| 596 |
.tool-container .tool-items a[title="Serbian"] {
|
| 597 |
background:url('../images/flags22.png') -59px -293px no-repeat;
|
|
@@ -602,6 +607,11 @@ code {
|
|
| 602 |
background:url('../images/flags22.png') -30px -409px no-repeat;
|
| 603 |
}
|
| 604 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 605 |
#flags.size22 a[title="Sinhala"],
|
| 606 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 607 |
background:url('../images/flags22.png') -1px -438px no-repeat;
|
|
@@ -1080,6 +1090,11 @@ code {
|
|
| 1080 |
background:url('../images/flags18.png') -31px -468px no-repeat;
|
| 1081 |
}
|
| 1082 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1083 |
#flags.size18 a[title="Serbian"],
|
| 1084 |
.tool-container .tool-items a[title="Serbian"] {
|
| 1085 |
background:url('../images/flags18.png') -60px -294px no-repeat;
|
|
@@ -1090,6 +1105,11 @@ code {
|
|
| 1090 |
background:url('../images/flags18.png') -31px -410px no-repeat;
|
| 1091 |
}
|
| 1092 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1093 |
#flags.size18 a[title="Sinhala"],
|
| 1094 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 1095 |
background:url('../images/flags18.png') -2px -439px no-repeat;
|
|
@@ -1568,6 +1588,11 @@ code {
|
|
| 1568 |
background:url('../images/flags20.png') -31px -468px no-repeat;
|
| 1569 |
}
|
| 1570 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1571 |
#flags.size20 a[title="Serbian"],
|
| 1572 |
.tool-container .tool-items a[title="Serbian"] {
|
| 1573 |
background:url('../images/flags20.png') -60px -294px no-repeat;
|
|
@@ -1578,6 +1603,11 @@ code {
|
|
| 1578 |
background:url('../images/flags20.png') -31px -410px no-repeat;
|
| 1579 |
}
|
| 1580 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1581 |
#flags.size20 a[title="Sinhala"],
|
| 1582 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 1583 |
background:url('../images/flags20.png') -2px -439px no-repeat;
|
|
@@ -2056,6 +2086,11 @@ code {
|
|
| 2056 |
background:url('../images/flags16.png') -33px -469px no-repeat;
|
| 2057 |
}
|
| 2058 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2059 |
#flags.size16 a[title="Serbian"],
|
| 2060 |
.tool-container .tool-items a[title="Serbian"] {
|
| 2061 |
background:url('../images/flags16.png') -62px -295px no-repeat;
|
|
@@ -2066,6 +2101,11 @@ code {
|
|
| 2066 |
background:url('../images/flags16.png') -33px -411px no-repeat;
|
| 2067 |
}
|
| 2068 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2069 |
#flags.size16 a[title="Sinhala"],
|
| 2070 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 2071 |
background:url('../images/flags16.png') -4px -440px no-repeat;
|
|
@@ -2547,6 +2587,11 @@ code {
|
|
| 2547 |
background:url('../images/flags.png') -29px -467px no-repeat;
|
| 2548 |
}
|
| 2549 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2550 |
#flags.size24 a[title="Serbian"],
|
| 2551 |
.tool-container .tool-items a[title="Serbian"] {
|
| 2552 |
background:url('../images/flags.png') -58px -293px no-repeat;
|
|
@@ -2557,6 +2602,11 @@ code {
|
|
| 2557 |
background:url('../images/flags.png') -29px -409px no-repeat;
|
| 2558 |
}
|
| 2559 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2560 |
#flags.size24 a[title="Sinhala"],
|
| 2561 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 2562 |
background:url('../images/flags.png') 0px -438px no-repeat;
|
| 592 |
background:url('../images/flags22.png') -30px -467px no-repeat;
|
| 593 |
}
|
| 594 |
|
| 595 |
+
#flags.size22 a[title="Scots Gaelic"],
|
| 596 |
+
.tool-container .tool-items a[title="Scots Gaelic"] {
|
| 597 |
+
background:url('../images/flags22.png') -59px -467px no-repeat;
|
| 598 |
+
}
|
| 599 |
+
|
| 600 |
#flags.size22 a[title="Serbian"],
|
| 601 |
.tool-container .tool-items a[title="Serbian"] {
|
| 602 |
background:url('../images/flags22.png') -59px -293px no-repeat;
|
| 607 |
background:url('../images/flags22.png') -30px -409px no-repeat;
|
| 608 |
}
|
| 609 |
|
| 610 |
+
#flags.size22 a[title="Sindhi"],
|
| 611 |
+
.tool-container .tool-items a[title="Sindhi"] {
|
| 612 |
+
background:url('../images/flags22.png') -146px -351px no-repeat;
|
| 613 |
+
}
|
| 614 |
+
|
| 615 |
#flags.size22 a[title="Sinhala"],
|
| 616 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 617 |
background:url('../images/flags22.png') -1px -438px no-repeat;
|
| 1090 |
background:url('../images/flags18.png') -31px -468px no-repeat;
|
| 1091 |
}
|
| 1092 |
|
| 1093 |
+
#flags.size18 a[title="Scots Gaelic"],
|
| 1094 |
+
.tool-container .tool-items a[title="Scots Gaelic"] {
|
| 1095 |
+
background:url('../images/flags18.png') -60px -468px no-repeat;
|
| 1096 |
+
}
|
| 1097 |
+
|
| 1098 |
#flags.size18 a[title="Serbian"],
|
| 1099 |
.tool-container .tool-items a[title="Serbian"] {
|
| 1100 |
background:url('../images/flags18.png') -60px -294px no-repeat;
|
| 1105 |
background:url('../images/flags18.png') -31px -410px no-repeat;
|
| 1106 |
}
|
| 1107 |
|
| 1108 |
+
#flags.size18 a[title="Sindhi"],
|
| 1109 |
+
.tool-container .tool-items a[title="Sindhi"] {
|
| 1110 |
+
background:url('../images/flags18.png') -147px -352px no-repeat;
|
| 1111 |
+
}
|
| 1112 |
+
|
| 1113 |
#flags.size18 a[title="Sinhala"],
|
| 1114 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 1115 |
background:url('../images/flags18.png') -2px -439px no-repeat;
|
| 1588 |
background:url('../images/flags20.png') -31px -468px no-repeat;
|
| 1589 |
}
|
| 1590 |
|
| 1591 |
+
#flags.size20 a[title="Scots Gaelic"],
|
| 1592 |
+
.tool-container .tool-items a[title="Scots Gaelic"] {
|
| 1593 |
+
background:url('../images/flags20.png') -60px -468px no-repeat;
|
| 1594 |
+
}
|
| 1595 |
+
|
| 1596 |
#flags.size20 a[title="Serbian"],
|
| 1597 |
.tool-container .tool-items a[title="Serbian"] {
|
| 1598 |
background:url('../images/flags20.png') -60px -294px no-repeat;
|
| 1603 |
background:url('../images/flags20.png') -31px -410px no-repeat;
|
| 1604 |
}
|
| 1605 |
|
| 1606 |
+
#flags.size20 a[title="Sindhi"],
|
| 1607 |
+
.tool-container .tool-items a[title="Sindhi"] {
|
| 1608 |
+
background:url('../images/flags20.png') -147px -352px no-repeat;
|
| 1609 |
+
}
|
| 1610 |
+
|
| 1611 |
#flags.size20 a[title="Sinhala"],
|
| 1612 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 1613 |
background:url('../images/flags20.png') -2px -439px no-repeat;
|
| 2086 |
background:url('../images/flags16.png') -33px -469px no-repeat;
|
| 2087 |
}
|
| 2088 |
|
| 2089 |
+
#flags.size16 a[title="Scots Gaelic"],
|
| 2090 |
+
.tool-container .tool-items a[title="Scots Gaelic"] {
|
| 2091 |
+
background:url('../images/flags16.png') -62px -469px no-repeat;
|
| 2092 |
+
}
|
| 2093 |
+
|
| 2094 |
#flags.size16 a[title="Serbian"],
|
| 2095 |
.tool-container .tool-items a[title="Serbian"] {
|
| 2096 |
background:url('../images/flags16.png') -62px -295px no-repeat;
|
| 2101 |
background:url('../images/flags16.png') -33px -411px no-repeat;
|
| 2102 |
}
|
| 2103 |
|
| 2104 |
+
#flags.size16 a[title="Sindhi"],
|
| 2105 |
+
.tool-container .tool-items a[title="Sindhi"] {
|
| 2106 |
+
background:url('../images/flags16.png') -149px -353px no-repeat;
|
| 2107 |
+
}
|
| 2108 |
+
|
| 2109 |
#flags.size16 a[title="Sinhala"],
|
| 2110 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 2111 |
background:url('../images/flags16.png') -4px -440px no-repeat;
|
| 2587 |
background:url('../images/flags.png') -29px -467px no-repeat;
|
| 2588 |
}
|
| 2589 |
|
| 2590 |
+
#flags.size24 a[title="Scots Gaelic"],
|
| 2591 |
+
.tool-container .tool-items a[title="Scots Gaelic"] {
|
| 2592 |
+
background:url('../images/flags.png') -58px -467px no-repeat;
|
| 2593 |
+
}
|
| 2594 |
+
|
| 2595 |
#flags.size24 a[title="Serbian"],
|
| 2596 |
.tool-container .tool-items a[title="Serbian"] {
|
| 2597 |
background:url('../images/flags.png') -58px -293px no-repeat;
|
| 2602 |
background:url('../images/flags.png') -29px -409px no-repeat;
|
| 2603 |
}
|
| 2604 |
|
| 2605 |
+
#flags.size24 a[title="Sindhi"],
|
| 2606 |
+
.tool-container .tool-items a[title="Sindhi"] {
|
| 2607 |
+
background:url('../images/flags.png') -145px -351px no-repeat;
|
| 2608 |
+
}
|
| 2609 |
+
|
| 2610 |
#flags.size24 a[title="Sinhala"],
|
| 2611 |
.tool-container .tool-items a[title="Sinhala"] {
|
| 2612 |
background:url('../images/flags.png') 0px -438px no-repeat;
|
google-language-translator.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/*
|
| 3 |
Plugin Name: Google Language Translator
|
| 4 |
Plugin URI: http://www.studio88design.com/plugins/google-language-translator
|
| 5 |
-
Version: 5.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: Rob Myrick
|
| 8 |
Author URI: http://www.wp-studio.net/
|
|
@@ -88,10 +88,12 @@ class google_language_translator {
|
|
| 88 |
'ru' => 'Russian',
|
| 89 |
'sr' => 'Serbian',
|
| 90 |
'st' => 'Sesotho',
|
|
|
|
| 91 |
'si' => 'Sinhala',
|
| 92 |
'sk' => 'Slovak',
|
| 93 |
'sl' => 'Slovenian',
|
| 94 |
'sm' => 'Samoan',
|
|
|
|
| 95 |
'so' => 'Somali',
|
| 96 |
'es' => 'Spanish',
|
| 97 |
'su' => 'Sundanese',
|
| 2 |
/*
|
| 3 |
Plugin Name: Google Language Translator
|
| 4 |
Plugin URI: http://www.studio88design.com/plugins/google-language-translator
|
| 5 |
+
Version: 5.0.18
|
| 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: Rob Myrick
|
| 8 |
Author URI: http://www.wp-studio.net/
|
| 88 |
'ru' => 'Russian',
|
| 89 |
'sr' => 'Serbian',
|
| 90 |
'st' => 'Sesotho',
|
| 91 |
+
'sd' => 'Sindhi',
|
| 92 |
'si' => 'Sinhala',
|
| 93 |
'sk' => 'Slovak',
|
| 94 |
'sl' => 'Slovenian',
|
| 95 |
'sm' => 'Samoan',
|
| 96 |
+
'gd' => 'Scots Gaelic',
|
| 97 |
'so' => 'Somali',
|
| 98 |
'es' => 'Spanish',
|
| 99 |
'su' => 'Sundanese',
|
images/flags.png
CHANGED
|
Binary file
|
images/flags16.png
CHANGED
|
Binary file
|
images/flags18.png
CHANGED
|
Binary file
|
images/flags20.png
CHANGED
|
Binary file
|
images/flags22.png
CHANGED
|
Binary file
|
readme.txt
CHANGED
|
@@ -5,7 +5,7 @@ Plugin link: http://wp-studio.net/how-it-works
|
|
| 5 |
Tags: language translator, google translator, language translate, translate wordpress, google language translator, translation, translate, multi language
|
| 6 |
Requires at least: 2.9
|
| 7 |
Tested up to: 4.6
|
| 8 |
-
Stable tag: 5.0.
|
| 9 |
|
| 10 |
Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
|
| 11 |
|
|
@@ -46,6 +46,9 @@ A: Yes! Add the "notranslate" class to the HTML element containing your text. Fo
|
|
| 46 |
|
| 47 |
== Changelog ==
|
| 48 |
|
|
|
|
|
|
|
|
|
|
| 49 |
5.0.17
|
| 50 |
- Added Samoan as a new language with its associated flag.
|
| 51 |
- Added mobile-responsive CSS to the GLT settings page.
|
| 5 |
Tags: language translator, google translator, language translate, translate wordpress, google language translator, translation, translate, multi language
|
| 6 |
Requires at least: 2.9
|
| 7 |
Tested up to: 4.6
|
| 8 |
+
Stable tag: 5.0.18
|
| 9 |
|
| 10 |
Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
|
| 11 |
|
| 46 |
|
| 47 |
== Changelog ==
|
| 48 |
|
| 49 |
+
5.0.18
|
| 50 |
+
- Added Sindhi as a new language with its associated flag.
|
| 51 |
+
|
| 52 |
5.0.17
|
| 53 |
- Added Samoan as a new language with its associated flag.
|
| 54 |
- Added mobile-responsive CSS to the GLT settings page.
|
