feat(langs): Add internacionalization functionality
This commit is contained in:
parent
eef9ec9457
commit
45fcc13497
27 changed files with 1330 additions and 390 deletions
5
astro-i18next.config.mjs
Normal file
5
astro-i18next.config.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('astro-i18next').AstroI18nextConfig} */
|
||||
export default {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'es'],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue