Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
babel.messages.frontend.CompileCatalog Class Reference
Inheritance diagram for babel.messages.frontend.CompileCatalog:
Inheritance graph
[legend]
Collaboration diagram for babel.messages.frontend.CompileCatalog:
Collaboration graph
[legend]

Public Member Functions

 initialize_options (self)
 
 finalize_options (self)
 
 run (self)
 
- Public Member Functions inherited from babel.messages.frontend.CommandMixin
 __init__ (self, dist=None)
 
 ensure_finalized (self)
 

Public Attributes

 domain
 
 directory
 
 input_file
 
 output_file
 
 locale
 
 use_fuzzy
 
 statistics
 
- Public Attributes inherited from babel.messages.frontend.CommandMixin
 distribution
 
 verbose
 
 force
 
 help
 
 finalized
 

Static Public Attributes

str description = 'compile message catalogs to binary MO files'
 
list user_options
 
list boolean_options = ['use-fuzzy', 'statistics']
 
- Static Public Attributes inherited from babel.messages.frontend.CommandMixin
 as_args = None
 
tuple multiple_value_options = ()
 
tuple boolean_options = ()
 
dict option_aliases = {}
 
dict option_choices = {}
 
 log = log
 

Protected Member Functions

 _run_domain (self, domain)
 

Additional Inherited Members

- Protected Attributes inherited from babel.messages.frontend.CommandMixin
 _dry_run
 

Member Function Documentation

◆ finalize_options()

babel.messages.frontend.CompileCatalog.finalize_options (   self)

◆ initialize_options()

babel.messages.frontend.CompileCatalog.initialize_options (   self)

Member Data Documentation

◆ user_options

list babel.messages.frontend.CompileCatalog.user_options
static
Initial value:
= [
('domain=', 'D',
"domains of PO files (space separated list, default 'messages')"),
('directory=', 'd',
'path to base directory containing the catalogs'),
('input-file=', 'i',
'name of the input file'),
('output-file=', 'o',
"name of the output file (default "
"'<output_dir>/<locale>/LC_MESSAGES/<domain>.mo')"),
('locale=', 'l',
'locale of the catalog to compile'),
('use-fuzzy', 'f',
'also include fuzzy translations'),
('statistics', None,
'print statistics about translations'),
]

The documentation for this class was generated from the following file: