From 3f35f5bd173fd600ae1beec33d3e2d741cae563e Mon Sep 17 00:00:00 2001 From: Aracnus Date: Mon, 20 Apr 2026 14:34:43 -0300 Subject: [PATCH] Inclusion of Brazilian Real unit --- src/core/utils/contexts/fields/units.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/core/utils/contexts/fields/units.ts b/src/core/utils/contexts/fields/units.ts index 630a02a..335b907 100644 --- a/src/core/utils/contexts/fields/units.ts +++ b/src/core/utils/contexts/fields/units.ts @@ -127,6 +127,10 @@ export const unitTypes = [{ label: i18n.labels.rupiah, value: `"Rp"0.00`, }, +{ + label: i18n.labels.reais, + value: `"R$"0.00`, +}, { label: i18n.labels.pounds, value: `0"lb"`, @@ -176,4 +180,4 @@ export const unitTypes = [{ value: `0.00E+00`, }, -] \ No newline at end of file +]