From bae9d181b228d2a6da4f7397c31090964b6ea815 Mon Sep 17 00:00:00 2001 From: Andrei Alecu Date: Thu, 17 Jun 2021 16:39:21 +0300 Subject: [PATCH] feat: add romanian mini styles --- locale-more-styles/ro/long-time.json | 30 ++++++++++++++++++++++++++++ locale-more-styles/ro/mini.json | 18 +++++++++++++++++ locale-more-styles/ro/now.json | 7 +++++++ 3 files changed, 55 insertions(+) create mode 100644 locale-more-styles/ro/long-time.json create mode 100644 locale-more-styles/ro/mini.json create mode 100644 locale-more-styles/ro/now.json diff --git a/locale-more-styles/ro/long-time.json b/locale-more-styles/ro/long-time.json new file mode 100644 index 0000000..f307380 --- /dev/null +++ b/locale-more-styles/ro/long-time.json @@ -0,0 +1,30 @@ +{ + "year": { + "one": "{0} an", + "other": "{0} ani" + }, + "month": { + "one": "{0} lună", + "other": "{0} luni" + }, + "week": { + "one": "{0} săptămână", + "other": "{0} săptămâni" + }, + "day": { + "one": "{0} zi", + "other": "{0} zile" + }, + "hour": { + "one": "{0} oră", + "other": "{0} ore" + }, + "minute": { + "one": "{0} minut", + "other": "{0} minute" + }, + "second": { + "one": "{0} secundă", + "other": "{0} secunde" + } +} \ No newline at end of file diff --git a/locale-more-styles/ro/mini.json b/locale-more-styles/ro/mini.json new file mode 100644 index 0000000..f4bf0ad --- /dev/null +++ b/locale-more-styles/ro/mini.json @@ -0,0 +1,18 @@ +{ + "year": { + "one": "{0} an", + "other": "{0} ani" + }, + "month": { + "one": "{0} lună", + "other": "{0} luni" + }, + "week": "{0} săp.", + "day": { + "one": "{0} zi", + "other": "{0} zile" + }, + "hour": "{0} h", + "minute": "{0} min.", + "second": "{0} sec." +} \ No newline at end of file diff --git a/locale-more-styles/ro/now.json b/locale-more-styles/ro/now.json new file mode 100644 index 0000000..97f5eea --- /dev/null +++ b/locale-more-styles/ro/now.json @@ -0,0 +1,7 @@ +{ + "now": { + "current": "acum", + "future": "într-un moment", + "past": "acum un moment" + } +} \ No newline at end of file