good first issue
Repository metrics
- Stars
- (27,973 個のスター)
- PR merge metrics
- (平均マージ 4d) (30d で 68 merged PRs)
説明
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