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
feat: Add internationalization support to MuxUploader (muxinc#1220)
Closesmuxinc#1149
This PR adds the `locale` attribute to mux-uploader to specify the
required language.
**Supported locales:**
- `'en'` (default if not set)
- `'es'` (Spanish)
- `'fr'` (French)
- `'de'` (German)
- `'pt'` (Portuguese)
- `'it'` (Italian)
- `'zh'` (Chinese)
**Features:**
- Automatic fallback to English for unsupported locales
- Browser language detection when no locale is specified
0 commit comments