Closed HairyDude closed 8 years ago
src/Localization.hs currently does the following:
<gamedir>/localisation/
language
settings.yml
l_<language>
What it should do is
and the localization functions in src/SettingsTypes.hs should take account of language preferences when looking for localizations.
src/SettingsTypes.hs
This was actually done at some point, but now the localization files aren't actually YAML any more, rendering the issue moot.
src/Localization.hs currently does the following:
<gamedir>/localisation/
language
setting fromsettings.yml
l_<language>
)What it should do is
<gamedir>/localisation/
and the localization functions in
src/SettingsTypes.hs
should take account of language preferences when looking for localizations.