chore: Update translations

This commit is contained in:
2023-09-12 14:15:07 +00:00
parent 15ffa7d4b4
commit e77b9928d0
63 changed files with 191 additions and 193 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) => {