Fix expo build

This commit is contained in:
2025-11-09 17:24:17 +01:00
parent 8f7f388403
commit 5142e2bc25
6 changed files with 69 additions and 3 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ export const resources = {
export const supportedLanguages = [
${translations.map((x) => `"${x.lang}",`).join("\n\t")}
];`,
];
`,
);
}