mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Updated download scripts.
This commit is contained in:
parent
5e094cd6ab
commit
4fa3c1a0f6
4 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ const https = require('https');
|
|||
const chalk = require('chalk');
|
||||
|
||||
const src = path.resolve(__dirname, '../lang');
|
||||
const dest = path.resolve(__dirname, '../public/language');
|
||||
const dest = path.resolve(__dirname, '../public/intl/language');
|
||||
const files = fs.readdirSync(src);
|
||||
|
||||
const getUrl = locale =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue