Skip to content

Commit a006098

Browse files
committed
minor
1 parent f789ea9 commit a006098

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![PRs Welcome][Badge-PRWelcome]][PRWelcome]
1414
[![Join the community on Discord][Badge-Discord]][Discord]
1515

16-
[**Documentation**][Documentation] · [**Quickstart**](#quickstart) · [**Example**](#example) · [**Support**](#support) · [**Contribute**](#contribute) · [**License**](#license)
16+
[**Documentation**][Documentation] · [**Example**](#example) · [**Support**](#support) · [**Contribute**](#contribute) · [**License**](#license)
1717

1818
</div>
1919

@@ -23,6 +23,8 @@
2323
2424
Lingui is an easy yet powerful internationalization (i18n) framework for global projects.
2525

26+
## Key Features
27+
2628
- **Clean and readable** - Keep your code clean and readable, while the library uses battle-tested and powerful **ICU MessageFormat** under the hood.
2729

2830
- **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.
7981
- If something doesn't work as documented, documentation is missing or if you just want to suggest a new feature, [create an issue][Issues].
8082
- You can also [Ask Lingui JS Guru](https://gurubase.io/g/lingui-js), it is a Lingui JS focused AI to answer your questions.
8183

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-
9184
## Contribute
9285

9386
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.
112105
</div>
113106

114107
[Documentation]: https://lingui.dev
115-
[Examples]: https://github.com/lingui/js-lingui/tree/main/examples
116108
[Badge-MainSuite-GithubCI]: https://github.com/lingui/js-lingui/workflows/main-suite/badge.svg
117109
[Badge-ReleaseWorkflowTesting-GithubCI]: https://github.com/lingui/js-lingui/workflows/release-workflow-test/badge.svg
118110
[Badge-Coverage]: https://img.shields.io/codecov/c/github/lingui/js-lingui/main.svg

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config: Config = {
2525
},
2626
announcementBar: {
2727
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 ✨`,
2929
backgroundColor: "#0d9488",
3030
textColor: "#ffffff",
3131
isCloseable: true,

0 commit comments

Comments
 (0)