From 8a3c09c50f38aeacd5a89deda350026f81efa66f Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 25 Aug 2024 18:05:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B0=D0=B9=D0=BB=20=D1=81=20=D0=B0?= =?UTF-8?q?=D0=BB=D0=B8=D0=B0=D1=81=D0=B0=D0=BC=D0=B8=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BD=D1=8B=D1=85=20=D1=8F=D0=B7=D1=8B=D0=BA?= =?UTF-8?q?=D0=B0=D1=85,=20=D0=BF=D0=BE=D0=BA=D0=B0=20=D0=B1=D0=B5=D1=82?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- currency.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 currency.json diff --git a/currency.json b/currency.json new file mode 100644 index 0000000..5a4a341 --- /dev/null +++ b/currency.json @@ -0,0 +1,4 @@ +{ + "RUB": ["руб", "рубли", "рубля", "рублей", "рубль", "rub", "rouble", "roubles"], + "USD": ["доллары", "доллар", "доллара", "зеленых", "usd", "dollar", "dollars"] +} \ No newline at end of file