FinalForEach / Cosmic-Reach-Localization

Language translations and localization utilities for the game Cosmic Reach
MIT License
36 stars 93 forks source link

Wrong fallbacks #30

Closed Weeesly closed 4 months ago

FinalForEach commented 4 months ago

No, these are intentional- the fallbacks are for the next possible translation in the case that a key is missing. For example, pirate english has english (US) as a fallback, so that if pirate english is missing anything, english (US) will cover it. However, english (US) does -not- fallback on pirate english, because it's completely out of place to give a pirate text.

This is intended for dialects of the same language, but if they are so far removed from each other that it's nonsensical, feel free to remove the fallback outright, otherwise, let me know and I'll close the PR.

Weeesly commented 4 months ago

I understand. You can close PR