7789:4e68cf958634 | 7790:32b8db5a1fb4 |
---|---|
187 """ | 187 """ |
188 import Preferences | 188 import Preferences |
189 | 189 |
190 global loaded_translators | 190 global loaded_translators |
191 | 191 |
192 # TODO: qt has been split into several files; add these here | |
192 translations = ("qt", "eric6") + translationFiles | 193 translations = ("qt", "eric6") + translationFiles |
193 loc = Preferences.getUILanguage() | 194 loc = Preferences.getUILanguage() |
194 if loc is None: | 195 if loc is None: |
195 return "" | 196 return "" |
196 | 197 |