Where this really sucks is in programming when you write things like “The {{objectType}}” in your translations file.
Your program will replace objectType with the actual thing, so “The Ball”. All good, right? But then every other language has the weird conjugation, so “El Bola” doesn’t make sense anymore…
Where this really sucks is in programming when you write things like “The {{objectType}}” in your translations file.
Your program will replace objectType with the actual thing, so “The Ball”. All good, right? But then every other language has the weird conjugation, so “El Bola” doesn’t make sense anymore…
Oh god, I’ve never thought about that.