Skip to content

Commit 1822199

Browse files
committed
Improve README
1 parent 7be4bb5 commit 1822199

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
![Gzipped size](https://badgen.net/bundlephobia/minzip/next-intl) ![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/next-intl) ![Build passing](https://img.shields.io/github/workflow/status/amannn/next-intl/main)
44

5-
A minimal, but complete solution for managing translations, date and number formatting in Next.js apps.
5+
A minimal, but complete solution for managing translations, date, time and number formatting in Next.js apps.
66

77
This library complements the [internationalized routing](https://nextjs.org/docs/advanced-features/i18n-routing) capabilities of Next.js by managing translations and providing them to components.
88

99
## Features
1010

11-
- 🌟 I18n is an essential part of the user experience, therefore this library doesn't compromise on flexibility and never leaves you behind when you need to fine tune a translation. Messages use the proven [ICU syntax](https://formatjs.io/docs/core-concepts/icu-syntax) which covers interpolation, numbers, dates, times, plurals, ordinal pluralization, label selection based on enums and rich text.
12-
- βš”οΈ Based on battle-tested building blocks from [Format.JS](https://formatjs.io/) (used by `react-intl`), this library is a thin wrapper around high-quality, lower-level APIs for i18n.
13-
- πŸ’― Built-in number and date formatting that is integrated with translations, e.g. allowing for the usage of global formats for a consistent look & feel of your app.
14-
- πŸ’‘ A hooks-only API ensures that you can use the same API for `children` as well as for attributes which expect strings.
15-
- πŸš€ Integrates with both static as well as server side rendering.
11+
- 🌟 I18n is an essential part of the user experience, therefore this library doesn't compromise on flexibility and never leaves you behind when you need to fine tune a translation. Messages use the **proven [ICU syntax](https://formatjs.io/docs/core-concepts/icu-syntax)** which covers interpolation, numbers, dates, times, plurals, ordinal pluralization, label selection based on enums and rich text.
12+
- πŸ“… Built-in **date, time and number formatting** provides all the necessary parts you need for localisation. You can use global formats for a consistent look & feel of your app and integrate them with translations.
13+
- πŸ’‘ A **hooks-only API** ensures that you can use the same API for `children` as well as for attributes which expect strings.
14+
- βš”οΈ Based on **battle-tested** building blocks from [Format.JS](https://formatjs.io/) (used by `react-intl`), this library is a thin wrapper around high-quality, lower-level APIs for i18n.
15+
- πŸš€ By integrating with both **static as well as server side rendering** you always get the best possible performance from your app.
1616

1717
## What does it look like?
1818

β€Žpackages/use-intl/README.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
![Gzipped size](https://badgen.net/bundlephobia/minzip/use-intl) ![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/use-intl) ![Build passing](https://img.shields.io/github/workflow/status/amannn/next-intl/main)
44

5-
Minimal, but complete solution for managing internationalization in React apps.
5+
A minimal, but complete solution for managing translations, date, time and number formatting in React apps.
66

77
## Features
88

9-
- 🌟 I18n is an essential part of the user experience, therefore this library doesn't compromise on flexibility and never leaves you behind when you need to fine tune a translation. Messages use the proven [ICU syntax](https://formatjs.io/docs/core-concepts/icu-syntax) which covers interpolation, numbers, dates, times, plurals, ordinal pluralization, label selection based on enums and rich text.
10-
- βš”οΈ Based on battle-tested building blocks from [Format.JS](https://formatjs.io/) (used by `react-intl`), this library is a thin wrapper around high-quality, lower-level APIs for i18n.
11-
- πŸ’― Built-in number and date formatting that is integrated with translations, e.g. allowing for the usage of global formats for a consistent look & feel of your app.
12-
- πŸ’‘ A hooks-only API ensures that you can use the same API for `children` as well as for attributes which expect strings.
9+
- 🌟 I18n is an essential part of the user experience, therefore this library doesn't compromise on flexibility and never leaves you behind when you need to fine tune a translation. Messages use the **proven [ICU syntax](https://formatjs.io/docs/core-concepts/icu-syntax)** which covers interpolation, numbers, dates, times, plurals, ordinal pluralization, label selection based on enums and rich text.
10+
- πŸ“… Built-in **date, time and number formatting** provides all the necessary parts you need for localisation. You can use global formats for a consistent look & feel of your app and integrate them with translations.
11+
- πŸ’‘ A **hooks-only API** ensures that you can use the same API for `children` as well as for attributes which expect strings.
12+
- βš”οΈ Based on **battle-tested** building blocks from [Format.JS](https://formatjs.io/) (used by `react-intl`), this library is a thin wrapper around high-quality, lower-level APIs for i18n.
1313

1414
## What does it look like?
1515

0 commit comments

Comments
Β (0)