mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-17 12:30:03 -04:00
Move regions.json to data/
This commit is contained in:
parent
4e6ee2452f
commit
80142f7344
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
const transliteration = require('transliteration')
|
const transliteration = require('transliteration')
|
||||||
const iso6393 = require('@freearhey/iso-639-3')
|
const iso6393 = require('@freearhey/iso-639-3')
|
||||||
const categories = require('./categories')
|
const categories = require('../data/categories')
|
||||||
const regions = require('./regions')
|
const regions = require('../data/regions')
|
||||||
|
|
||||||
const utils = {}
|
const utils = {}
|
||||||
const intlDisplayNames = new Intl.DisplayNames(['en'], {
|
const intlDisplayNames = new Intl.DisplayNames(['en'], {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue