You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using DateFormat('MMMM', locale.languageCode) from the intl , the output for the full month name (MMMM pattern) shows inconsistent capitalization across different locales.
for the English locale (en), the month names are correctly capitalized (e.g., "May"). However, for certain other locales, (ru, fr, tr, etc..) the month names formatted with MMMM are output in lowercase.