jekyll-date-localization 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/locales/ro.yml +47 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0aa5fadb004e118e4f612c80969b7e4b3ff5c71afe3a79ca20bc400e2871a890
4
- data.tar.gz: 81c086a6121fc223bc9cbe866613de2d2bed4f836d9c3c66461e792267229763
3
+ metadata.gz: efe4480b0eb9bde819eaeeaff552aab9234e1730bf9e4640c568d9cf155c924c
4
+ data.tar.gz: 403e088756945a98cce63a39f78ad953c8dcc50c30eba22f9eeb6afd88b63725
5
5
  SHA512:
6
- metadata.gz: d701570d04a4589a144786284f37fb6359bed6b1d4d69144c175d63f113749a83cbbda779232041a24ae5051c327fb0d32c9224534842e56c8bc118aab9c8b69
7
- data.tar.gz: 88534130a3f1b0cc62a0b2abeaf20ce9c9ef9c9ca9f01c3b3eaeef22f99445037987664ad95e2bf85ee60dcb20cb9fecc2129c5791f2f2be8eea6fc60895869d
6
+ metadata.gz: 7c79dca6d785e870188ca920a161edc28531b0dbdd7fadb54dd8021c5b340c6cfdb0af26a0564b3ae04115652920f67d7d948d256da9a5f170bc3b889ec1c9c3
7
+ data.tar.gz: df3f30ddfa978f26e06edbb479589d957b03a7668441600f708099b21813bc7f0317b086500523a2e36cbf1025215a044ff22d2b47d30d1757e41a56e404f361
@@ -0,0 +1,47 @@
1
+ ---
2
+ ro:
3
+ date:
4
+ abbr_day_names:
5
+ - dum
6
+ - lun
7
+ - mar
8
+ - mier
9
+ - joi
10
+ - vin
11
+ - sîm
12
+ abbr_month_names:
13
+ -
14
+ - ian.
15
+ - febr.
16
+ - mart.
17
+ - apr.
18
+ - mai
19
+ - iun.
20
+ - iul.
21
+ - aug.
22
+ - sept.
23
+ - oct.
24
+ - nov.
25
+ - dec.
26
+ day_names:
27
+ - duminică
28
+ - luni
29
+ - marți
30
+ - miercuri
31
+ - joi
32
+ - vineri
33
+ - sîmbătă
34
+ month_names:
35
+ -
36
+ - ianuarie
37
+ - februarie
38
+ - martie
39
+ - aprilie
40
+ - mai
41
+ - iunie
42
+ - iulie
43
+ - august
44
+ - septembrie
45
+ - octombrie
46
+ - noiembrie
47
+ - decembrie
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-date-localization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - krupkat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -39,6 +39,7 @@ files:
39
39
  - lib/locales/es.yml
40
40
  - lib/locales/fr.yml
41
41
  - lib/locales/pt.yml
42
+ - lib/locales/ro.yml
42
43
  homepage: https://github.com/krupkat/jekyll-date-localization
43
44
  licenses:
44
45
  - MIT