Minecraft Development for IntelliJ plugin version
2023.3-1.7.2
Description of the feature request
Occasionally, projects store their translation files in a non-standard location.
For example Architectury projects usually keep them in the :common project's main source set. In one project I work on, translations are actually built by tasks in the :data project, and end up in data/build/lang/normal/assets/<modid>/lang/.
Minecraft Development for IntelliJ plugin version
2023.3-1.7.2
Description of the feature request
Occasionally, projects store their translation files in a non-standard location.
For example Architectury projects usually keep them in the
:commonproject's main source set. In one project I work on, translations are actually built by tasks in the:dataproject, and end up indata/build/lang/normal/assets/<modid>/lang/.