# gettext-catalog

> Manage a catalog of gettext messages

Latest version **0.0.4** (published 2016-01-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install gettext-catalog
pnpm add gettext-catalog
yarn add gettext-catalog
bun add gettext-catalog
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2016-01-13 |
| First published | 2015-05-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Gabe Gorelick |
| Maintainers | gabegorelick |
| Keywords | gettext, xgettext, i18n, translate, translation |

## Links

- npm: https://www.npmjs.com/package/gettext-catalog
- Repository: https://github.com/gabegorelick/gettext-catalog
- Issues: https://github.com/gabegorelick/gettext-catalog/issues
- npm.io page: https://npm.io/package/gettext-catalog

## Dependencies (2)

- [pofile](https://npm.io/package/pofile.md) ^0.2.12
- [binary-search](https://npm.io/package/binary-search.md) ^1.2.0

## Alternatives

- [messageformat](https://npm.io/package/messageformat.md) — 329.7K weekly downloads
- [@mintlify/scraping](https://npm.io/package/@mintlify/scraping.md) — 294.8K weekly downloads
- [@mintlify/previewing](https://npm.io/package/@mintlify/previewing.md) — 209.5K weekly downloads
- [@mintlify/prebuild](https://npm.io/package/@mintlify/prebuild.md) — 209.5K weekly downloads
- [@mintlify/link-rot](https://npm.io/package/@mintlify/link-rot.md) — 206.3K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2016-01-13
- 0.0.3 — 2015-07-12
- 0.0.2 — 2015-05-15
- 0.0.1 — 2015-05-14

## README

# gettext-catalog

> Manage a catalog of gettext messages

## Why?

Lots of projects seeking to provide some kind of xgettext-like functionality end up re-implementing a lot of the same
"catalog management" code. For example, the logic to see if a string (really a domain/msgid/msgctxt tuple) is already
in the catalog and if so, updating references, extracted comments, etc.

## API

TODO

---
_Source: https://npm.io/package/gettext-catalog · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
