Skip to content

Commit

Permalink
Merge e140f47 into 13a61b2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmtrv committed Nov 20, 2019
2 parents 13a61b2 + e140f47 commit 5fe4dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/locale/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function loadLocale(name) {
try {
oldLocale = globalLocale._abbr;
var aliasedRequire = require;
aliasedRequire('./locale/' + name);
aliasedRequire(__dirname + '/locale/' + name);
getSetGlobalLocale(oldLocale);
} catch (e) {}
}
Expand Down

0 comments on commit 5fe4dde

Please sign in to comment.