mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-02 20:43:35 +00:00
fix(i18n): preserve native placeholders and whitespace
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user