Skip to content

Commit

Permalink
Merge 76c3d0f into 4adba2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jikamens committed Nov 21, 2019
2 parents 4adba2e + 76c3d0f commit deac93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -793,7 +793,7 @@ function getLocalePaths(l) {
var codes = getLocaleCodes(l);

function getPath(l) {
return path.join('lib', 'locales', l.toLowerCase() + '.js');
return path.join('lib', 'locales', l + '.js');
}

codes.forEach(function(n) {
Expand Down

0 comments on commit deac93c

Please sign in to comment.