Type
magento2-module
Merge translations from magento i18n:collect command result with current theme translations
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
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.