Use FluentResource to parse and serialize FTL files server-side (#952)

This commit is contained in:
Staś Małolepszy 2018-09-27 20:49:41 +02:00 committed by Danny Coates
parent a997a44a23
commit f8964ebb99
3 changed files with 41 additions and 40 deletions

18
package-lock.json generated
View file

@ -6675,9 +6675,9 @@
"dev": true
},
"fluent": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/fluent/-/fluent-0.8.0.tgz",
"integrity": "sha512-bZfthhubEH1lKgGIi0fIDeNkZrfEOu3MrLbi284LdxNG+9Q5gq2KsuoocumqNPStVtWo3S3/1p8RIqd34u3Mzw=="
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/fluent/-/fluent-0.8.1.tgz",
"integrity": "sha512-hVlyzl3N9okoqqQUd6cExsBAOmxBeaxP3JFmBBPkYqSRQs4d2U2y2a5KxwMSvno1m9nmwM4CsjeBWdJ9wSYWsA=="
},
"fluent-intl-polyfill": {
"version": "0.1.0",
@ -6686,13 +6686,6 @@
"dev": true,
"requires": {
"intl-pluralrules": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b"
},
"dependencies": {
"intl-pluralrules": {
"version": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b",
"from": "github:projectfluent/IntlPluralRules#module",
"dev": true
}
}
},
"fluent-langneg": {
@ -8188,6 +8181,11 @@
"integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=",
"dev": true
},
"intl-pluralrules": {
"version": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b",
"from": "github:projectfluent/IntlPluralRules#module",
"dev": true
},
"invariant": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",