luigifab / openmage-translations
Translations for OpenMage from Magento 1/2 and old languages packs.
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 3
Open Issues: 0
Type:magento-module
Requires
- openmage/magento-lts: >=19.4.0
README
Stop russian war. πΊπ¦ Free Ukraine!
Installation in OpenMage
- remove all
app/locales/*/Mage_*.csv
- run:
composer require luigifab/openmage-translations
Installation for translators
git clone git@github.com:luigifab/openmage-translations.git xyz
cd xyz/
git clone git@github.com:OpenMage/magento-lts.git src-openmage
cd src-openmage/
git apply ../1359.diff
cd ../
- please read line 150 of translate.php for extra languages packs
Usage for translators
- download CSV files from M2:
php translate.php downloadm2
- update CSV files for OpenMage:
php translate.php update
You will found in src-untranslated/
directory missing translations.
You can update CSV files in src-untranslated/
, then run: php translate.php update
(with PHP 7.2 / 7.3 / 7.4 / 8.0 / 8.1 / 8.2 / 8.3) to update files in locales/
.