You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Languages: Slovak (sk) localization β thanks @KamikX (#1412). Also wired up the Persian (fa) and Swedish (sv) locales: both files have existed in src/langs/ for years but were never registered in src/languages.ts, so language: 'fa' / language: 'sv' silently fell back to English. Swedish additionally got the missing Spellcheck/Speech Recognize plugin translations.
π Bug Fix
File browser / i18n: the "create directory" prompt reused the same type name translation key as file rename, so both prompts always showed the same text; it now uses its own type dir name key (translated in every locale). The French type name translation was also wrong β it read "type de fichier" ("file type") instead of a "enter the name" prompt. Thanks @AntoineRoue (#1405).