Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
870babb71e
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ for (const path of SEARCH_PATHS) {
|
||||||
const trObj = {};
|
const trObj = {};
|
||||||
for (const tr of translatables) {
|
for (const tr of translatables) {
|
||||||
trObj[tr] = tr;
|
trObj[tr] = tr;
|
||||||
if (tr.includes("|")) {
|
if (tr.includes("|") && inputTranslationsRaw[tr]) {
|
||||||
trObj[tr] = inputTranslationsRaw[tr];
|
trObj[tr] = inputTranslationsRaw[tr];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue