experius / Magento-2-Module-Experius-MissingTranslations

Collect missing translations in specified folder or the entire Magento 2 Root
Open Software License 3.0
52 stars 13 forks source link

[FEATURE][FLM2-39] Missing Translations error on translatable string … #24

Closed florisschreuder closed 3 years ago

florisschreuder commented 3 years ago

…that's an integer

Uncaught TypeError: strlen() expects parameter 1 to be string, int given in vendor/experius/module-missingtranslations/Model/TranslationCollector.php:126

AND

Uncaught TypeError: crc32() expects parameter 1 to be string, int given in vendor/experius/module-missingtranslations/Model/TranslationCollector.php:147

florisschreuder commented 3 years ago

Already fixed in https://github.com/experius/Magento-2-Module-Experius-MissingTranslations/pull/22