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

Update TranslationCollector.php #18

Closed Hexmage closed 2 years ago

Hexmage commented 3 years ago

Some translations are causing errors because they are seen as int instead of string.

borisvankatwijk commented 2 years ago

Redundant, typecasting is now done above of $originalString and $translate.