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: