mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Updated download scripts.
This commit is contained in:
parent
5e094cd6ab
commit
4fa3c1a0f6
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…
Reference in New Issue
Block a user