Closed stuwest closed 9 years ago
Internal and external function renaming ahead of addition of supplemental data:
initialize_locale()
initialize_locale_bucket()
$cache_key
localized-names-
cldr_locale_bucket_file
cldr_locale_file
get_localized_names()
get_locale_bucket()
__()
get_cldr_item()
_territory()
territory_name()
_currency_symbol()
currency_symbol()
_currency_name()
currency_name()
_language()
language_name()
Also some comment and readme cleanup (including updating examples to use more complicated locales from GlotPress trunk)
addresses https://github.com/Automattic/wp-cldr/issues/32, https://github.com/Automattic/wp-cldr/issues/31, https://github.com/Automattic/wp-cldr/issues/30
:+1: good stuff
Internal and external function renaming ahead of addition of supplemental data:
initialize_locale()
->initialize_locale_bucket()
$cache_key
by removinglocalized-names-
cldr_locale_bucket_file
tocldr_locale_file
get_localized_names()
toget_locale_bucket()
__()
toget_cldr_item()
_territory()
toterritory_name()
(temporarily also leaving in_territory()
for backward compatibility)_currency_symbol()
tocurrency_symbol()
_currency_name()
tocurrency_name()
_language()
tolanguage_name()
Also some comment and readme cleanup (including updating examples to use more complicated locales from GlotPress trunk)
addresses https://github.com/Automattic/wp-cldr/issues/32, https://github.com/Automattic/wp-cldr/issues/31, https://github.com/Automattic/wp-cldr/issues/30