mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
test(server): failing i18n test due to dev language
This commit is contained in:
parent
e08a9e1915
commit
b34fbff6d1
@ -6,7 +6,7 @@ import { DAYJS_LOADER } from "./i18n";
|
|||||||
describe("i18n", () => {
|
describe("i18n", () => {
|
||||||
it("translations are valid JSON", () => {
|
it("translations are valid JSON", () => {
|
||||||
for (const locale of LOCALES) {
|
for (const locale of LOCALES) {
|
||||||
if (locale.contentOnly) {
|
if (locale.contentOnly || locale.id === "en_rtl") {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user