Skip to content

Commit

Permalink
Add support for lang key
Browse files Browse the repository at this point in the history
  • Loading branch information
SerpentBytes committed Oct 11, 2022
1 parent 1a4f8e3 commit b5765f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ try {
sr.createFolder(outputFolder);
}

if (parsedObj.lang) {
sr.changeLanguage(parsedObj.lang);
}

const stats = fs.statSync(parsedObj.input);

// Determines whether the value that was given is a directory or a file
Expand Down

0 comments on commit b5765f4

Please sign in to comment.