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
Align t() with Vuetify's `t(key, ...params)` convention,
dropping the explicit fallback parameter. This enables
direct adapter compatibility when Vuetify migrates to v0's
useLocale under the hood.
BREAKING CHANGE: t() signature changed from
t(key, params?, fallback?) to t(key, ...params).
Consumers using the fallback parameter should use the
fallback locale mechanism or provide default messages.
0 commit comments