Commit graph

25 commits

Author SHA1 Message Date
Shintaro Jokagi
9f9872376e
feat(i18n): add japanese translation with better fallback 2025-05-29 11:53:26 +12:00
Shintaro Jokagi
f615a43af5
fix: reorder imports in astro.config.mjs for consistency 2025-05-29 01:00:15 +12:00
Shintaro Jokagi
78ff7cbbe5
chore: remove jiti from dependencies and add it to overrides 2025-05-29 00:52:53 +12:00
Shintaro Jokagi
7fafa6bc69
feat(prettier): add prettier formatting 2025-05-28 13:43:44 +12:00
Shintaro Jokagi
e068816f18
chore(prettier): format fiels with prettier 2025-05-14 09:43:02 +12:00
Shintaro Jokagi
193c159db5
feat(i18n): add i18n support and restructure pages for localization
- Configure i18n in astro.config.mjs with English as default locale
- Add translation files and i18n utilities
- Reorganize pages under [locale] subdirectory
- Update components to use translated strings
- Add language routing and fallback handling
2025-05-14 09:41:08 +12:00
mr. m
f0ecba2079
Revert "feat(i18n): implement internationalization support and refactor components for localization" 2025-05-13 19:25:58 +02:00
taroj1205
54dfef1eac
feat(i18n): implement internationalization support and refactor components for localization
- Added i18n configuration to `astro.config.mjs` for managing locales.
- Introduced utility functions for locale handling in `i18n.ts`.
- Updated various components (e.g., `BackButton`, `Button`, `Community`, `Footer`, `Hero`, `NavBar`, etc.) to utilize localized strings.
- Created new localized pages for `about`, `donate`, `download`, `release-notes`, and others.
- Removed outdated pages and adjusted imports to reflect new structure.
- Enhanced the `ModsList` component to support localization.
- Added English language JSON file for translations.
- Improved overall code organization and structure for better maintainability.
2025-05-09 23:49:41 +12:00
Mr. M
74af40589d
Add SocialMediaStrip component to Hero section and adjust title styling 2025-04-29 10:57:02 +02:00
Mr. M
063c6dac32
Remove commented-out code and unnecessary redirects from astro.config.mjs 2025-04-29 10:29:36 +02:00
Vrezh Fedora
fc07f4989a feat(preact): migrate react to lightweight preact 2025-02-23 20:10:11 +01:00
mr. M
f0d62fc080
fix(release-notes): update version to 1.7.5b and add stability improvements 2025-01-31 20:00:55 +01:00
mr. m
4c4d4e3596
Revert "Implement lazy loading of videos" 2025-01-27 15:35:15 +01:00
taroj1205
a06d53e51e chore(config): remove prefetch 2025-01-25 12:18:10 +13:00
taroj1205
82e0a8661a chore(theme): update theme implementation 2025-01-24 16:12:37 +13:00
David Roizenman
9439ea2510
fix: redirect old /themes URLs to new /mods 2025-01-22 14:04:48 -08:00
mr. M
d14b44b2c8
fix: format code and ensure consistent styling across files 2025-01-08 00:19:40 +01:00
mr. m 🤙
cf4c1ad758 feat: update sitemap integration and add sitemap link to robots.txt and layout 2024-12-27 09:36:15 +00:00
NOCanoa
8314256b53 added sitemap 2024-12-26 23:43:15 +00:00
Kyle
93af03eab2
fix: adds site config 2024-12-24 21:13:35 +02:00
mr. M
aa5c4f6ad0
feat: integrate React support and add AnimatedText component for enhanced animations 2024-12-11 18:40:01 +01:00
eveeifyeve
fcf4e6248d chore: removed astro cloudflare adapter
I added wrangler which is only needed for cloudflare pages.
2024-12-10 20:21:49 +11:00
mr. M
c40e516973
feat: add author link function, integrate Cloudflare adapter, and enhance layout with new HomeExtras component
Some checks are pending
Upload to bunny / upload (1.22.3) (push) Waiting to run
2024-12-10 00:44:49 +01:00
mr. M
8612d6da90
Feat: add Tailwind CSS and Prettier configuration, create reusable components for Title, Description, and Button 2024-11-21 00:21:16 +01:00
mr. M
7bb60fdf2a
Initial layout 2024-11-20 22:52:58 +01:00