-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
But fixing this still won't allow me to use this library. :( All my translation files are in a format that is "close" to what's supported by this library, but my files are not lists and they do not begin with a language code. Just simple json files with keys and sub keys and the language code is the name the file. ie en.json.
If you could somehow expose the unmarshaller, it would allow me to pre-process my json files before passing them in. Other libraries handle this by making the unmarshaller a user-provided value (with a default that matches the found file extension). This would be ideal because then I could still Use Load, and just write a small function to transform my json on the fly as it's read in.
Thanks for your consideration!
Metadata
Metadata
Assignees
Labels
No labels