sensejus/magento2-translation-merger v1.0.0

Merge translations from magento i18n:collect command result with current theme translations

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Translations Merger

Merge translations from magento i18n:collect command result with current theme translations. So each time you add some new translation to your templates, you will not have to add it to translation files manually, just run: Example:

php bin/magento i18n:collect-phrases --output "app/i18n/Vendorname/sv_SE/sv_SE.csv" --magento php bin/magento translation-merger:merge app/i18n/Vendorname/sv_SE/ app/design/frontend/Yourtheme/Yourthemepackage/i18n/ sv_SE

This module fix magento issue then running bin/magento i18n:pack , for some reason it just replaces your current csv translations and not merges them.

Installation