const MAX_INLINE_LANGUAGE_LEN: usize = 30;
Expand description
This value is chosen arbitrarily to accommodate common language tags that are almost always <= 11 bytes (LLL-SSSS-RR where L is primary language, S is script and R is region) and to keep the Language enum at a reasonable 32 bytes in size.