Open PeterBLITZ opened 3 years ago
This little pull request fixes a crash when getSuggestedKey tries to parse a text with double spaces.
getSuggestedKey
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'toUpperCase' of undefined at /... .../node_modules/vue-translation-manager/index.js:338:49
This little pull request fixes a crash when
getSuggestedKey
tries to parse a text with double spaces.