Support for mod translations done using 'yamlang' Gradle plugin #2339
Labels
feature: i18n
status: future
This is something we'd like to do, but we don't have the time now
status: pr welcome
We probably won't implement the issue ourselves, but we may be willing to merge a PR
type: enhancement
Minecraft Development for IntelliJ plugin version
2024.1-1.8.0
Description of the feature request
Some Minecraft mods have switched to using a Gradle plugin called yamlang for their translation files. This Gradle plugin allows mod developers to write their language files in nestable YAML and have it be automatically converted to a game-readable JSON file during build. However, Minecraft Development does not recognize these files as language files, and such can't provide its useful inspections such as missing translations. The request is to make MCDev's functionality support translation files written in YAML.
The text was updated successfully, but these errors were encountered: