Skip to content

Commit

Permalink
fix: add spanish in bundle (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Nov 8, 2024
1 parent f915deb commit 59e0a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import i18n from 'i18next';

import { ar, de, en, fr, it, namespaces } from './langs/index.js';
import { ar, de, en, fr, it, es, namespaces } from './langs/index.js';

export const DEFAULT_LANG = 'en';

Expand All @@ -15,6 +15,7 @@ export const buildI18n = (
de,
it,
ar,
es,
},
lng: DEFAULT_LANG,
fallbackLng: DEFAULT_LANG,
Expand Down

0 comments on commit 59e0a95

Please sign in to comment.