https://github.com/altipla-consulting/langs-js
[GERRIT] Utilities to prepare and translate langs.
https://github.com/altipla-consulting/langs-js
Last synced: 2 months ago
JSON representation
[GERRIT] Utilities to prepare and translate langs.
- Host: GitHub
- URL: https://github.com/altipla-consulting/langs-js
- Owner: altipla-consulting
- License: mit
- Created: 2021-08-14T23:43:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T23:52:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T20:26:30.477Z (4 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# langs
Utilities to prepare and translate langs.
## Install
```sh
npm i @altipla/langs
```## Usage
### Basic usage
Import the package to have the pair of functions in scope:
```js
import { getLang } from '@altipla/langs'console.log(getLang('es').name)
```