mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
Fix bug
This commit is contained in:
parent
159f51ef83
commit
6253653d69
@ -233,15 +233,14 @@ module.exports = {
|
|||||||
}, {
|
}, {
|
||||||
loader: 'replace',
|
loader: 'replace',
|
||||||
query: {
|
query: {
|
||||||
search: i18nPattern.toString(),
|
qs: [{
|
||||||
replace: 'i18nReplacement',
|
search: i18nPattern.toString(),
|
||||||
i18n: true
|
replace: 'i18nReplacement',
|
||||||
}
|
i18n: true
|
||||||
}, {
|
}, {
|
||||||
loader: 'replace',
|
search: faPattern.toString(),
|
||||||
query: {
|
replace: 'faReplacement'
|
||||||
search: faPattern.toString(),
|
}]
|
||||||
replace: 'faReplacement'
|
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user