-
Notifications
You must be signed in to change notification settings - Fork 19
Twelveish 10 #22
base: master
Are you sure you want to change the base?
Twelveish 10 #22
Conversation
Fixed wrong capitalization by calpilatizing the words in strings.xml and adding toLowerCase on capitalise2's output.
…h-10 # Conflicts: # build.gradle
Capitalization looks fine, words like "halb" or any number should remain in lower case (as is). To be 100% correct, the first word should be capitalized as well - I had already forked the repo to do this but later realized that using the existing option should work just fine as well. |
Yup, unless the user specifically chooses all lowercase or all uppercase, the first word will always have the first letter capitalized. That was already built-in and so didn't need to be amended in this PR. There is still an issue with all worlds title case though, where certain words (like "nach" and "so") aren't capitalized since they're not recognized as separate words. |
-Fixed: capitalisation for suffixes with non-break spaces
…e" capitalisation
Fixes #10 by adding missing capitalization of nouns in the german translation. Also does toLowerCase() before the output of capitalise2().