updated deps
This commit is contained in:
parent
e0ae5cb3c6
commit
c80f9ada65
8 changed files with 302 additions and 207 deletions
|
@ -1,6 +1,6 @@
|
|||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const { FluentBundle } = require('fluent');
|
||||
const { FluentBundle } = require('@fluent/bundle');
|
||||
const localesPath = path.resolve(__dirname, '../public/locales');
|
||||
const locales = fs.readdirSync(localesPath);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue