SKILL_MD
add-locale
by yhk1038
20

The webview UI is internationalized with react-i18next. Every language is a folder of JSON catalogs under webview/src/i18n/locales/<locale/, one file per namespace (page/area). English (en) is the source of truth and the fallback for any missing key.

Coding / 软件开发Safe-ishScanned