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
/** Non-English locale with incomplete translations. The Language section shows `SettingsTranslationHelper` with a progress bar and list of missing translation keys. `/lunaria/status.json` is intercepted by MSW to provide mock translation status data. */
39
+
exportconstNonEnglishTranslationHelper: Story={
40
+
globals: {
41
+
locale: 'fr-FR',
42
+
},
43
+
}
44
+
45
+
/** Non-English locale without translations API response. The Language section shows a GitHub link to help translate the site. */
0 commit comments