Exemplo n.º 1
0
        def initialize_options(self):
            """Simply set default domain, input file and output directory
            attributes to the correct values for bpython."""
            _init_catalog.initialize_options(self)

            self.domain = "bpython"
            self.output_dir = translations_dir
            self.input_file = os.path.join(translations_dir, "bpython.pot")
Exemplo n.º 2
0
        def initialize_options(self):
            """Simply set default domain, input file and output directory
            attributes to the correct values for bpython."""
            _init_catalog.initialize_options(self)

            self.domain = 'bpython'
            self.output_dir = translations_dir
            self.input_file = os.path.join(translations_dir, 'bpython.pot')
Exemplo n.º 3
0
 def initialize_options(self):
     base_init_catalog.initialize_options(self)
     self.locale = 'en'