cyon / vue-translation-manager

Interactively translate strings in Vue single file components
26 stars 12 forks source link

Use the 'camelCase' method from Lodash. Double spaces crash fix. #25

Open PeterBLITZ opened 3 years ago

PeterBLITZ commented 3 years ago

This little pull request fixes a crash when getSuggestedKey tries to parse a text with double spaces.

UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'toUpperCase' of undefined
    at /... .../node_modules/vue-translation-manager/index.js:338:49