Updated download scripts.
This commit is contained in:
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 =>
|
||||
|
||||
Reference in New Issue
Block a user