Skip to content

Commit

Permalink
Remove jade and all related files from library (#15)
Browse files Browse the repository at this point in the history
* Remove jade and all related files from library

* Change major version
  • Loading branch information
volodymyr-leskiv authored Oct 30, 2024
1 parent 4e669d3 commit 80e19ad
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 268 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[Yola Changes](https://github.com/yola/jsxgettext/releases)

## 1.0.0-yola1

* Remove `jade` from library

## 0.9.2-yola1

* Remove `lodash` from devDependencies
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jsxgettext [![Build Status](https://travis-ci.org/zaach/jsxgettext.png)](https://travis-ci.org/zaach/jsxgettext) [![NPM version](https://badge.fury.io/js/jsxgettext.png)](http://badge.fury.io/js/jsxgettext)

A node module with a CLI that extracts gettext strings from JavaScript, EJS, Jade, Jinja, Swig and Handlebars files. Uses a real parser, [acorn](https://github.com/marijnh/acorn), for JavaScript files and recognizes the following uses:
A node module with a CLI that extracts gettext strings from JavaScript, EJS, Jinja, Swig and Handlebars files. Uses a real parser, [acorn](https://github.com/marijnh/acorn), for JavaScript files and recognizes the following uses:

```javascript
gettext("Hello world!");
Expand Down Expand Up @@ -47,7 +47,7 @@ Or from source:
-p, --output-dir <path> output files will be placed in directory <path>
-k, --keyword [keywords] additional keywords to be looked for
-j, --join-existing join messages with existing file
-L, --language [lang] use the specified language (javascript, ejs, jinja, handlebars, jade, swig) [javascript]
-L, --language [lang] use the specified language (javascript, ejs, jinja, handlebars, swig) [javascript]
-s, --sanity sanity check during the extraction
--project-id-version [version] This is the project name and version of the generated package/catalog.
--report-bugs-to [bug address] An email address or URL where you can report bugs in the untranslated strings.
Expand Down
92 changes: 0 additions & 92 deletions lib/parsers/jade.js

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"Marcus (https://github.com/mphasize)"
],
"name": "@yola/jsxgettext",
"version": "0.9.2-yola1",
"version": "1.0.0-yola1",
"license": "MPL-2.0",
"description": "Extracts gettext strings from JavaScript, EJS, Jade, Jinja and Handlebars files.",
"description": "Extracts gettext strings from JavaScript, EJS, Jinja and Handlebars files.",
"keywords": [
"i18n",
"internationalization",
Expand All @@ -53,8 +53,7 @@
"commander": "^2.9.0",
"escape-string-regexp": "^1.0.4",
"gettext-parser": "^1.1.2",
"gulp-static-i18n": "0.1.0",
"jade": "^1.11.0"
"gulp-static-i18n": "0.1.0"
},
"devDependencies": {
"i18n-abide": "0.0.17",
Expand Down
34 changes: 0 additions & 34 deletions test/inputs/example.jade

This file was deleted.

10 changes: 0 additions & 10 deletions test/inputs/second_attribute.jade

This file was deleted.

84 changes: 0 additions & 84 deletions test/outputs/jade.pot

This file was deleted.

42 changes: 0 additions & 42 deletions test/tests/jade.js

This file was deleted.

0 comments on commit 80e19ad

Please sign in to comment.