splendidinternet / mage2-locale-de-de
German (Germany) language
Installs: 851 889
Dependents: 2
Suggesters: 0
Security: 0
Stars: 86
Watchers: 17
Forks: 80
Open Issues: 9
Type:magento2-language
Requires
- magento/framework: ^100.0.0 || ^101.0.0 || ^102.0.0 || ^103.0.0 || ^104.0.0
- dev-master
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.1
- 1.66.0
- 1.63.0
- 1.62.0
- 1.58.0
- 1.57.0
- 1.56.1
- 1.56.0
- 1.55.1
- 1.55.0
- 1.54.0
- 1.53.1
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.2
- 1.49.1
- 1.49.0
- 1.48.0
- 1.47.2
- 1.47.1
- 1.47.0
- 1.46.0
- 1.45.1
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.3
- 1.42.2
- 1.42.1
- 1.42.0
- 1.41.0
- 1.40.1
- 1.40.0
- 1.39.5
- 1.39.4
- 1.39.3
- 1.39.2
- 1.39.1
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.1
- 1.35.0
- 1.34.0
- 1.33.0
- 1.23.2
- 1.23.1
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.1
- 1.20.0
- 1.19.0
- 1.18.2
- 1.18.1
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.1
- 1.15.0
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.2
- 1.11.1
- 1.11.0
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.0.1
- dev-customizablegatewaytranslation
- dev-niclashoyer-patch-1
This package is auto-updated.
Last update: 2024-10-22 22:41:11 UTC
README
Deutsches Sprachpaket für Magento 2 Community Edition (Version 2.4.4)
Die Übersetzung wurde von deutschen Muttersprachlern nach eigenem Ermessen vorgenommen. Die Übersetzung ist komplett, d.h. alle Sprachausgaben von Magento 2 wurden vom Englischen ins Deutsche übersetzt. Gern können Änderungsvorschläge eingebracht oder auch das gesamte Repository geforkt werden, wenn abweichende Übersetzungen eingebracht werden sollen.
Und für Magento 1.x gibt es weiterhin das deutsche Sprachpaket von Rico Neitzel: https://github.com/riconeitzel/German_LocalePack_de_DE
German language pack for Magento 2 Community Edition (Version 2.4.4)
The translation was carried out by native German speakers at their own discretion. The translation is complete, i.e. All Magento 2 language editions have been translated from English to German. Suggestions for changes can be made or the entire repository can be researched if different translations are to be introduced.
Installation
- Alle Dateien nach
/app/i18n/splendid/de_DE/
kopieren
Aus dem Magento-Root-Verzeichnis folgende Befehle aufrufen:
rm pub/static/frontend/Magento/luma/de_DE/js-translation.json php bin/magento setup:static-content:deploy -f de_DE php bin/magento setup:upgrade rm -rf var/di php bin/magento setup:di:compile
Installation mit Composer
composer require splendidinternet/mage2-locale-de-de rm pub/static/frontend/Magento/luma/de_DE/js-translation.json php bin/magento setup:static-content:deploy de_DE
Add new phrases
To translate new phrases follow these steps:
Get phrases from Magento
Run this in your Magento 2 installation:
php bin/magento i18n:collect-phrases -m > phrases.csv
Compare phrases with old translation file
Copy the phrases.csv
into this repository and run:
php check_new.php
This will output a new file de_DE_new.csv
which only contains the
phrases that are not yet translated in de_DE.csv
.
Translate phrases
Now you should translate these phrases. Enter the translated phrase in the second column.
Copy new phrases and create a pull request
Copy the new phrases to de_DE.csv
.
IMPORTANT: sort the file alphabetically based on the first column, e.g. with LibreOffice.
Now create a new pull request with your changes!