webidea / mage2-locale-de-ch
German (Schwitzerland) language
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 79
Type:magento2-language
pkg:composer/webidea/mage2-locale-de-ch
Requires
- magento/framework: ^100.0.0 || ^101.0.0 || ^102.0.0 || ^103.0.0
 
- dev-master
 - 1.55.2.1
 - 1.55.2
 - 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: 2025-10-13 05:51:42 UTC
README
Deutsches (Schweiz) Sprachpaket für Magento 2 Community Edition (Version 2.3.2)
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.
Installation
- Alle Dateien nach 
/app/i18n/webidea/de_CH/kopieren 
Aus dem Magento-Root-Verzeichnis folgende Befehle aufrufen:
rm pub/static/frontend/Magento/luma/de_CH/js-translation.json php bin/magento setup:static-content:deploy -f de_CH php bin/magento setup:upgrade rm -rf var/di php bin/magento setup:di:compile
Installation mit Composer
composer require webidea/mage2-locale-de-ch rm pub/static/frontend/Magento/luma/de_CH/js-translation.json php bin/magento setup:static-content:deploy de_CH
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_CH_new.csv which only contains the
phrases that are not yet translated in de_CH.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_CH.csv.
IMPORTANT: sort the file alphabetically based on the first column, e.g. with LibreOffice.
Now create a new pull request with your changes!