We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6808b19 commit e3e8ef6Copy full SHA for e3e8ef6
app/renderer/js/pages/preference/general-section.ts
@@ -616,7 +616,7 @@ export function initGeneralSection({$root}: GeneralSectionProps): void {
616
const availableLanguages = session.fromPartition(
617
"persist:webviewsession",
618
).availableSpellCheckerLanguages;
619
- let languagePairs: Map<string, string> = new Map();
+ let languagePairs = new Map<string, string>();
620
for (const l of availableLanguages) {
621
if (ISO6391.validate(l)) {
622
languagePairs.set(ISO6391.getName(l), l);
0 commit comments