-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new localisation handling layer PG.StarWarsGame.Localisation
#316
Comments
For me the only requirement, not sure if that's already covered or not in the list above, is that it shall be possible to use custom serialization formats. Also here is a grammar file which i think can be used to represent text files.
|
That should be covered by The format support has to be extensible to accommodate other formats (TSV, ...) I'm thinking of exposing an interface for a serializer and an format descriptor which is used by the layer and can be implemented by applications using the layer as well. |
fair enough. shall these formats get their own package? |
I planned on bundling at least a CSV type and maybe the XML format. |
The new layer
PG.StarWarsGame.Localisation
should accomplish the following goals:The text was updated successfully, but these errors were encountered: