test(server): failing i18n test due to dev language

This commit is contained in:
Elian Doran 2025-10-09 19:30:55 +03:00
parent e08a9e1915
commit b34fbff6d1
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ import { DAYJS_LOADER } from "./i18n";
describe("i18n", () => {
it("translations are valid JSON", () => {
for (const locale of LOCALES) {
if (locale.contentOnly) {
if (locale.contentOnly || locale.id === "en_rtl") {
continue;
}