Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I fear they might just shrug and say something to the affect, "Yeah, that's unfortunate but we're not that worried about excluding that edge case." But if they were going to accept it, you'd need their help regardless given the UI limits in place.
Although even if they let you type it in, it might not matter, the input field validation can still reject anything longer than twenty five years if that's how they set it up. The format of the input doesn't really matter because you still check the data the user posts in the form to make sure it's valid.
Validating data can be tricky and many a developer has made some erroneous assumptions, and oversimplified a complicated topic.
For example, https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/ There's no particular reason expiration dates would be immune to that sort of thing either.
Maybe it's something they'll recognize and fix. Hard to say.