Version Notes
Stable release includes all (but one) missing translations.
Download this release
Release Info
Developer | Michael Zakharov |
Extension | PTech_TranslationPatch |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/etc/modules/PTech_TranslatePatch.xml +9 -0
- package.xml +3 -3
app/etc/modules/PTech_TranslatePatch.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<PTech_TranslatePatch>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</PTech_TranslatePatch>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PTech_TranslationPatch</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -17,8 +17,8 @@ The files exist in app/locale, but are missing from the appropriate modules conf
|
|
17 |
<notes>Stable release includes all (but one) missing translations.</notes>
|
18 |
<authors><author><name>Michael Zakharov</name><user>tms320c</user><email>trapman.hunt@gmail.com</email></author></authors>
|
19 |
<date>2012-08-11</date>
|
20 |
-
<time>12:
|
21 |
-
<contents><target name="magecommunity"><dir name="PTech"><dir name="TranslatePatch"><dir name="etc"><file name="config.xml" hash="8fb8b0a42a5c31c26c5cf1876b54fabd"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.2.13</min><max>5.4.0</max></php></required></dependencies>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PTech_TranslationPatch</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
17 |
<notes>Stable release includes all (but one) missing translations.</notes>
|
18 |
<authors><author><name>Michael Zakharov</name><user>tms320c</user><email>trapman.hunt@gmail.com</email></author></authors>
|
19 |
<date>2012-08-11</date>
|
20 |
+
<time>12:46:35</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="PTech"><dir name="TranslatePatch"><dir name="etc"><file name="config.xml" hash="8fb8b0a42a5c31c26c5cf1876b54fabd"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PTech_TranslatePatch.xml" hash="07e9d0ed119be0c90dad05445f3c682c"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.2.13</min><max>5.4.0</max></php></required></dependencies>
|
24 |
</package>
|