spring-polyglot
spring-polyglot copied to clipboard
Wrong camel casing of German composite nouns
As you may know composite nouns are written as one word, not separate ones like in English most of the time.
So the correct spelling of KonfigurationsKlassen is Konfigurationsklassen, since it is one word, not 2. Same applies to:
- [x] KonfigurationsKlassen -> Konfigurationsklassen
- [x] EinrichtungsMethode -> Einrichtungsmethode
- [x] ZerstörungsMethode -> Zerstörungsmethode
- [x] LokaleTestKonfiguration -> LokaleTestkonfiguration
- [ ] XmlDateienOderGroovySkripten -> XmldateienOderGroovySkripte
- [x] KontextKonfiguration -> Kontextkonfiguration
- [ ] DeutscheIntegrationsTests -> DeutscheIntegrationstests
Thanks for the tips!
I'll incorporate those changes.
And just out of curiosity... are you actually using these annotations in a project? :wink:
Regarding XmlDateienOderGroovySkripte
, wouldn't that be written as "XML-Dateien oder Groovy-Skripte" in German?
Regarding DeutscheIntegrationsTests
, wouldn't that be written as "deutsche Integrations-Tests" in German?
FYI: I pushed all changes (except those I have questions about -- see above) in https://github.com/sbrannen/spring-polyglot/commit/a9821df685db780954fd5e5ff579ad161ea74946
Sorry for the late reply. The normal way of joined words in german is by just joining them without hyphens. In special cases like XML-Skript where any acronym is joined with a noun it seems ok to use a hyphen or use "Skript in erweiterebarer Auszeichnungssprache" ;). For "deutsche Integrations-Tests" it should be "deutsche Integrationstests" without hyphen.
I'm not using it in projects but I like the idea.