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

 output_dir
 
 output_file
 
 input_file
 
 locale
 
 domain
 
 no_wrap
 
 width
 
- Public Attributes inherited from babel.messages.frontend.CommandMixin
 distribution
 
 verbose
 
 force
 
 help
 
 finalized
 

Static Public Attributes

str description = 'create a new catalog based on a POT file'
 
list user_options
 
list boolean_options = ['no-wrap']
 
- 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 Attributes

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

Member Function Documentation

◆ finalize_options()

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

◆ initialize_options()

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

Member Data Documentation

◆ user_options

list babel.messages.frontend.InitCatalog.user_options
static
Initial value:
= [
('domain=', 'D',
"domain of PO file (default 'messages')"),
('input-file=', 'i',
'name of the input file'),
('output-dir=', 'd',
'path to output directory'),
('output-file=', 'o',
"name of the output file (default "
"'<output_dir>/<locale>/LC_MESSAGES/<domain>.po')"),
('locale=', 'l',
'locale for the new localized catalog'),
('width=', 'w',
'set output line width (default 76)'),
('no-wrap', None,
'do not break long message lines, longer than the output line width, '
'into several lines'),
]

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