Skip to content

Commit d532ba7

Browse files
committed
docs: enhance README.md
1 parent 98f0475 commit d532ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This monorepo contains tools to help you with i18n in Astro projects.
99

1010
### Public packages
1111

12-
- [astro-loader-i18n](libs/astro-loader-i18n): A loader for Astro that automatically extracts messages from your components and generates a translation file.
13-
- [astro-nanostores-i18n](libs/astro-nanostores-i18n): An integration of [@nanostores/i18n](https://github.com/nanostores/i18n) into Astro. It provides a simple way to manage translations in your Astro components using nanostores.
12+
- [astro-loader-i18n](libs/astro-loader-i18n) is a **content loader** for internationalized content in [Astro](https://astro.build). It builds on top of Astro’s [`glob()` loader](https://docs.astro.build/en/reference/content-loader-reference/#glob-loader) and helps manage translations by detecting locales, mapping content, and enriching `getStaticPaths`.
13+
- [astro-nanostores-i18n](libs/astro-nanostores-i18n) is an integration of [@nanostores/i18n](https://github.com/nanostores/i18n) into [Astro](https://astro.build/).
1414

1515
### Private packages
1616

0 commit comments

Comments
 (0)