# @ispsystem/translang

> tools for simplest use languages in plugins

Latest version **0.2.1** (published 2019-09-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ispsystem/translang
pnpm add @ispsystem/translang
yarn add @ispsystem/translang
bun add @ispsystem/translang
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2019-09-03 |
| First published | 2019-09-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Den Sumbaev |
| Maintainers | a.tomilov, sumbad |
| Keywords | translate, languages |

## Links

- npm: https://www.npmjs.com/package/@ispsystem/translang
- Repository: https://github.com/ispsystem/plugin-tools
- Homepage: https://github.com/ispsystem/plugin-tools#readme
- Issues: https://github.com/ispsystem/plugin-tools/issues
- npm.io page: https://npm.io/package/@ispsystem/translang

## Dependencies (2)

- [node-polyglot](https://npm.io/package/node-polyglot.md) ^2.3.1
- [@types/node-polyglot](https://npm.io/package/@types/node-polyglot.md) ^0.4.33

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 0.2.1 (latest) — 2019-09-03
- 0.2.0 — 2019-09-03

## README

# `translang`

<a href="https://badge.fury.io/js/%40ispsystem%2Ftranslang"><img src="https://badge.fury.io/js/%40ispsystem%2Ftranslang.svg" alt="npm version" height="18"></a>

> Функции и интерфейсы упрощающие разработку интернационального приложения

## Установка

```
npm i @ispsystem/translang
```

## Использование

```typescript
  import { translang } from '@ispsystem/translang';

  const t = translang('ru', {'HELLO': {'WORLD': 'Привет мир!'}});

  console.log(t.msg(['HELLO', 'WORLD'])); // Привет мир!
```

При использовании вместе с TypeScript будет доступна типизация получения сообщений.

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