Add romanize function

This commit is contained in:
kngako
2024-05-11 18:33:18 +02:00
parent ebe4273196
commit acca2f4055
5 changed files with 58 additions and 51 deletions

View File

@@ -9,9 +9,6 @@ describe("Make sure character set is utf-8", () => {
test(`equal and slash`, () => {
expect(i18nUtil.getText("en", "enterPinToSend", {amountText: "1 sats /(1 sats = 0.00000001 BTC)", receiver: "yourself"})).toBe("Enter your Machankura PIN to send 1 sats /(1 sats = 0.00000001 BTC) to yourself:")
})
});
// test("No Duplicate Keys all files", async () => {