-
Notifications
You must be signed in to change notification settings - Fork 20
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
Generated code output is non-standard #10
Comments
Thanks for your suggestions. I'll look into both. I think the first suggestion might just be a matter of updating the data generator used and re-generating. But the are some other details I would like the fix with that as well. Someone suggested adding the different languages to different packages and requiring the import of those packages for the language to work, which I think makes sense, performance and memory usage wise. And the git tracking like you suggested. There should also be some way of reducing the storage size by at least a factor 2 for the language-files. Which should also affect tracking capabilities. |
Should be solved by v2.0 Split into both separate files and multiple packages. |
@aaaton yeah, that's cool.
|
Thanks for your feedback @gudvinr. I think you have a few sensible points there. But I have questions!
|
Consider using standard tags in generated dictionaries which has standard format according to this issue.
Also, since your dictionaries are placed in same package it'll be move convenient to generate them to different files rather than single one. That'll help to track changes if necessary since these dictionaries are relatively big.
The text was updated successfully, but these errors were encountered: