Version Notes
First Stable Release
Download this release
Release Info
Developer | Zealousweb Technologies Pvt Ltd. |
Extension | Google_Translator_For_Magento |
Version | 1.0.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.1 to 1.0.0.2
app/code/community/ZealousWeb/GTranslator/etc/config.xml
CHANGED
@@ -4,7 +4,19 @@
|
|
4 |
<ZealousWeb_GTranslator>
|
5 |
<version>0.1.0</version>
|
6 |
</ZealousWeb_GTranslator>
|
7 |
-
</modules>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
<frontend>
|
9 |
<routers>
|
10 |
<gtranslator>
|
@@ -23,16 +35,4 @@
|
|
23 |
</updates>
|
24 |
</layout>
|
25 |
</frontend>
|
26 |
-
<global>
|
27 |
-
<helpers>
|
28 |
-
<gtranslator>
|
29 |
-
<class>ZealousWeb_GTranslator_Helper</class>
|
30 |
-
</gtranslator>
|
31 |
-
</helpers>
|
32 |
-
<models>
|
33 |
-
<gtranslator>
|
34 |
-
<class>ZealousWeb_GTranslator_Model</class>
|
35 |
-
</gtranslator>
|
36 |
-
</models>
|
37 |
-
</global>
|
38 |
</config>
|
4 |
<ZealousWeb_GTranslator>
|
5 |
<version>0.1.0</version>
|
6 |
</ZealousWeb_GTranslator>
|
7 |
+
</modules>
|
8 |
+
<global>
|
9 |
+
<helpers>
|
10 |
+
<gtranslator>
|
11 |
+
<class>ZealousWeb_GTranslator_Helper</class>
|
12 |
+
</gtranslator>
|
13 |
+
</helpers>
|
14 |
+
<models>
|
15 |
+
<gtranslator>
|
16 |
+
<class>ZealousWeb_GTranslator_Model</class>
|
17 |
+
</gtranslator>
|
18 |
+
</models>
|
19 |
+
</global>
|
20 |
<frontend>
|
21 |
<routers>
|
22 |
<gtranslator>
|
35 |
</updates>
|
36 |
</layout>
|
37 |
</frontend>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
</config>
|
app/code/community/ZealousWeb/GTranslator/etc/system.xml
CHANGED
@@ -32,16 +32,7 @@
|
|
32 |
<show_in_default>1</show_in_default>
|
33 |
<show_in_website>1</show_in_website>
|
34 |
<show_in_store>1</show_in_store>
|
35 |
-
</enable>
|
36 |
-
<googletranslatecode translate="label">
|
37 |
-
<label>Google Translate Code</label>
|
38 |
-
<frontend_type>text</frontend_type>
|
39 |
-
<sort_order>2</sort_order>
|
40 |
-
<show_in_default>1</show_in_default>
|
41 |
-
<show_in_website>1</show_in_website>
|
42 |
-
<show_in_store>1</show_in_store>
|
43 |
-
<comment>Visit to https://translate.google.com/manager/website/suggestions and copy code display under content like i.e content="4452dd2fcc429bf-d2333c2fe07de1f9-gd87a99367f0a81dc-33"</comment>
|
44 |
-
</googletranslatecode>
|
45 |
<selectlanguage translate="label">
|
46 |
<label>Select Language</label>
|
47 |
<frontend_type>multiselect</frontend_type>
|
32 |
<show_in_default>1</show_in_default>
|
33 |
<show_in_website>1</show_in_website>
|
34 |
<show_in_store>1</show_in_store>
|
35 |
+
</enable>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
<selectlanguage translate="label">
|
37 |
<label>Select Language</label>
|
38 |
<frontend_type>multiselect</frontend_type>
|
app/etc/modules/ZealousWeb_GTranslator.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ZealousWeb_GTranslator>
|
5 |
-
<active>
|
6 |
<codePool>community</codePool>
|
7 |
<version>0.1.0</version>
|
8 |
</ZealousWeb_GTranslator>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ZealousWeb_GTranslator>
|
5 |
+
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
<version>0.1.0</version>
|
8 |
</ZealousWeb_GTranslator>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Google_Translator_For_Magento</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL-3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This Extension is useful for multilingual magento store where we can use Google Translate API instead of Multiple language Store.</description>
|
11 |
<notes>First Stable Release</notes>
|
12 |
<authors><author><name>ZealousWeb Technologies Pvt Ltd.</name><user>ZealousWeb</user><email>magento@zealousweb.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="ZealousWeb"><dir name="GTranslator"><dir name="Helper"><file name="Data.php" hash="727a5912e65a885a3b3047b109dc3045"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Language.php" hash="f7d110546117b234440614c275cf278e"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="1ad913f40716786c93477802e0e52529"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c3c33b87e5ceb1b1569a93c30e66ab48"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Google_Translator_For_Magento</name>
|
4 |
+
<version>1.0.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL-3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This Extension is useful for multilingual magento store where we can use Google Translate API instead of Multiple language Store.</description>
|
11 |
<notes>First Stable Release</notes>
|
12 |
<authors><author><name>ZealousWeb Technologies Pvt Ltd.</name><user>ZealousWeb</user><email>magento@zealousweb.com</email></author></authors>
|
13 |
+
<date>2015-06-17</date>
|
14 |
+
<time>09:59:11</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="ZealousWeb"><dir name="GTranslator"><dir name="Helper"><file name="Data.php" hash="727a5912e65a885a3b3047b109dc3045"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Language.php" hash="f7d110546117b234440614c275cf278e"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="1ad913f40716786c93477802e0e52529"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c3c33b87e5ceb1b1569a93c30e66ab48"/><file name="config.xml" hash="3666986c1c09523c08b7792d8ada7890"/><file name="system.xml" hash="8869977539416cd2a50749d3b7b82ded"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="gtranslator"><file name="index.phtml" hash="d7e9813ff081253125bb72b1754cb22d"/><file name="language.phtml" hash="e06142ed1bb2be4a21070ee2fccea45c"/></dir></dir><dir name="layout"><file name="gtranslator.xml" hash="7fe1b85e2eb23573deb9d769604b2e84"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="gtrasnlator.css" hash="a12c87e82e21e6dd0c2e7b55070efefc"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ZealousWeb_GTranslator.xml" hash="1b2cb54796ca09835a7e1cfcfe7e8899"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|