Hi,
is it possible to automatically download and add other languages to Grazie during the building process (via something like OpenSourceCommunityInstallersBuildTarget)?
I tried hardcoding it in com.intellij.grazie.GrazieConfig.State:
data class State(
@Property val enabledLanguages: Set<Lang> = hashSetOf(Lang.AMERICAN_ENGLISH, Lang.ESPERANTO),
but that just makes it so the plugin pops up a warning to download the missing languages.
It’s better than nothing, but still not quite automatic.