Skip to content

Commit

Permalink
Add support for more languages
Browse files Browse the repository at this point in the history
This commit updates `udhr` and `trigrams`, the base packages
that provide the data model.

Additionally, this sets `fas` (Persian, macrolanguage) to be used
instead of `prs` (Western Persian) or `pes` (Dari).

Closes GH-50.
  • Loading branch information
wooorm committed Apr 2, 2017
1 parent b50fb28 commit a4d881e
Show file tree
Hide file tree
Showing 15 changed files with 890 additions and 755 deletions.
20 changes: 14 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,21 @@
"lerna": "^2.0.0-beta.38",
"negate": "^1.0.0",
"nyc": "^10.1.0",
"parse-author": "^1.0.0",
"parse-author": "^2.0.0",
"remark-cli": "^3.0.0",
"remark-lint-no-heading-punctuation": "^1.0.0",
"remark-lint-no-html": "^1.0.0",
"remark-lint-table-pipe-alignment": "^1.0.0",
"remark-preset-wooorm": "^2.0.0",
"remark-stringify": "^3.0.0",
"speakers": "^1.0.0",
"tape": "^4.6.0",
"trigrams": "^1.0.0",
"udhr": "^1.0.0",
"trigrams": "^2.0.0",
"udhr": "^2.0.0",
"unicode-7.0.0": "^0.7.0",
"unified": "^6.1.1",
"unist-builder": "^1.0.2",
"xo": "^0.17.0",
"xo": "^0.18.1",
"xtend": "^4.0.1"
},
"scripts": {
Expand All @@ -55,12 +56,12 @@
},
"xo": {
"space": true,
"esnext": false,
"rules": {
"camelcase": "off",
"max-lines": "off",
"guard-for-in": "off",
"no-self-compare": "off",
"import/no-dynamic-require": "off"
"no-self-compare": "off"
},
"ignores": [
"franc-all.js",
Expand All @@ -69,8 +70,15 @@
]
},
"remarkConfig": {
"settings": {
"paddedTable": false
},
"plugins": [
"preset-wooorm",
[
"remark-lint-table-pipe-alignment",
false
],
[
"remark-lint-no-html",
false
Expand Down
87 changes: 48 additions & 39 deletions packages/franc-all/data.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions packages/franc-all/expressions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

765 changes: 387 additions & 378 deletions packages/franc-all/readme.md

Large diffs are not rendered by default.

16 changes: 11 additions & 5 deletions packages/franc-min/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/franc-min/expressions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a4d881e

Please sign in to comment.