Results for “Std.App.Locale.Locale”
17 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Locale.Locale
A language, and the place where that matters.
- Std.App.Locale.locale
Str -> Str -> Std.App.Locale.LocaleA locale from its parts.
- Std.App.Locale.about
&Std.App.Locale.Catalogue -> &Std.App.Locale.Locale -> Str -> Int -> StrWhat a program says for a key about a number of things.
- Std.App.Locale.catalogue
Std.App.Locale.Locale -> Std.App.Locale.CatalogueA catalogue written in one language.
- Std.App.Locale.complete
&Std.App.Locale.Catalogue -> &Std.App.Locale.Locale -> BoolWhether a language says everything the reference does.
- Std.App.Locale.fallbacks
&Std.App.Locale.Locale -> &Std.App.Locale.Locale -> Array[Std.App.Locale.Locale]The locales to try, in order: the one asked for, the language without its
- Std.App.Locale.filled
&Std.App.Locale.Catalogue -> &Std.App.Locale.Locale -> Str -> &Array[(Str, Str)] -> StrThe same, with the parts it leaves open filled in.
- Std.App.Locale.language
Str -> Std.App.Locale.LocaleA locale with no place.
- Std.App.Locale.missing
&Std.App.Locale.Catalogue -> &Std.App.Locale.Locale -> Array[Str]The keys one language is missing against the one the messages were written
- Std.App.Locale.negotiate
Str -> &Array[Std.App.Locale.Locale] -> Std.App.Locale.Locale -> Std.App.Locale.LocaleThe locale a request asked for, chosen from the ones a program has.
- Std.App.Locale.parse
Str -> Std.App.Locale.LocaleA locale read from how one is written, as
en,en-GB, oren_GB. - Std.App.Locale.placed
&Std.App.Locale.Locale -> BoolWhether a locale names a place.
- Std.App.Locale.quantityFor
&Std.App.Locale.Locale -> Int -> Std.App.Locale.QuantityWhich form a language uses for a number.
- Std.App.Locale.render
&Std.App.Locale.Locale -> StrHow a locale is written.
- Std.App.Locale.says
&Std.App.Locale.Catalogue -> &Std.App.Locale.Locale -> Str -> BoolWhether a language says anything at all for a key.
- Std.App.Locale.text
&Std.App.Locale.Catalogue -> &Std.App.Locale.Locale -> Str -> StrWhat a program says for a key, in the language it can.
- Std.App.Locale.withoutPlace
&Std.App.Locale.Locale -> Std.App.Locale.LocaleThe same language without its place, which is the first thing to fall back
