In Finnish we don't have many words that start with initial capital letter in the middle of the sentence. Due to how BGA translations work however some key words that have to appear in the middle of the text also get used for key buttons of the game.
Right now the obvious ways to work around this are:
- have tag start with capital letter but change the word order in the sentence so the problematic tag starts that sentence. This however can result in poor grammar (and sometimes you have to have multiple problematic tags in the same line so this wouldn't work at all then)
- keep all such tags in lowercase and accept your main buttons are also all in lowercase, but this just looks bad
- accept the key words start with capital letter and try to make it look like it's intentional, even if it's not proper Finnish
I'd rather fix this properly though so I'm asking if there's any existing way to force specific tags lowercase but only for that particular place?
If not, can I make request for this? I don't really know if requests like this should stay on the Translations subforum or go to the regular Suggestions.
What I'm asking could look something something like:
<lowercase>${tag}</lowercase> or {tag_lowercase} or {tag.lowercase} etc, whatever makes more technical sense for the implementation
Right now the obvious ways to work around this are:
- have tag start with capital letter but change the word order in the sentence so the problematic tag starts that sentence. This however can result in poor grammar (and sometimes you have to have multiple problematic tags in the same line so this wouldn't work at all then)
- keep all such tags in lowercase and accept your main buttons are also all in lowercase, but this just looks bad
- accept the key words start with capital letter and try to make it look like it's intentional, even if it's not proper Finnish
I'd rather fix this properly though so I'm asking if there's any existing way to force specific tags lowercase but only for that particular place?
If not, can I make request for this? I don't really know if requests like this should stay on the Translations subforum or go to the regular Suggestions.
What I'm asking could look something something like:
<lowercase>${tag}</lowercase> or {tag_lowercase} or {tag.lowercase} etc, whatever makes more technical sense for the implementation