chore: Update translations

This commit is contained in:
2023-09-12 21:58:37 +00:00
parent 3c88a228aa
commit 35b6261e12
99 changed files with 257 additions and 130 deletions

View File

@ -51,7 +51,7 @@ const testGetDiff = (q: QueryOptimizer) => {
kinds: [1, 2, 3, 4, 5],
authors: randomPubkeys,
},
]
],
);
};
const testFlatMerge = (q: QueryOptimizer) => {
@ -59,7 +59,7 @@ const testFlatMerge = (q: QueryOptimizer) => {
q.expandFilter({
kinds: [1, 6, 7, 6969],
authors: randomPubkeys,
})
}),
);
};
const testCompress = (q: QueryOptimizer) => {