Allow to override termsText
This commit is contained in:
parent
b6066dfd5f
commit
01b32f78ed
@ -128,7 +128,7 @@ export function generateMessageProperties(params: {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (const [key, value] of Object.entries(keyValueMap_i)) {
|
for (const [key, value] of Object.entries(keyValueMap_i)) {
|
||||||
if (keyValueMap[key] !== undefined) {
|
if (key !== "termsText" && keyValueMap[key] !== undefined) {
|
||||||
console.warn(
|
console.warn(
|
||||||
[
|
[
|
||||||
"WARNING: The following key is defined multiple times:",
|
"WARNING: The following key is defined multiple times:",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user