Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -233,7 +233,7 @@ for (const path of SEARCH_PATHS) {
|
||||
const trObj = {};
|
||||
for (const tr of translatables) {
|
||||
trObj[tr] = tr;
|
||||
if (tr.includes("|")) {
|
||||
if (tr.includes("|") && inputTranslationsRaw[tr]) {
|
||||
trObj[tr] = inputTranslationsRaw[tr];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user