0.9.2 • Published 10 months ago

@nsis/language-data v0.9.2

Weekly downloads
220
License
Zlib
Repository
github
Last release
10 months ago

@nsis/language-data

npm npm CI

Description

Data for contributed NSIS language files in JSON format

Current version: NSIS v3.09

Installation

Use your preferred package manager to install this generator

yarn add @nsis/language-data || npm i @nsis/language-data

Usage

Use ESM imports or require() to include the module:

// ES Module
import { languages } from '@nsis/language-data';

// CommonJS
const { languages } = require('@nsis/language-data');

Several exports are available: default, meta, languages and individual languages (names are matching the original .nlf files):

// Import default
import languageData from '@nsis/language-data';

// Import by type
import { meta, languages } from '@nsis/language-data';

// Import by language
import { English, PortugueseBR, SimpChinese } from '@nsis/language-data';

Related

  • nlf - Parser and stringifier for NSIS Language Files

License

This work is licensed under the zlib/libpng License

0.9.2

10 months ago

0.9.1

10 months ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.5

3 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago