126 for locale in localeList: |
126 for locale in localeList: |
127 self.languageComboBox.addItem(locales[locale], locale) |
127 self.languageComboBox.addItem(locales[locale], locale) |
128 self.languageComboBox.setCurrentIndex(currentIndex) |
128 self.languageComboBox.setCurrentIndex(currentIndex) |
129 |
129 |
130 |
130 |
131 def create(dlg): |
131 def create(dlg): # noqa: U100 |
132 """ |
132 """ |
133 Module function to create the configuration page. |
133 Module function to create the configuration page. |
134 |
134 |
135 @param dlg reference to the configuration dialog |
135 @param dlg reference to the configuration dialog |
136 @return reference to the instantiated page (ConfigurationPageBase) |
136 @return reference to the instantiated page (ConfigurationPageBase) |