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
Naming of all-upper properties is incorrect #191
Comments
I think we need a word-splitter for naming properties. Having separate words would also enable us to detect initialisms and capitalize them properly for the target language. For example, the property This might work:
The capitalization of the remaining parts should be ignored. Capitalization should be done according to the target language's rules and conventions, and depending on whether a string part is an initialism. |
We can use an additional heuristic to decide whether something should be treated like an initialism:
|
Fixed in f96591e |
It should be
This is across all target languages.
The text was updated successfully, but these errors were encountered: