It seems button text currently has it enforced to (only) have the first letter capitalized. In some cases, however, this does not match a brand's stylization. For instance:
- Irc -> IRC
- Youtube -> YouTube
- Itch-io -> itch.io
It seems button text currently has it enforced to (only) have the first letter capitalized. In some cases, however, this does not match a brand's stylization. For instance:
Yeah, I wasn't too happy about this either, but those are basically just the keys as taken from the yml files. To resolve this, I'd have to set up some sort of lookup table with hardcoded platform names, which I was trying to prevent for now.
As a golden mean, you could have a lookup table of just the exceptions, instead of (what I assume you were considering) for all keys. Leaving current behaviour as default/fallback would save that table from becoming exhaustingly exhaustive and a pain to synchronize.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?