Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions .storybook/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,68 +91,3 @@ export const pdsUsersHandler = http.get('/api/atproto/pds-users', () => {
},
])
})

export const i18nStatusHandler = http.get('/lunaria/status.json', () => {
return HttpResponse.json({
generatedAt: '2026-01-22T10:07:07.000Z',
sourceLocale: {
lang: 'en',
label: 'English',
totalKeys: 500,
},
locales: [
{
lang: 'en-GB',
label: 'English (UK)',
dir: 'ltr',
totalKeys: 500,
completedKeys: 423,
percentComplete: 84,
missingKeys: [
'settings.background_themes.label',
'settings.enable_graph_pulse_loop',
'settings.enable_graph_pulse_loop_description',
'settings.data_source.algolia_description',
'settings.data_source.npm_description',
'i18n.contribute_hint',
'i18n.copy_keys',
],
githubEditUrl: 'https://github.com/npmx-dev/npmx.dev/edit/main/i18n/locales/en-GB.json',
githubHistoryUrl:
'https://github.com/npmx-dev/npmx.dev/commits/main/i18n/locales/en-GB.json',
},
{
lang: 'fr-FR',
label: 'Français',
dir: 'ltr',
totalKeys: 500,
completedKeys: 423,
percentComplete: 84,
missingKeys: [
'settings.background_themes.label',
'settings.enable_graph_pulse_loop',
'settings.enable_graph_pulse_loop_description',
'settings.data_source.algolia_description',
'settings.data_source.npm_description',
'i18n.contribute_hint',
'i18n.copy_keys',
],
githubEditUrl: 'https://github.com/npmx-dev/npmx.dev/edit/main/i18n/locales/fr-FR.json',
githubHistoryUrl:
'https://github.com/npmx-dev/npmx.dev/commits/main/i18n/locales/fr-FR.json',
},
{
lang: 'de-DE',
label: 'Deutsch',
dir: 'ltr',
totalKeys: 500,
completedKeys: 500,
percentComplete: 100,
missingKeys: [],
githubEditUrl: 'https://github.com/npmx-dev/npmx.dev/edit/main/i18n/locales/de-DE.json',
githubHistoryUrl:
'https://github.com/npmx-dev/npmx.dev/commits/main/i18n/locales/de-DE.json',
},
],
})
})
Loading
Loading