[spellchecker] specify "language" attribute in registrations

GitOrigin-RevId: 4ec6a2b6c3f5b80e519d4ef00c1d962e8546b0a2
This commit is contained in:
Yann Cébron
2024-07-02 16:38:57 +02:00
committed by intellij-monorepo-bot
parent d0d64c6440
commit 4c519af8cd

View File

@@ -23,6 +23,7 @@
<localInspection shortName="SpellCheckingInspection" bundle="messages.SpellCheckerBundle" <localInspection shortName="SpellCheckingInspection" bundle="messages.SpellCheckerBundle"
key="spellchecking.inspection.name" groupKey="proofread" enabledByDefault="true" level="TYPO" key="spellchecking.inspection.name" groupKey="proofread" enabledByDefault="true" level="TYPO"
language=""
implementationClass="com.intellij.spellchecker.inspections.SpellCheckingInspection"/> implementationClass="com.intellij.spellchecker.inspections.SpellCheckingInspection"/>
<nameSuggestionProvider id="DictionarySuggestionProvider" implementation="com.intellij.spellchecker.quickfixes.DictionarySuggestionProvider" order="first"/> <nameSuggestionProvider id="DictionarySuggestionProvider" implementation="com.intellij.spellchecker.quickfixes.DictionarySuggestionProvider" order="first"/>