[addresses] French address levels alphanumeric

This commit is contained in:
Al
2016-05-31 16:07:48 -04:00
parent 9059c2af60
commit e91b318121
2 changed files with 24 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ class AddressConfig(object):
self.cache = {}
for filename in os.listdir(config_dir):
if filename not in ('en.yaml', 'es.yaml'):
if filename not in ('en.yaml', 'es.yaml', 'fr.yaml'):
continue
config = yaml.load(open(os.path.join(ADDRESS_CONFIG_DIR, filename)))