Skip to content

Commit a3eb7df

Browse files
committed
Update readme
1 parent 81b9878 commit a3eb7df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,15 @@ The currently known providers and their `hex` package names are:
292292
| ex_cldr_numbers | Cldr.Number | Formatting of numbers, currencies |
293293
| ex_cldr_lists | Cldr.List | Formatting of lists |
294294
| ex_cldr_units | Cldr.Unit | Formatting of SI and Imperial units |
295+
| ex_cldr_person_names | Cldr.PersonName | Formatting person names |
295296
| ex_cldr_currencies | Cldr.Currency | Currency definitions and localizations |
296297
| ex_cldr_territories | Cldr.Territory | Formatting of territory (country) data |
297298
| ex_cldr_languages | Cldr.Language | Formatting of language information |
298299
| ex_cldr_dates_times | Cldr.DateTime | Formatting of dates, times & datetimes |
299300
| ex_cldr_locale_display | Cldr.LocaleDisplay | Localising locale names |
300301
| ex_cldr_routes | Cldr.Route | Localized routes and route helpers |
301-
| ex_money | Money | Operations on and formatting of a money type |
302302
| ex_cldr_messages | Cldr.Message | Formatting of ICU-formatted messages |
303+
| ex_money | Money | Operations on and formatting of a money type |
303304

304305
Any library author can create a provider module by exposing a function called `cldr_backend_provider/1` that takes a `Cldr.Config` struct as a single parameter. The function should return an AST that is inserted into the `backend` module being compiled.
305306

0 commit comments

Comments
 (0)