Skip to content

Commit

Permalink
Merge pull request #1 from steciuk/pl
Browse files Browse the repository at this point in the history
PL i18n
  • Loading branch information
steciuk authored Sep 25, 2024
2 parents 231fc28 + 70f758f commit cb9e85f
Show file tree
Hide file tree
Showing 29 changed files with 2,138 additions and 812 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
i18n: {
defaultLocale: "en",
locales: ["en", "pl"],
},
integrations: [
react(),
sitemap(),
Expand Down
167 changes: 108 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/tailwind": "^5.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
Expand All @@ -22,7 +22,7 @@
"@radix-ui/react-slot": "^1.1.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.2",
"astro": "^4.15.9",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down
8 changes: 0 additions & 8 deletions src/components/Footer.astro

This file was deleted.

Loading

0 comments on commit cb9e85f

Please sign in to comment.