-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On wasm, use English locale if current language cannot be rendered
Arabic, Chinese and Thai language characters cannot be rendered by the default Museo font, and this is the only font bundled in the wasm build at the moment. For these three languages, indicate in the language list that they are not supported in the browser, and if one of these languages are selected as the current language, then fall back to using English as the application language on startup.
- Loading branch information
Showing
4 changed files
with
102 additions
and
14 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
Submodule veutil
updated
6 files
+9 −0 | inc/veutil/qt/bms_error.hpp | |
+9 −0 | inc/veutil/qt/charger_error.hpp | |
+13 −8 | inc/veutil/qt/ve_quick_item.hpp | |
+8 −0 | inc/veutil/qt/wakespeed_error.hpp | |
+4 −0 | src/qt/ve_qitem.cpp | |
+9 −1 | src/qt/ve_quick_item.cpp |