trmnl-i18n 0.1.0 → 0.2.0
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +5 -7
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +24 -26
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/de.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/en.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +37 -40
- data/lib/trmnl/i18n/locales/web_ui/he.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/id.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/it.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +42 -45
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/no.yml +21 -27
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +21 -24
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +44 -47
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +62 -65
- data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
- data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
- data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
- data/trmnl-i18n.gemspec +3 -3
- data.tar.gz.sig +0 -0
- metadata +21 -19
- metadata.gz.sig +0 -0
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
he:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: היום
|
7
5
|
tomorrow: מחר
|
8
|
-
|
9
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: לוח שנה
|
12
8
|
ym_format: "%B %Y"
|
@@ -30,36 +26,36 @@ he:
|
|
30
26
|
- M12
|
31
27
|
date_labels:
|
32
28
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- Wood
|
65
61
|
- Wood
|
@@ -95,7 +91,7 @@ he:
|
|
95
91
|
nengo:
|
96
92
|
reiwa: Reiwa
|
97
93
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
94
|
+
year_1: '1'
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
101
97
|
month_labels:
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: today
|
7
5
|
tomorrow: tomorrow
|
8
|
-
|
9
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: Kalender
|
12
8
|
ym_format: "%B %Y"
|
@@ -30,36 +26,36 @@ id:
|
|
30
26
|
- M12
|
31
27
|
date_labels:
|
32
28
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- Wood
|
65
61
|
- Wood
|
@@ -95,7 +91,7 @@ id:
|
|
95
91
|
nengo:
|
96
92
|
reiwa: Reiwa
|
97
93
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
94
|
+
year_1: '1'
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
101
97
|
month_labels:
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
it:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: today
|
7
5
|
tomorrow: tomorrow
|
8
|
-
|
9
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: Calendario
|
12
8
|
ym_format: "%B %Y"
|
@@ -30,36 +26,36 @@ it:
|
|
30
26
|
- M12
|
31
27
|
date_labels:
|
32
28
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- Wood
|
65
61
|
- Wood
|
@@ -95,7 +91,7 @@ it:
|
|
95
91
|
nengo:
|
96
92
|
reiwa: Reiwa
|
97
93
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
94
|
+
year_1: '1'
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
101
97
|
month_labels:
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: 今日
|
7
5
|
tomorrow: 明日
|
8
|
-
|
9
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: カレンダー
|
12
8
|
ym_format: "%Y年%-m月"
|
@@ -30,36 +26,36 @@ ja:
|
|
30
26
|
- 十二月
|
31
27
|
date_labels:
|
32
28
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- 甲
|
65
61
|
- 乙
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
ko:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: 오늘
|
7
5
|
tomorrow: 내일
|
8
|
-
|
9
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: 캘린더
|
12
8
|
ym_format: "%Y년 %-m월"
|
@@ -30,36 +26,36 @@ ko:
|
|
30
26
|
- 12월
|
31
27
|
date_labels:
|
32
28
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- 갑
|
65
61
|
- 을
|
@@ -94,7 +90,7 @@ ko:
|
|
94
90
|
- 赤口
|
95
91
|
nengo:
|
96
92
|
reiwa: 레이와
|
97
|
-
ym_format: "%Y년 (%{nengo}%
|
93
|
+
ym_format: "%Y년 (%{nengo} %{alt_year}년) %-m월"
|
98
94
|
year_1: 원
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
nl:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: vandaag
|
7
5
|
tomorrow: morgen
|
8
|
-
|
9
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: Kalender
|
12
8
|
ym_format: "%B %Y"
|
@@ -30,36 +26,36 @@ nl:
|
|
30
26
|
- M12
|
31
27
|
date_labels:
|
32
28
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- Wood
|
65
61
|
- Wood
|
@@ -95,7 +91,7 @@ nl:
|
|
95
91
|
nengo:
|
96
92
|
reiwa: Reiwa
|
97
93
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
94
|
+
year_1: '1'
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
101
97
|
month_labels:
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
pt-BR:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: hoje
|
7
5
|
tomorrow: amanhã
|
8
|
-
|
9
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: Calendário
|
12
8
|
ym_format: "%B de %Y"
|
@@ -30,36 +26,36 @@ pt-BR:
|
|
30
26
|
- M12
|
31
27
|
date_labels:
|
32
28
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- Wood
|
65
61
|
- Wood
|
@@ -95,7 +91,7 @@ pt-BR:
|
|
95
91
|
nengo:
|
96
92
|
reiwa: Reiwa
|
97
93
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
94
|
+
year_1: '1'
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
101
97
|
month_labels:
|