ankitects/anki

Webview forms don't follow Anki's language preference

Open

#4,823 opened on 2026年5月12日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (27,973 stars) (2,965 forks)batch import
good first issue

説明

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 --lang flag with the QTWEBENGINE_CHROMIUM_FLAGS environment variable.

Related: #4820

コントリビューターガイド

Webview forms don't follow Anki's language preference · ankitects/anki#4823 | Good First Issue