0
0
mirror of https://github.com/NSIS-Dev/language-data synced 2021-06-06 17:45:17 +00:00
Data for contributed NSIS language files in JSON format.
Go to file
2020-12-12 01:12:34 +01:00
.circleci update config 2019-12-16 21:48:17 +01:00
data bump to NSIS 3.06.1 2020-08-09 00:59:07 +02:00
tools rebuild using correct key name 2019-04-18 23:22:54 +02:00
.editorconfig first commit 2018-08-03 12:41:11 +02:00
.eslintrc.json adjust rules 2020-04-23 14:56:10 +02:00
.gitignore remove yarn.lock 2020-04-23 14:54:17 +02:00
.npmignore update 2018-08-15 17:34:41 +02:00
gulpfile.js self-linting! 2020-04-23 15:00:17 +02:00
index.js fix linting errors 2020-04-23 14:57:35 +02:00
package-lock.json Bump ini from 1.3.5 to 1.3.7 2020-12-10 22:24:46 +00:00
package.json 0.7.4 2020-08-09 01:00:22 +02:00
README.md bump to NSIS 3.06.1 2020-08-09 00:59:07 +02:00

@nsis/language-data

npm npm CircleCI David

Description

Data for contributed NSIS language files in JSON format

Current version: NSIS v3.06.1

Installation

Use your preferred package manager to install this generator

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

Usage

Usage

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

// ECMAScript Import
import { languages } from '@nsis/language-data';

// CommonJS Require
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';
  • nlf - Parser and stringifier for NSIS Language Files

License

This work is licensed under the zlib/libpng License