1405 if self.__binaryTranslationsCallbacks[ |
1405 if self.__binaryTranslationsCallbacks[ |
1406 self.pdata["PROJECTTYPE"]] is not None: |
1406 self.pdata["PROJECTTYPE"]] is not None: |
1407 qmFile = self.__binaryTranslationsCallbacks[ |
1407 qmFile = self.__binaryTranslationsCallbacks[ |
1408 self.pdata["PROJECTTYPE"]](langFile) |
1408 self.pdata["PROJECTTYPE"]](langFile) |
1409 except KeyError: |
1409 except KeyError: |
1410 qmFile = langFile.replace('.ts', '.qm') |
1410 qmFile = langFile.replace('.ts', '.qm') |
1411 if qmFile == langFile: |
1411 if qmFile == langFile: |
1412 qmFile = "" |
1412 qmFile = "" |
1413 return qmFile |
1413 return qmFile |
1414 |
1414 |
1415 def checkLanguageFiles(self): |
1415 def checkLanguageFiles(self): |