good first issue
倉庫指標
- 星標
- (27,973 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Problem
Webview inputs such as date pickers don't follow the language set in Anki preferences.
Solution
- Set the app locale using QLocale::setDefault.
- Pass the user's language to Chromium using the
--langflag with theQTWEBENGINE_CHROMIUM_FLAGSenvironment variable.
Related: #4820