🚀 New Feature
- Languages: Slovak (
sk) localization — thanks @KamikX (#1412). Also wired up the Persian (fa) and Swedish (sv) locales: both files have existed insrc/langs/for years but were never registered insrc/languages.ts, solanguage: 'fa'/language: 'sv'silently fell back to English. Swedish additionally got the missingSpellcheck/Speech Recognizeplugin translations.
🐛 Bug Fix
- File browser / i18n: the "create directory" prompt reused the same
type nametranslation key as file rename, so both prompts always showed the same text; it now uses its owntype dir namekey (translated in every locale). The Frenchtype nametranslation was also wrong — it read "type de fichier" ("file type") instead of a "enter the name" prompt. Thanks @AntoineRoue (#1405).
🏠 Internal
- Dependencies: dev/build-only Dependabot bumps —
postcss8.5.25,shell-quote+concurrently(security),http-proxy-middleware2.0.10 (security),eslint-plugin-mocha11.3.0,cssnano-preset-advanced8.0.2,eslint-plugin-prettier5.5.6,autoprefixer10.5.4,@eslint/compat2.1.0,@eslint/eslintrc3.3.6,tsx4.23.1 (#1413, #1410, #1409, #1404, #1401, #1399, #1398, #1397, #1396, #1395); GitHub Actions bumpssetup-node7,first-interaction3,upload-pages-artifact5,deploy-pages5,sticky-pull-request-comment3 (#1390–#1394).