-
class GenerateL10n(distutils.cmd.Command)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.GenerateL10n'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- boolean_options = ['force']
- command_name = 'generate_l10n'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- description = 'extract translatable strings from source'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- user_options = [('force', 'f', 'force locale generatation (overwrite existing files)')]