-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Vietnamese Localizations (#725)
* feat: Vietnamese Localizations * fix: adding updated strings * fix: remove SubType Designer from vcxproj (what, how and why) * fix: undo auto-formatting in vcxproj.filters * fix: added Vietnamese font glyphs for Overlay
- Loading branch information
1 parent
9b74eca
commit 97c00e2
Showing
5 changed files
with
854 additions
and
0 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ static std::array SUPPORTED_LANGUAGES{ | |
L"ru", | ||
L"tr", | ||
L"uk", | ||
L"vi", | ||
L"zh-hans", | ||
L"zh-hant" | ||
}; | ||
|
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
Oops, something went wrong.