Esempio n. 1
0
        def initialize_options(self):
            """Simply set default domain and output file attributes to the
            correct values for bpython."""
            _extract_messages.initialize_options(self)

            self.domain = 'bpython'
            self.output_file = os.path.join(translations_dir, 'bpython.pot')
Esempio n. 2
0
        def initialize_options(self):
            """Simply set default domain and output file attributes to the
            correct values for bpython."""
            _extract_messages.initialize_options(self)

            self.domain = "bpython"
            self.output_file = os.path.join(translations_dir, "bpython.pot")
Esempio n. 3
0
 def initialize_options(self):
     _extract_messages.initialize_options(self)
     self.output_file = 'r2/i18n/r2.pot'
     self.mapping_file = 'babel.cfg'
Esempio n. 4
0
 def initialize_options(self):
     _extract_messages.initialize_options(self)
     self.output_file = 'r2/i18n/r2.pot'
     self.mapping_file = 'babel.cfg'