updated deps
This commit is contained in:
parent
e0ae5cb3c6
commit
c80f9ada65
8 changed files with 302 additions and 207 deletions
|
@ -2,7 +2,7 @@ const { availableLanguages } = require('../../package.json');
|
|||
const config = require('../config');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const { negotiateLanguages } = require('fluent-langneg');
|
||||
const { negotiateLanguages } = require('@fluent/langneg');
|
||||
const langData = require('cldr-core/supplemental/likelySubtags.json');
|
||||
|
||||
// We return early in the middleware if the lang header is long.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue