Socket
Socket
Sign inDemoInstall

javascript-time-ago

Package Overview
Dependencies
1
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.6 to 2.3.7

locale-more-styles/ro/long-time.json

56

locale/ro.json

@@ -268,3 +268,59 @@ {

}
},
"now": {
"now": {
"current": "acum",
"future": "într-un moment",
"past": "acum un moment"
}
},
"mini": {
"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.",
"now": "acum"
},
"long-time": {
"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"
}
}
}

2

package.json
{
"name": "javascript-time-ago",
"version": "2.3.6",
"version": "2.3.7",
"description": "Localized relative date/time formatting",

@@ -5,0 +5,0 @@ "main": "index.commonjs.js",

@@ -254,3 +254,3 @@ # javascript-time-ago

For best compatibility, `mini.json` labels should be defined for a [locale](https://github.com/catamphetamine/javascript-time-ago/tree/master/locale-more-styles). Send pull requests for the missing ones.
For best compatibility, `mini.json` labels should be [defined](https://github.com/catamphetamine/javascript-time-ago/tree/master/locale-more-styles) for a locale, otherwise you might [end up with](https://github.com/catamphetamine/javascript-time-ago/issues/49) labels like `"-1m"` for "one minute ago" for some languages. Send `mini.json` pull requests for the missing languages if you speak those.

@@ -257,0 +257,0 @@ ### Mini (now)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc