eric6/Toolbox/Startup.py

changeset 7790
32b8db5a1fb4
parent 7781
607a6098cb44
child 7795
a4c2f0081879
equal deleted inserted replaced
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

eric ide

mercurial