You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lingui is an easy yet powerful internationalization (i18n) framework for global projects.
25
25
26
+
## Key Features
27
+
26
28
-**Clean and readable** - Keep your code clean and readable, while the library uses battle-tested and powerful **ICU MessageFormat** under the hood.
27
29
28
30
-**Universal** - Use it everywhere. `@lingui/core` provides the essential intl functionality which works in any JavaScript project while `@lingui/react` offers components to leverage React rendering, including React Server Components (RSC) support. The same extract-and-compile workflow applies to React Native. Astro and Svelte work through community-supported packages.
@@ -79,15 +81,6 @@ If you are having issues, please let us know.
79
81
- If something doesn't work as documented, documentation is missing or if you just want to suggest a new feature, [create an issue][Issues].
80
82
- You can also [Ask Lingui JS Guru](https://gurubase.io/g/lingui-js), it is a Lingui JS focused AI to answer your questions.
81
83
82
-
## Docs for LLMs
83
-
84
-
For developers working with AI and language models, we provide specialized documentation files following the [llms.txt specification](https://llmstxt.org/):
85
-
86
-
-[llms.txt](https://lingui.dev/llms.txt) - Concise documentation optimized for LLM context windows
87
-
-[llms-full.txt](https://lingui.dev/llms-full.txt) - Comprehensive documentation including all referenced URLs
88
-
89
-
These files provide LLM-friendly content in a standardized format, helping language models understand and work with Lingui's documentation at inference time. The format is designed to be both human and LLM readable, with structured information that can be processed programmatically.
90
-
91
84
## Contribute
92
85
93
86
Contribution to open-source project is everything from spreading the word, writing documentation to implement features and fixing bugs.
@@ -112,7 +105,6 @@ The project is licensed under the [MIT][License] license.
Copy file name to clipboardExpand all lines: website/docusaurus.config.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ const config: Config = {
25
25
},
26
26
announcementBar: {
27
27
id: "lingui-6.0",
28
-
content: `🚀 Lingui <strong>6.0</strong> is now available. <a href="/blog/2026/04/22/announcing-lingui-6.0">Read the release announcement</a> for what's new. ✨`,
28
+
content: `✨ Lingui <strong>6.0</strong> is now available. <a href="/blog/2026/04/22/announcing-lingui-6.0">Read the release announcement</a> for what's new ✨`,
0 commit comments