mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Fixed scripts.
This commit is contained in:
parent
8aaaa8dfd4
commit
35f80d9b00
4 changed files with 4 additions and 14 deletions
|
|
@ -4,7 +4,7 @@ const path = require('path');
|
|||
const https = require('https');
|
||||
const chalk = require('chalk');
|
||||
|
||||
const src = path.resolve(__dirname, '../lang');
|
||||
const src = path.resolve(__dirname, '../src/lang');
|
||||
const dest = path.resolve(__dirname, '../public/intl/country');
|
||||
const files = fs.readdirSync(src);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue