This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
docs($locale): update #9333
Open
Description
There are a lot of parameters in $locale files, especially on the number/currency formatting part that are not documented at all. Some of them can be distinguished by their name, but some of them are just not readable at all (e.g. gSize and lgSize - which one refers to the count of numbers allowed between GROUP_SEP?).
Would be nice to update https://docs.angularjs.org/api/ng/service/$locale to reflect all these.
These are really useful in large projects and people are actually using them (I know 2 projects at least) for building their dynamic validation regexes.
I can make an initial PR for this one in the days to come, if considered useful.