globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 605 forks source link

Fix strict mode #855

Closed ashubham closed 5 years ago

ashubham commented 5 years ago

Adding properties to strings is disallowed in strict mode. Fixes #854

jsf-clabot commented 5 years ago

CLA assistant check
All committers have signed the CLA.

rxaviers commented 5 years ago

Thanks for your PR, I left some comments.

ashubham commented 5 years ago

@rxaviers Thanks for taking a look. Responded.

rxaviers commented 5 years ago

Thank you!