de-DE
de-DE: object
DirectText
DirectText: string = "DirectText"
Hello
Hello: string[] = ['Hallo', 'Hi', 'Servus']
NamedPlaceHolderText
NamedPlaceHolderText: string = "Text two with {MyVariable}"
PlaceHolderText
PlaceHolderText: string = "Text with {0}"
Slang
Slang: string[] = ['nasen', 'eumel', 'vögel']
TextArray
TextArray: string[] = ['TextArray1', 'TextArray1']
WithTextLink
WithTextLink: string[] = ['$(DirectText) with $(Slang)']
Gendered
Gendered: object
female
female: string = "is female"
male
male: string = "is male"
Pluralized
Pluralized: object
plural
plural: object
many
many: string = "many"
other
other: string = "other"
zero
zero: string = "zero"
PluralizedWithGender
PluralizedWithGender: object
ordinal
ordinal: object
one
one: string[] = ['erstes $(Hello)']
other
other: string = "zweites $(Hello)"
plural
plural: object
other
other: string = "plural-other $(DirectText)"
few
few: object
female
female: string[] = ['']
male
male: string = "beim man #"
one
one: object
female
female: string[] = ['plural-one-female # $(DirectText)']
male
male: string = "plural-one-male $(DirectText)"