mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 10:59:23 +00:00
feat(DefaultTranslator): ignore +custom folders
This commit is contained in:
parent
cda765466b
commit
33299e97b4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ DefaultTranslator::DefaultTranslator (QObject *parent) : QTranslator(parent) {
|
|||
|
||||
// Ignore extra selectors.
|
||||
// TODO: Remove 5.9 support in July 2019.
|
||||
for (const auto &selector : { "+linux", "+mac", "+windows", "+5.9" })
|
||||
for (const auto &selector : { "+linux", "+mac", "+windows", "+custom", "+5.9" })
|
||||
if (dir.contains(selector))
|
||||
goto end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue