added 5.0 changelog
This commit is contained in:
@@ -8,6 +8,7 @@ let loc = {}
|
||||
|
||||
export function loadLoc() {
|
||||
fs.readdir(locPath, (err, files) => {
|
||||
if (err) return false;
|
||||
files.forEach(file => {
|
||||
loc[file.split('.')[0]] = loadJson(`${locPath}/${file}`)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user