Add German, French, and Spanish localization

Add DE/FR/ES support across Chrome, Edge and Firefox builds: new _locales message files for de, fr, es. Include dayjs locale bundles (de.js, fr.js, es.js) and load them in popup.html. Update i18n.js to register new languages and labels, update oper.js to apply the corresponding dayjs locale (including auto-detection), add language buttons to the popup UI, bump manifest version, and record the change in change.log.
This commit is contained in:
jonny
2026-04-24 18:50:18 +08:00
parent bc0ce222ac
commit 3d995079f4
43 changed files with 2014 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extName__",
"default_locale": "en",
"version": "2026.04.24",
"version": "2026.04.25",
"action": {
"default_popup": "popup.html",
"default_icon": "assets/logo_24x24.png",