[fix] cldr languages dir
This commit is contained in:
@@ -11,7 +11,7 @@ from lxml import etree
|
||||
from unicode_paths import CLDR_DIR
|
||||
|
||||
this_dir = os.path.realpath(os.path.dirname(__file__))
|
||||
DEFAULT_LANGUAGES_DIR = os.path.join(os.pardir, os.pardir, os.pardir,
|
||||
DEFAULT_LANGUAGES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
|
||||
'resources', 'language', 'countries')
|
||||
|
||||
CLDR_SUPPLEMENTAL_DATA = os.path.join(CLDR_DIR, 'common', 'supplemental',
|
||||
|
||||
Reference in New Issue
Block a user