Skip to content

Commit

Permalink
Version 0.1.0, some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaWoScha committed Aug 15, 2019
1 parent 0469fe7 commit 9f52b32
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 25 deletions.
16 changes: 10 additions & 6 deletions MagentoConnect.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ <h2>Spanisches Sprachpaket für Magento Commerce - Kundenspezifische Version</h2
<p>(Paquete de idioma español para Magento Commerce - Versión personalizada)</p>

<h3>Aviso / Hint / Hinweis</h3>
<p>Magento viene en su configuración básica con Inglés americano. Cualquier persona que desee utilizar Inglés británico, debe instalar el paquete de idioma <i>LocalePack_en_GB</i>.</p>
<p>Magento comes in its basic configuration with American English. Anyone wishing to use British English, should install the language pack <i>LocalePack_en_GB</i>.</p>
<p>Magento kommt in der Grundausstattung mit amerikanischem Englisch daher. Wer britisches Englisch nutzen möchte, sollte das Sprachpaket <i>LocalePack_en_GB</i> installieren.</p>
<p>Cualquier persona que desee utilizar español personalizado, debe instalar el paquete de idioma <i>LocalePack_es_ZZ</i>.</p>
<p>Anyone wishing to use custom Spanish, should install the language pack <i>LocalePack_es_ZZ</i>.</p>
<p>Wer kundenspezifisches Spanisch nutzen möchte, sollte das Sprachpaket <i>LocalePack_es_ZZ</i> installieren.</p>

<h3>¿Encontrado un problema? / Mistake found? / Fehler gefunden?</h3>
<p>Los errores pueden ser reportados en GitHub / Errors may be reported on GitHub / Fehler können auf GitHub gemeldet werden
<h3>Nota importante sobre Magento Versão 1.9 / Nota importante acerca Magento Versión 1.9 / Important note on Magento Version 1.9 / Wichtiger Hinweis zur Magento Version 1.9</h3>
<p>Magento Inc. tiene con la versión 1.9 su propio, semi-automáticamente traducido, paquete de idiomas como preinstalado. El que quiere usar el LocalePack_es_ZZ, primero debe eliminar la carpeta <strong>app/locale/pt_ZZ</strong> para que el paquete de idioma se puede instalar.</p>
<p>Magento Inc. has pre-installed with the 1.9 private, semi-automatically translated, language pack. Who wants to use the LocalePack_es_ZZ must first delete the <strong>app/locale/pt_ZZ</strong> folder so that this language pack can be installed.</p>
<p>Magento Inc. hat mit der 1.9 ein eigenes, teilautomatisch übersetztes, Sprachpaket vorinstalliert. Wer das LocalePack_es_ZZ benutzen möchte, muss vorher den Ordner <strong>app/locale/pt_ZZ</strong> löschen, damit dieses Sprachpaket installiert werden kann.</p>

<h3>Encontrado um problema? / ¿Encontrado un problema? / Mistake found? / Fehler gefunden?</h3>
<p>Os erros podem ser relatados no GitHub / Los errores pueden ser reportados en GitHub / Errors may be reported on GitHub / Fehler können auf GitHub gemeldet werden
<a href="https://github.com/MaWoScha/German_LocalePack_es_ZZ/issues">https://github.com/MaWoScha/German_LocalePack_es_ZZ/issues</a></p>

<h3>Cooperación deseada / Cooperation wanted / Mitarbeit erwünscht</h3>
Expand All @@ -31,7 +36,6 @@ <h3>Más información / More Information / Mehr Hinweise</h3>
<li><a href="http://blog.siempro.co/?p=105&lang=de">Internationalisierung – Magento in mehreren Sprachen</a></li>
</ul>


<h3>ChangeLog</h3>
<ul>
<li><strong>0.1.0:</strong> Basisversion, only a Framework with empty csv files.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @category German
* @package German_LocalePack
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @authors MaWoScha
* @developer MaWoScha
* @version 0.1.0
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @category German
* @package German_LocalePack
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @authors MaWoScha
* @developer MaWoScha
* @version 0.1.0
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand All @@ -26,8 +26,8 @@ public function render(Varien_Data_Form_Element_Abstract $element)
$html .= "</p>";
if (!array_key_exists("German_LocaleFallback", $modules)) {
$html .= "<p>".$helper->__("Note: Install the extension %s, so you can use %s as a <a href='%s'>fallback language</a>.",
"de_DE",
"<a href='https://github.com/MaWoScha/German_LocaleFallback'>German LocaleFallback</a>",
"es_ES",
$section_link )."</p>";
} else if (!array_key_exists("German_LocalePackEs", $modules)) {
$html .= "<p>".$helper->__("Note: Install the language package %s to use it as a <a href='%s'>fallback language</a>.",
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/German/LocalePackEsZz/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @category German
* @package German_LocalePack
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @authors MaWoScha
* @developer MaWoScha
* @version 0.1.0
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/German/LocalePackEsZz/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @category German
* @package German_LocalePack
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @authors MaWoScha
* @developer MaWoScha
* @version 0.1.0
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/German/LocalePackEsZz/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/**
* @category German
* @package German_LocalePack
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @authors MaWoScha
* @developer MaWoScha
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/German/LocalePackEsZz/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/**
* @category German
* @package German_LocalePack
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @authors MaWoScha
* @developer MaWoScha
* @version 0.1.0
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"###","- - - - - - - - - - - - - - - - - - - - -"
"###","Custom phrases that exist only in this theme."
"###","- - - - - - - - - - - - - - - - - - - - -"
"###","Page Module"
"###","Catalog Module"
"###","Checkout Module"
"###","Customer Module"
File renamed without changes.
4 changes: 2 additions & 2 deletions app/etc/modules/German_LocalePackEsZz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/**
* @category German
* @package German_LocalePack
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @authors MaWoScha
* @developer MaWoScha
* @version 0.1.0
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
Expand Down
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion modman
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ app/locale/es_ZZ/Mage_Shipping.csv app/locale/es_ZZ/Mage_Shipping.csv
app/locale/es_ZZ/Mage_Sitemap.csv app/locale/es_ZZ/Mage_Sitemap.csv
app/locale/es_ZZ/Mage_Tag.csv app/locale/es_ZZ/Mage_Tag.csv
app/locale/es_ZZ/Mage_Tax.csv app/locale/es_ZZ/Mage_Tax.csv
app/locale/en_ZZ/Mage_Uploader.csv app/locale/en_ZZ/Mage_Uploader.csv
app/locale/es_ZZ/Mage_Uploader.csv app/locale/es_ZZ/Mage_Uploader.csv
app/locale/es_ZZ/Mage_Usa.csv app/locale/es_ZZ/Mage_Usa.csv
app/locale/es_ZZ/Mage_Weee.csv app/locale/es_ZZ/Mage_Weee.csv
app/locale/es_ZZ/Mage_Widget.csv app/locale/es_ZZ/Mage_Widget.csv
Expand Down
21 changes: 18 additions & 3 deletions var/connect/German_LocalePack_es_ZZ.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<version_ids>2</version_ids>
</version_ids>
<summary>German Community Modules - Spanish (Custom) Language Pack</summary>
<description>English language pack for Magento Commerce - Custom Version</description>
<description>Spanish language pack for Magento Commerce - Custom Version</description>
<license>OSL</license>
<license_uri>http://opensource.org/licenses/osl-3.0.php</license_uri>
<version>0.1.0</version>
<stability>stable</stability>
<notes>Compatible with Magento 1.6.x-1.9.3.x</notes>
<notes>none</notes>
<authors>
<name>
<name>Manfred Worm Schäfer</name>
Expand All @@ -24,7 +24,7 @@
</email>
</authors>
<depends_php_min>5.2.0</depends_php_min>
<depends_php_max>6.0.0</depends_php_max>
<depends_php_max>7.1.0</depends_php_max>
<depends>
<package>
<name>
Expand Down Expand Up @@ -58,6 +58,9 @@
<contents>
<target>
<target>magelocal</target>
<target>magedesign</target>
<target>magedesign</target>
<target>magedesign</target>
<target>magecommunity</target>
<target>mageetc</target>
<target>magelocale</target>
Expand Down Expand Up @@ -129,6 +132,9 @@
</target>
<path>
<path/>
<path>adminhtml/default/default/locale/es_ZZ/translate.csv</path>
<path>frontend/default/default/locale/es_ZZ/translate.csv</path>
<path>frontend/rwd/default/locale/es_ZZ/translate.csv</path>
<path>German/LocalePackEsZz</path>
<path>modules/German_LocalePackEsZz.xml</path>
<path>es_ZZ/Mage_Adminhtml.csv</path>
Expand Down Expand Up @@ -199,6 +205,9 @@
<path>es_ZZ/Mage_XmlConnect.csv</path>
</path>
<type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>dir</type>
<type>file</type>
Expand Down Expand Up @@ -339,6 +348,9 @@
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
</include>
<ignore>
<ignore/>
Expand Down Expand Up @@ -410,6 +422,9 @@
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
</ignore>
</contents>
</_>

0 comments on commit 9f52b32

Please sign in to comment.