diff options
Diffstat (limited to 'node_modules/typographic-quotes-l10n-db')
| -rw-r--r-- | node_modules/typographic-quotes-l10n-db/README.md | 51 | ||||
| -rw-r--r-- | node_modules/typographic-quotes-l10n-db/index.js | 53 | ||||
| -rw-r--r-- | node_modules/typographic-quotes-l10n-db/package.json | 53 |
3 files changed, 0 insertions, 157 deletions
diff --git a/node_modules/typographic-quotes-l10n-db/README.md b/node_modules/typographic-quotes-l10n-db/README.md deleted file mode 100644 index d1e8710..0000000 --- a/node_modules/typographic-quotes-l10n-db/README.md +++ /dev/null @@ -1,51 +0,0 @@ -# typographic-quotes-l10n-db - -[![NPM version][npm-image]][npm-url] -[![Dependency Status][depstat-image]][depstat-url] -[![DevDependency Status][depstat-dev-image]][depstat-dev-url] - -> Raw data about typographic quotes - -Raw data about typographic quotes per language from the [appropriate wikipedia -page][wiki]. Language codes are using [ISO 639][iso] standard. - -[wiki]: https://en.wikipedia.org/wiki/Quotation_mark#Summary_table_for_all_languages -[iso]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes - - -## Install - -```sh -npm install --save typographic-quotes-l10n-db -``` - - -## Usage - -Pass language code and `quotesDB` will return string with 4 symbols. First two -are primary quotes, second ones are secondary. - -```js -var quotesDB = require('typographic-quotes-l10n-db'); - -quotesDB('zh-Hans'); // “”‘’ Chinese, simplified -quotesDB('en-uk'); // ‘’“” English, UK -quotesDB('en-us'); // “”‘’ English, US; English, Canada -quotesDB('ru'); // «»„“ Russian -quotesDB('da'); // »«›‹ Danish -quotesDB('sv'); // ””’’ Swedish -``` - - -## License - -MIT © [Vladimir Starkov](http://vstarkov.com/) - -[npm-url]: https://npmjs.org/package/typographic-quotes-l10n-db -[npm-image]: http://img.shields.io/npm/v/typographic-quotes-l10n-db.svg - -[depstat-url]: https://david-dm.org/matmuchrapna/typographic-quotes-l10n-db -[depstat-image]: https://david-dm.org/matmuchrapna/typographic-quotes-l10n-db.svg - -[depstat-dev-url]: https://david-dm.org/matmuchrapna/typographic-quotes-l10n-db -[depstat-dev-image]: https://david-dm.org/matmuchrapna/typographic-quotes-l10n-db/dev-status.svg diff --git a/node_modules/typographic-quotes-l10n-db/index.js b/node_modules/typographic-quotes-l10n-db/index.js deleted file mode 100644 index ac514af..0000000 --- a/node_modules/typographic-quotes-l10n-db/index.js +++ /dev/null @@ -1,53 +0,0 @@ -// Quotes https://en.wikipedia.org/wiki/Quotation_mark -// Language codes: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes -module.exports = { - 'af': '“”‘’', // Afrikaans - 'sq': '„“‘’', // Albanian - 'az': '«»‹›', // Azerbaijani - 'eu': '«»‹›', // Basque - 'be': '«»“”', // Belarusian - 'bg': '„“’’', // Bulgarian - 'ca': '«»“”', // Catalan - 'zh-Hans': '“”‘’', // Chinese, simplified - 'hr': '„”‘’', // Croatian - 'cs': '„“‚‘', // Czech - 'da': '»«›‹', // Danish - 'nl': '‘’“”', // Dutch - 'en-uk': '‘’“”', // English, UK - 'en-us': '“”‘’', // English, US; English, Canada - 'eo': '“”‘’', // Esperanto - 'et': '„“«»', // Estonian - 'fil': '“”‘’', // Filipino - 'fi': '””’’', // Finnish - 'fr': '«»“”', // French - 'fr-sw': '«»‹›', // French, Swiss - 'ka': '„““”', // Georgian - 'de': '„“‚‘', // German - 'de-sw': '«»‹›', // German, Swiss - 'el': '«»“”', // Greek - 'he': '""\'\'', // Hebrew - 'hu': '„”»«', // Hungarian - 'is': '„“‚‘', // Icelandic - 'id': '“”‘’', // Indonesian - 'ga': '“”‘’', // Irish - 'it': '«»“”', // Italian - 'it-sw': '«»‹›', // Italian, Swiss - 'ko': '“”‘’', // Korean - 'lv': '«»„“', // Latvian - 'mk': '„“’‘', // Macedonian - 'no': '«»’’', // Norwegian - 'pl': '„”«»', // Polish - 'pt-br': '“”‘’', // Portuguese, Brazil - 'pt-pl': '«»“”', // Portuguese, Portugal - 'ro': '„”«»', // Romanian - 'ru': '«»„“', // Russian - 'sr': '„”’’', // Serbian - 'sk': '„“‚‘', // Slovak - 'sl': '„“‚‘', // Slovene - 'es': '«»“”', // Spanish - 'sv': '””’’', // Swedish - 'th': '“”‘’', // Thai - 'tr': '“”‘’', // Turkish - 'uk': '«»„“', // Ukrainian - 'cy': '‘’“”' // Welsh -}; diff --git a/node_modules/typographic-quotes-l10n-db/package.json b/node_modules/typographic-quotes-l10n-db/package.json deleted file mode 100644 index 47dcc9e..0000000 --- a/node_modules/typographic-quotes-l10n-db/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "_from": "typographic-quotes-l10n-db@^1.0.0", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-EwTS+pWscf7D79gyeDTuSbATslQ=", - "_location": "/typographic-quotes-l10n-db", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "typographic-quotes-l10n-db@^1.0.0", - "name": "typographic-quotes-l10n-db", - "escapedName": "typographic-quotes-l10n-db", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/typographic-quotes" - ], - "_resolved": "https://registry.npmjs.org/typographic-quotes-l10n-db/-/typographic-quotes-l10n-db-1.0.0.tgz", - "_shasum": "1304d2fa95ac71fec3efd8327834ee49b013b254", - "_spec": "typographic-quotes-l10n-db@^1.0.0", - "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\typographic-quotes", - "author": { - "name": "Vladimir Starkov", - "email": "[email protected]", - "url": "http://vstarkov.com/" - }, - "bugs": { - "url": "https://github.com/matmuchrapna/typographic-quotes-l10n-db/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Raw data about typographic quotes", - "homepage": "https://github.com/matmuchrapna/typographic-quotes-l10n-db", - "keywords": [ - "typographic", - "quotes", - "db" - ], - "license": "MIT", - "main": "index.js", - "name": "typographic-quotes-l10n-db", - "repository": { - "type": "git", - "url": "git+https://github.com/matmuchrapna/typographic-quotes-l10n-db.git" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "version": "1.0.0" -} |