pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal
GNU General Public License v3.0
233 stars 41 forks source link

Fix for #36 #37

Closed mikutas closed 6 years ago

mikutas commented 6 years ago

Return value of Configuration::getLocale() in conf.ts is 'en-US' when valid(=not null, not undefined, and not zero-length) locale is set. I think this PR will fix the problem.

Thank you.