This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.42.0: added next-* and thunderstorm properties in zh-tw. fixes #119
- Loading branch information
J. T. L
committed
Jun 16, 2017
1 parent
fba4939
commit 10b2cd5
Showing
4 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
"use strict"; | ||
const fs = require("fs"), | ||
path = require("path"); | ||
const fs = require("fs"); | ||
const path = require("path"); | ||
|
||
fs.readdirSync(path.join(__dirname, "lib/lang")).forEach(pathname => { | ||
for(const pathname of fs.readdirSync(path.join(__dirname, "lib/lang"))) { | ||
const match = /^([^\.].*)\.js$/.exec(pathname); | ||
|
||
if(match) { | ||
exports[match[1]] = require("./lib/lang/" + pathname); | ||
} | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters