Subject: | A couple of object features |
a) Allow objects to be created for locales that do not exist in CLDR whose language part does
exist (e.g. es-MX)
Object needs to know that its a “fallback” object (e.g. locale=>es_mx, is_fallback => es)and
various methods need to understand that and act accordingly (e.g. get_native_language_from_code() $always_return default to true)
b) Add '_plural_vat_args_count' && '_supports_special_zeroth' to 'plural_forms' data and/or
method?