Results for “Std.App.Locale.Catalogue”
10 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Locale.Catalogue
What a program can say, in each language it says it.
- Std.App.Locale.catalogue
Std.App.Locale.Locale -> Std.App.Locale.CatalogueA catalogue written in one language.
- 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.complete
&Std.App.Locale.Catalogue -> &Std.App.Locale.Locale -> BoolWhether a language says everything the reference does.
- 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.keys
&Std.App.Locale.Catalogue -> Array[Str]The keys the reference language names.
- Std.App.Locale.languages
&Std.App.Locale.Catalogue -> Array[Str]The languages a catalogue says anything in.
- 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.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.
