Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update fluent-langneg to 0.1.0 (#3370)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm authored and jaredhirsch committed Aug 17, 2017
1 parent 6608d2e commit 0678b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"express": "4.15.3",
"fluent": "0.4.1",
"fluent-intl-polyfill": "0.1.0",
"fluent-langneg": "0.0.2",
"fluent-langneg": "0.1.0",
"fluent-react": "0.4.1",
"jpm": "1.3.1",
"keygrip": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion server/src/l10n.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require("fs");
const path = require("path");
const globby = require("globby");
require("fluent-intl-polyfill/compat");
const negotiateLanguages = require("fluent-langneg/compat");
const { negotiateLanguages } = require("fluent-langneg/compat");
const { MessageContext } = require("fluent/compat");
const mozlog = require("./logging").mozlog("l10n");

Expand Down

0 comments on commit 0678b6a

Please sign in to comment.