Previously, network or API problems during a fetch call could result in unhandled promise rejections, leaving users and developers clueless about the failure. A .catch() block has been introduced in universalTranslator.js to properly intercept these errors and log them to the console. This small improvement prevents silent failures and makes diagnosing translation service or connectivity issues far easier.