[fix] toponym abbreviations
This commit is contained in:
@@ -380,7 +380,7 @@ class OpenAddressesFormatter(object):
|
|||||||
if component is not None:
|
if component is not None:
|
||||||
component = abbreviate(toponym_gazetteer, component, language,
|
component = abbreviate(toponym_gazetteer, component, language,
|
||||||
abbreviate_prob=abbreviate_toponym_prob)
|
abbreviate_prob=abbreviate_toponym_prob)
|
||||||
components[AddressFormatter.ROAD] = component
|
components[component_key] = component
|
||||||
|
|
||||||
# CLDR country name
|
# CLDR country name
|
||||||
country_name = self.cldr_country_name(country, language, configs)
|
country_name = self.cldr_country_name(country, language, configs)
|
||||||
|
|||||||
Reference in New Issue
Block a user