From 2a487705ed26e62426f060fd58893e7b21382414 Mon Sep 17 00:00:00 2001 From: siclano Date: Mon, 20 Jan 2025 01:03:49 -0300 Subject: [PATCH] =?UTF-8?q?implementa=C3=A7=C3=A3o=20do=20EN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moeda.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moeda.js b/moeda.js index a8f7e03..26645fb 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,4 @@ export default { - moeda: 'BRL' + moedas: ['BRL','EN'] + }