Translation of capitalized and non-capitalized English word
Hi,
using the JSON translation, I currently have to have separate keys for capitalized and non-capitalized words, for example:
"addresses": "<some translation>",
"Addresses": "<same translation as above>"
but in the language I want to translate there is no such thing as capitalization.. so I currently have to manually add both versions every time (because many times the English version in the website has either capitalized or not)