chore(i18n): sync i18n

This commit is contained in:
Hampus Kraft
2026-02-21 02:21:13 +00:00
parent 24e9a1529d
commit 38146cc2ba
36 changed files with 5202 additions and 5170 deletions

View File

@@ -440,7 +440,6 @@ describe('Guild Channel Positions', () => {
expect(frontDoorIndex).toBeGreaterThan(milsimsIndex);
expect(frontDoorIndex).toBeLessThan(coopGamesIndex);
});
test('should reject text channels being positioned below voice channels via preceding_sibling_id', async () => {
const account = await createTestAccount(harness);
const guild = await createGuild(harness, account.token, 'Test Guild');