Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Functions
babel.support Namespace Reference

Classes

class  Format
 
class  LazyProxy
 
class  NullTranslations
 
class  Translations
 

Functions

list[str]|None _locales_to_names (Iterable[str|Locale]|Locale|str|None locales)
 

Detailed Description

    babel.support
    ~~~~~~~~~~~~~

    Several classes and functions that help with integrating and using Babel
    in applications.

    .. note: the code in this module is not used by Babel itself

    :copyright: (c) 2013-2025 by the Babel Team.
    :license: BSD, see LICENSE for more details.

Function Documentation

◆ _locales_to_names()

list[str] | None babel.support._locales_to_names ( Iterable[str | Locale] | Locale | str | None  locales)
protected
Normalize a `locales` argument to a list of locale names.

:param locales: the list of locales in order of preference (items in
                this list can be either `Locale` objects or locale
                strings)