mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
OpenIDE #266 OpenIDE 2025.3 - Languages: download Russian failed
(cherry picked from commit f60ef687c8)
This commit is contained in:
@@ -22,12 +22,12 @@ object GraziePlugin {
|
||||
|
||||
object LanguageTool {
|
||||
const val version = "6.7.20"
|
||||
const val url = "https://resources.jetbrains.com/grazie/model/language-tool"
|
||||
const val url = "https://resources.openide.ru/grazie/model/language-tool"
|
||||
}
|
||||
|
||||
object Hunspell : GrazieStateLifecycle {
|
||||
const val version = "0.2.336"
|
||||
const val url = "https://packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell"
|
||||
const val url = "https://resources.openide.ru/grazie/grazie-platform-public/ai/grazie/spell"
|
||||
|
||||
override fun update(prevState: GrazieConfig.State, newState: GrazieConfig.State) {
|
||||
// Do not preload the hunspell / speller in test mode, so it won't slow down tests not related to the spellchecker.
|
||||
|
||||
Reference in New Issue
Block a user