When I synced my translations, instead of all going into one specific folder like intended, a bunch of new base folders are created with the same file path as the intended folder.
Actual:
The intended folder is “src/main/resources/assets/deeperdarker/lang/”
This happens on both branches, the Forge and Fabric branches.
Forge “crowdin.yml” file contents:
files:
- source: src/generated/resources/assets/deeperdarker/lang/en_us.json
translation: src/main/resources/assets/deeperdarker/lang/%locale_with_underscore%.json
Fabric “crowdin.yml” contents:
files:
- source: src/main/generated/assets/deeperdarker/lang/en_us.json
translation: src/main/resources/assets/deeperdarker/lang/%locale_with_underscore%.json
The original translation file is accessed just fine, it’s just pushing the translations that’s the problem.