This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5eb6abb
commit 756faf6
Showing
6 changed files
with
30 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Magenerds_de_de | ||
# Magenerds de_DE Language Pack | ||
|
||
Website: http://www.magenerds.com/magento-2-extensions/german-language-pack/ | ||
|
||
Documentation: http://doc.magenerds.com/german-language-pack/ | ||
Documentation: http://doc.magenerds.com/german-language-pack/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "magenerds/language-de_de", | ||
"description": "German (Germany) language", | ||
"license": "OSL-3.0", | ||
"require": { | ||
"magento/framework": "^100.0.0|^101.0.0|^102.0.0", | ||
"magenerds/dashboard": "^1.0" | ||
}, | ||
"type": "magento2-language", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
] | ||
} | ||
"name": "magenerds/language-de_de", | ||
"description": "German (Germany) language", | ||
"license": "OSL-3.0", | ||
"require": { | ||
"magento/framework": "^100.0.0|^101.0.0|^102.0.0", | ||
"magenerds/dashboard": "^1.0" | ||
}, | ||
"type": "magento2-language", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* NOTICE OF LICENSE | ||
* | ||
* This source file is subject to the Open Software License (OSL 3.0) | ||
* that is available through the world-wide-web at this URL: | ||
* http://opensource.org/licenses/osl-3.0.php | ||
*/ | ||
/** | ||
* @category Magenerds | ||
* @package magenerds_de_de | ||
* @subpackage etc | ||
* @author Florian Sydekum <[email protected]> | ||
* @copyright Copyright (c) 2019 TechDivision GmbH (https://www.techdivision.com) | ||
* @version ${release.version} | ||
* @link https://www.techdivision.com/ | ||
* @license OSL 3.0 | ||
*/ | ||
--> | ||
~ NOTICE OF LICENSE | ||
~ | ||
~ This source file is subject to the Open Software License (OSL 3.0) | ||
~ that is available through the world-wide-web at this URL: | ||
~ http://opensource.org/licenses/osl-3.0.php | ||
--> | ||
<language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/Language/package.xsd"> | ||
<code>de_DE</code> | ||
<vendor>magenerds</vendor> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,7 @@ | |
* http://opensource.org/licenses/osl-3.0.php | ||
*/ | ||
|
||
/** | ||
* @category Magenerds | ||
* @package magenerds_de_de | ||
* @subpackage Module | ||
* @copyright Copyright (c) 2019 TechDivision GmbH (https://www.techdivision.com) | ||
* @version ${release.version} | ||
* @link https://www.techdivision.com/ | ||
* @author Florian Sydekum <[email protected]> | ||
* @license OSL 3.0 | ||
*/ | ||
// register module | ||
\Magento\Framework\Component\ComponentRegistrar::register( | ||
\Magento\Framework\Component\ComponentRegistrar::LANGUAGE, | ||
'magenerds_de_de', | ||
|