mirror of https://github.com/BOINC/boinc.git
Mac installer: fix handling of translations for some languages
This commit is contained in:
parent
6d8e8fb0a5
commit
1f4aac6f87
|
@ -278,10 +278,6 @@ bool BOINCTranslationAddCatalog(const char * catalogsDir,
|
|||
}
|
||||
|
||||
if (!LoadCatalog(catalogsDir, languageCode, catalogName)) {
|
||||
fprintf(stderr,
|
||||
"could not load catalog %s for langage %s\n",
|
||||
catalogName, languageCode
|
||||
);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue