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
1
public/intl/country/ga-ES.json
Normal file
1
public/intl/country/ga-ES.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
404: Not Found
|
||||
1
public/intl/language/ga-ES.json
Normal file
1
public/intl/language/ga-ES.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
404: Not Found
|
||||
|
|
@ -4,7 +4,7 @@ const https = require('https');
|
|||
const chalk = require('chalk');
|
||||
|
||||
const src = path.resolve(__dirname, '../lang');
|
||||
const dest = path.resolve(__dirname, '../public/country');
|
||||
const dest = path.resolve(__dirname, '../public/intl/country');
|
||||
const files = fs.readdirSync(src);
|
||||
|
||||
const getUrl = locale =>
|
||||
|
|
|
|||
|
|
@ -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