Пример #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')
Пример #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")
Пример #3
0
 def initialize_options(self):
     _extract_messages.initialize_options(self)
     self.output_file = 'r2/i18n/r2.pot'
     self.mapping_file = 'babel.cfg'
Пример #4
0
 def initialize_options(self):
     _extract_messages.initialize_options(self)
     self.output_file = 'r2/i18n/r2.pot'
     self.mapping_file = 'babel.cfg'