-
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Distinguishing between Simplified Chinese and Traditional Chinese in …
…the Win32 Platform
- Loading branch information
1 parent
f798f0f
commit 2cdfe88
Showing
2 changed files
with
16 additions
and
2 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 |
---|---|---|
|
@@ -50,6 +50,7 @@ enum class LanguageType | |
{ | ||
ENGLISH = 0, | ||
CHINESE, | ||
CHINESE_TRADITIONAL, | ||
FRENCH, | ||
ITALIAN, | ||
GERMAN, | ||
|
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