HairyDude / pdxparse

A parser for scripts used in Paradox Development Studios games, written in Haskell
MIT License
6 stars 7 forks source link

Parse localization correctly as Yaml #10

Closed HairyDude closed 8 years ago

HairyDude commented 8 years ago

src/Localization.hs currently does the following:

What it should do is

and the localization functions in src/SettingsTypes.hs should take account of language preferences when looking for localizations.

HairyDude commented 8 years ago

This was actually done at some point, but now the localization files aren't actually YAML any more, rendering the issue moot.