diff --git a/public/intl/country/ga-ES.json b/public/intl/country/ga-ES.json new file mode 100644 index 00000000..1becba2b --- /dev/null +++ b/public/intl/country/ga-ES.json @@ -0,0 +1 @@ +404: Not Found \ No newline at end of file diff --git a/public/intl/language/ga-ES.json b/public/intl/language/ga-ES.json new file mode 100644 index 00000000..1becba2b --- /dev/null +++ b/public/intl/language/ga-ES.json @@ -0,0 +1 @@ +404: Not Found \ No newline at end of file diff --git a/scripts/download-country-names.js b/scripts/download-country-names.js index 11075b22..a4116498 100644 --- a/scripts/download-country-names.js +++ b/scripts/download-country-names.js @@ -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 => diff --git a/scripts/download-language-names.js b/scripts/download-language-names.js index 5b8901a9..a804763d 100644 --- a/scripts/download-language-names.js +++ b/scripts/download-language-names.js @@ -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 =>