1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Various tweaks to get prod version to work

This commit is contained in:
Laurent Cozic
2017-11-13 18:47:35 +00:00
parent 395804ec0d
commit 48061457ac
13 changed files with 42 additions and 18 deletions

View File

@ -283,7 +283,6 @@ function localeStrings(canonicalName) {
function setLocale(canonicalName) {
if (currentLocale_ == canonicalName) return;
currentLocale_ = closestSupportedLocale(canonicalName);
console.info('Set locale to ' + currentLocale_);
}
function languageCode() {