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
@@ -545,3 +560,78 @@ function setupLifeCycle<Messages, DateTimeFormats, NumberFormats>(
545
560
i18n.__deleteInstance(target)
546
561
},target)
547
562
}
563
+
564
+
/**
565
+
* Exported composer interface
566
+
*
567
+
* @remarks
568
+
* This interface is the {@link I18n.global | global composer } that is provided interface that is injected into each component with `app.config.globalProperties`.
569
+
*/
570
+
exportinterfaceExportedComposer{
571
+
/**
572
+
* Locale
573
+
*
574
+
* @remarks
575
+
* This property is proxy-like property for `composer#locale`. About details, see the {@link Composer | Composer#locale } property
576
+
*/
577
+
locale: Locale
578
+
/**
579
+
* Fallback locale
580
+
*
581
+
* @remarks
582
+
* This property is proxy-like property for `composer#fallbackLocale`. About details, see the {@link Composer | Composer#fallbackLocale } property
583
+
*/
584
+
fallbackLocale: FallbackLocale
585
+
/**
586
+
* Available locales
587
+
*
588
+
* @remarks
589
+
* This property is proxy-like property for `composer#availableLocales`. About details, see the {@link Composer | Composer#availableLocales } property
0 commit comments