PTech_TranslationPatch - Version 1.0.0

Version Notes

Stable release includes all (but one) missing translations.

Download this release

Release Info

Developer Michael Zakharov
Extension PTech_TranslationPatch
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

app/code/community/PTech/TranslatePatch/etc/config.xml ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ /**
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0), a
8
+ * copy of which is available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/osl-3.0.php
10
+ *
11
+ * @category community
12
+ * @package PTech_TranslatePatch
13
+ * @author tms320c
14
+ * @copyright Copyright (c) 2012
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
+ */
17
+ -->
18
+ <config>
19
+ <modules>
20
+ <PTech_TranslatePatch>
21
+ <version>1.0.0</version>
22
+ </PTech_TranslatePatch>
23
+ </modules>
24
+ <frontend>
25
+ <translate>
26
+ <modules>
27
+ <Mage_Captcha>
28
+ <files>
29
+ <default>Mage_Captcha.csv</default>
30
+ </files>
31
+ </Mage_Captcha>
32
+ <Mage_Dataflow>
33
+ <files>
34
+ <default>Mage_Dataflow.csv</default>
35
+ </files>
36
+ </Mage_Dataflow>
37
+ <Mage_Weee>
38
+ <files>
39
+ <default>Mage_Weee.csv</default>
40
+ </files>
41
+ </Mage_Weee>
42
+ </modules>
43
+ </translate>
44
+ </frontend>
45
+ <adminhtml>
46
+ <translate>
47
+ <modules>
48
+ <Mage_Api2>
49
+ <files>
50
+ <default>Mage_Api2.csv</default>
51
+ </files>
52
+ </Mage_Api2>
53
+ <Mage_Captcha>
54
+ <files>
55
+ <default>Mage_Captcha.csv</default>
56
+ </files>
57
+ </Mage_Captcha>
58
+ <Mage_Connect>
59
+ <files>
60
+ <default>Mage_Connect.csv</default>
61
+ </files>
62
+ </Mage_Connect>
63
+ <Mage_Dataflow>
64
+ <files>
65
+ <default>Mage_Dataflow.csv</default>
66
+ </files>
67
+ </Mage_Dataflow>
68
+ <Mage_ImportExport>
69
+ <files>
70
+ <default>Mage_ImportExport.csv</default>
71
+ </files>
72
+ </Mage_ImportExport>
73
+ <Mage_Weee>
74
+ <files>
75
+ <default>Mage_Weee.csv</default>
76
+ </files>
77
+ </Mage_Weee>
78
+ </modules>
79
+ </translate>
80
+ </adminhtml>
81
+ </config>
package.xml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>PTech_TranslationPatch</name>
4
+ <version>1.0.0</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>
8
+ <extends/>
9
+ <summary>Loads translation files that present in app/locale, but are missing in appropriate config.xml</summary>
10
+ <description>This tiny module does not have any blocks, models, and helpers.&#xD;
11
+ &#xD;
12
+ It includes config.xml (and module enable xml, of course) only.&#xD;
13
+ &#xD;
14
+ The only function of this extension is to load missing translation files of some core modules, such as Mage_Captcha, or Mage_Dataflow.&#xD;
15
+ &#xD;
16
+ The files exist in app/locale, but are missing from the appropriate modules config.xml by big/feature/unknown reason. GoogleBase is not included because its translation is commented out and I assume it has been on a reason.</description>
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:06:41</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_TranslationPatch.xml" hash=""/></dir></target></contents>
22
+ <compatible/>
23
+ <dependencies><required><php><min>5.2.13</min><max>5.4.0</max></php></required></dependencies>
24
+ </package>