|
8 | 8 | [![Release][release-badge]][release-url] [![Go Report Card][gocard-badge]][gocard-url] [![CodeFactor Grade][codefactor-badge]][codefactor-url] [![License][license-badge]][license-url] |
9 | 9 | <!-- Badges: documentation & support --> |
10 | 10 | <!-- Badges: others & stats --> |
11 | | -[![GoDoc][godoc-badge]][godoc-url] [![Slack Channel][slack-logo]![slack-badge]][slack-url] [![go version][goversion-badge]][goversion-url] ![Top language][top-badge] ![Commits since latest release][commits-badge] |
| 11 | +[![GoDoc][godoc-badge]][godoc-url] [![Discord Channel][discord-badge]][discord-url] [![go version][goversion-badge]][goversion-url] ![Top language][top-badge] ![Commits since latest release][commits-badge] |
12 | 12 |
|
13 | 13 | --- |
14 | 14 |
|
15 | 15 | A package to pluralize words. |
16 | 16 |
|
17 | 17 | Originally forked from https://bitbucket.org/pkg/inflect under a MIT License. |
18 | 18 |
|
| 19 | +## Announcements |
| 20 | + |
| 21 | +* **2025-12-19** : new community chat on discord |
| 22 | + * a new discord community channel is available to be notified of changes and support users |
| 23 | + * our venerable Slack channel remains open, and will be eventually discontinued on **2026-03-31** |
| 24 | + |
| 25 | +You may join the discord community by clicking the invite link on the discord badge (also above). [![Discord Channel][discord-badge]][discord-url] |
| 26 | + |
| 27 | +Or join our Slack channel: [![Slack Channel][slack-logo]![slack-badge]][slack-url] |
| 28 | + |
19 | 29 | ## Status |
20 | 30 |
|
21 | 31 | API is stable. |
@@ -105,6 +115,9 @@ Maintainers can cut a new release by either: |
105 | 115 | [slack-logo]: https://a.slack-edge.com/e6a93c1/img/icons/favicon-32.png |
106 | 116 | [slack-badge]: https://img.shields.io/badge/slack-blue?link=https%3A%2F%2Fgoswagger.slack.com%2Farchives%2FC04R30YM |
107 | 117 | [slack-url]: https://goswagger.slack.com/archives/C04R30YMU |
| 118 | +[discord-badge]: https://img.shields.io/discord/1446918742398341256?logo=discord&label=discord&color=blue |
| 119 | +[discord-url]: https://discord.gg/DrafRmZx |
| 120 | + |
108 | 121 | <!-- Badges: license & compliance --> |
109 | 122 | [license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg |
110 | 123 | [license-url]: https://github.com/go-openapi/inflect/?tab=Apache-2.0-1-ov-file#readme |
|
0 commit comments