forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[git-generate] test -f ./node_modules/.bin/dprint || npm ci npx dprint fmt
- Loading branch information
1 parent
d8e52d5
commit c1c700b
Showing
439 changed files
with
86,213 additions
and
22,547 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
export const localizationDirectories = ["cs", "de", "es", "fr", "it", "ja", "ko", "pl", "pt-br", "ru", "tr", "zh-cn", "zh-tw"].map(f => f.toLowerCase()); | ||
export const localizationDirectories = [ | ||
"cs", | ||
"de", | ||
"es", | ||
"fr", | ||
"it", | ||
"ja", | ||
"ko", | ||
"pl", | ||
"pt-br", | ||
"ru", | ||
"tr", | ||
"zh-cn", | ||
"zh-tw", | ||
].map(f => f.toLowerCase()); |
Oops, something went wrong.