fix(i18n): preserve native placeholders and whitespace

This commit is contained in:
Vincent Koc
2026-06-26 17:16:33 -07:00
committed by Vincent Koc
parent a519a07d36
commit 3d96a0039f
4 changed files with 627 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ describe("native app i18n inventory", () => {
),
).toBe(true);
expect(entries.some((entry) => entry.source === "QR Scanner Unavailable")).toBe(true);
expect(entries.some((entry) => entry.source === "Request ID: \\(requestId)")).toBe(true);
expect(NATIVE_I18N_LOCALES).toHaveLength(20);
});
});